clintropolis opened a new pull request, #17634:
URL: https://github.com/apache/druid/pull/17634
### Description
Update docs to reflect removal of legacy config options in #17609. Also
made the services fail if any of these configs are set to the removed modes.
If set, service will do a log message that points to the migration guide and
then exit:
```
2025-01-16T09:49:45,360 ERROR [main]
org.apache.druid.common.config.NullValueHandlingConfig -
druid.generic.useDefaultValueForNull set to 'true', but has been removed, see
https://druid.apache.org/docs/latest/release-info/migr-ansi-sql-null for
details for how to migrate to SQL compliant behavior
Process finished with exit code 1
```
--
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]