a2l007 opened a new pull request #8779: Handle missing values for delimited text files when Nullhandling is enabled URL: https://github.com/apache/incubator-druid/pull/8779 Fixes #8778 . ### Description For delimited text file inputs, empty and missing values are parsed as the same when `-Ddruid.generic.useDefaultValueForNull=false` is enabled. The delimited and csv parsers are therefore modified to differentiate between missing and empty values. <hr> This PR has: - [x ] been self-reviewed. - [x ] added unit tests or modified existing tests to cover new code paths. - [x ] been tested in a test Druid cluster. <hr>
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
