Renaming Format to Encoding for parquet encodings#207
Conversation
avalerio-tkd
commented
Jan 23, 2026
- Straight rename of Format to Encoding to match parquet::Encoding
- Update all related code to use the new Encoding enum
- Update all related code to use the new Encoding enum
|
@argmarco-tkd a question on this PR is if when merged we will need to update a dependency/copy of |
I think we should be OK. The interface itself in |
argmarco-tkd
left a comment
There was a problem hiding this comment.
LGTM - it's a simple (albeit long :) ) refactor job. Ship it!
src/server/encryption_sequencer.cpp
Outdated
| } | ||
|
|
||
| // TODO: Rename this method so it captures better the flow of decompress/format and encrypt/decrypt operations. | ||
| // TODO: Rename this method so it captures better the flow of decompress/encoding and encrypt/decrypt operations. |
There was a problem hiding this comment.
orthogonal to this refactor: are we going to do this? if so, let's create a task.
There was a problem hiding this comment.
How about DecodeAndEncrypt and DecryptAndEncode ? @argmarco-tkd
There was a problem hiding this comment.
Perfect. Will rename them as such and merge afterwards. Thanks for the review and comments.
… and DecryptAndEncode to better reflect the flow of operations.