Search before asking
Motivation
Currently the Python write path never produces changelog files. CommitMessage has no changelog field, DataWriter writes only one file, and FileStoreCommit creates snapshots with changelog_manifest_list=None.
Solution
Implement INPUT mode only (double-write at flush time). FULL_COMPACTION and LOOKUP require compaction infrastructure that doesn't exist in Python at the moment.
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
Currently the Python write path never produces changelog files. CommitMessage has no changelog field, DataWriter writes only one file, and FileStoreCommit creates snapshots with changelog_manifest_list=None.
Solution
Implement INPUT mode only (double-write at flush time). FULL_COMPACTION and LOOKUP require compaction infrastructure that doesn't exist in Python at the moment.
Anything else?
No response
Are you willing to submit a PR?