Skip to content
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

remove NullValueHandlingConfig, NullHandlingModule, NullHandling #17778

Merged
merged 3 commits into from
Mar 7, 2025

Conversation

clintropolis
Copy link
Member

Description

After #17634, the NullValueHandlingConfig is not actually required for anything anymore since PropertiesValidator is now doing the checks for the removed config values being set, so no need to materialize it into JSON config, so this PR removes it and the associated module.

NullHandling.IS_NULL_BYTE/NullHandling.IS_NOT_NULL_BYTE are now TypeStrategies.IS_NULL_BYTE/TypeStrategies.IS_NOT_NULL_BYTE since it seemed kind of silly to keep NullHandling around for 2 static constants, but I can move them back if anyone is worried about this being disruptive for extensions or whatever.

@kfaraz
Copy link
Contributor

kfaraz commented Mar 6, 2025

Sorry 😓 ! This PR seems to have merge conflicts now since I merged #17776 .

@clintropolis clintropolis merged commit f8fa3f7 into apache:master Mar 7, 2025
75 checks passed
@clintropolis clintropolis deleted the remove-stale-config branch March 7, 2025 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants