rohangarg commented on PR #13310: URL: https://github.com/apache/druid/pull/13310#issuecomment-1304830268
It seems like `VARCHAR` column based comparison for date-times in `pendingSegments` table could provide incorrect results in the current code as well. For correctness, the utilities introduced by #11582 could be used to fetch rows from `pendingSegments` table as well. Although, I think for long run the schema of the tables could be augmented to have the date-time columns as `TIMESTAMP` or `long` to represent a UTC time instant (the augmentation could follow the approach implemented by @AmatyaAvadhanula in #12404) -- 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]
