shinzoxD commented on issue #17498: URL: https://github.com/apache/datafusion/issues/17498#issuecomment-5304206226
I'd like to take a focused follow-up on this: validate `datafusion.sql_parser.default_null_ordering` when it is set. That option is documented as one of `nulls_max` / `nulls_min` / `nulls_first` / `nulls_last`, but it is still stored as a free-form string. Invalid values currently succeed and later fall back to `nulls_max`. I'll reject unknown values at SET time (same pattern as `explain.format` / `dialect`) and leave the remaining string-like options for later PRs. -- 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]
