Skip to content

Renaming Format to Encoding for parquet encodings#207

Merged
avalerio-tkd merged 3 commits intomainfrom
av_format_to_encodings_017
Jan 24, 2026
Merged

Renaming Format to Encoding for parquet encodings#207
avalerio-tkd merged 3 commits intomainfrom
av_format_to_encodings_017

Conversation

@avalerio-tkd
Copy link
Collaborator

  • 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
@avalerio-tkd
Copy link
Collaborator Author

avalerio-tkd commented Jan 23, 2026

@argmarco-tkd a question on this PR is if when merged we will need to update a dependency/copy of enums.h or dbpa_interface.h or another dependency. In the latter, we're just updating a comment, so not sure. If it's too much trouble just for a comment, I can revert the change on that file.

@argmarco-tkd
Copy link
Collaborator

@argmarco-tkd a question on this PR is if when merged we will need to update a dependency/copy of enums.h or dbpa_interface.h or another dependency. In the latter, we're just updating a comment, so not sure. If it's too much trouble just for a comment, I can revert the change on that file.

I think we should be OK. The interface itself in dbpa_interface.h did not change, we should be able to consume it without any changes/work on the Arrow side.

Copy link
Collaborator

@argmarco-tkd argmarco-tkd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - it's a simple (albeit long :) ) refactor job. Ship it!

}

// 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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

orthogonal to this refactor: are we going to do this? if so, let's create a task.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about DecodeAndEncrypt and DecryptAndEncode ? @argmarco-tkd

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - those names work IMO! @avalerio-tkd

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect. Will rename them as such and merge afterwards. Thanks for the review and comments.

@avalerio-tkd avalerio-tkd merged commit 44b2e79 into main Jan 24, 2026
2 checks passed
@avalerio-tkd avalerio-tkd deleted the av_format_to_encodings_017 branch January 24, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants