Jackie-Jiang commented on issue #7786: URL: https://github.com/apache/pinot/issues/7786#issuecomment-973293869
E.g. date time is stored as `STRING` but ordered as time value, the following query will fail because it will still filter with string order: `SELECT * FROM myTable WHERE timeCol < '11182021'` This query will match time value `01012022`. Because of this behavior, we should definitely validate the time format to ensure the time ordering is the same as data type ordering. -- 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]
