cecemei commented on issue #19408: URL: https://github.com/apache/druid/issues/19408#issuecomment-4383386991
I'm leaning towards not letting it block release since this is not a new issue. I agree with clint that we should probably not allow range partitioning on numeric types in the first place. Given that, a workaround I suggest is to create a new clustering column by padding `accountId` and `secondary_timestamp_ms_unix` then concat. Also the query should filter on this clustering column if need to take advantage of the pruning. -- 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]
