Skip to content

fix: Add missing member to visitor for ConfigFileEncryptionProperties #17103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 12, 2025

Conversation

corwinjoy
Copy link
Contributor

@corwinjoy corwinjoy commented Aug 9, 2025

Which issue does this PR close?

Rationale for this change

The visit function for ConfigFileEncryption properties failed to visit the member column_encryption_properties.

What changes are included in this PR?

  1. Add the missing member.
  2. Add an associated unit test.
  3. Add a standard entries method for TableParquetOptions to facilitate testing and usage for this struct.

Are these changes tested?

Yes. A simple unit test was added to test the resulting entries.

Are there any user-facing changes?

TableParquetOptions has a new entries method.

@corwinjoy
Copy link
Contributor Author

I'm unsure what's causing the failed CI test. I don't see an error locally, and it is flagging a nonexistent line number, so I don't know what to fix.

@corwinjoy
Copy link
Contributor Author

@adamreeve

Signed-off-by: Corwin Joy <[email protected]>
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @corwinjoy

I'll update to the latest main and hopefully the Ci will pass then

@alamb alamb merged commit 00c2191 into apache:main Aug 12, 2025
27 checks passed
@alamb
Copy link
Contributor

alamb commented Aug 12, 2025

Thanks @corwinjoy and @adamreeve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Related to common crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minor: Incorrect visit function for ConfigFileEncryption properties
3 participants