rzepinskip commented on issue #19408: URL: https://github.com/apache/druid/issues/19408#issuecomment-4385773775
Thanks for the prompt response! It is not urgent from my side either (fortunately not impacted for now) but wanted to raise awareness because bug is quite problematic (incorrect results). I have 2 follow-up questions though: 1. If #19415 blocks the RangeFilter for non-string columns I think secondary timestamps use case may be impacted - it may be common to use them in secondary partition pruning with range filter (at least we have 1 use case). What would be the workaround? To store them as string and then cast if needed e.g. for MILLIS_TO_TIMESTAMP function (and take query performance hit?) or store duplicated column (and take storage space hit?)? 2. Any plans to support non-string columns (especially LONG) in secondary partitioning? -- 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]
