clintropolis opened a new pull request, #17778:
URL: https://github.com/apache/druid/pull/17778

   
   ### 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to