jtuglu1 commented on PR #18944: URL: https://github.com/apache/druid/pull/18944#issuecomment-3800938819
@gianm @clintropolis Looks like with this change there's a single byte difference between native/hadoop handling of this multi-value string: [null, "a", "b"]. The byte difference is in the dictionary cardinality (hadoop represents as 3, while native represents as 2). -- 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]
