Jackie-Jiang opened a new pull request #5586: URL: https://github.com/apache/incubator-pinot/pull/5586
## Description The unbounded values for LONG, FLOAT, DOUBLE type are not set based on the type, but always as Integer.MIN_VALUE and Integer.MAX_VALUE This can cause wrong result if the passed in value is smaller than Integer.MIN_VALUE or larger than Integer.MAX_VALUE Minor improvements: - Replace "*" with constant `RangePredicate.UNBOUNDED` for readability - For string type, use null to represent unbounded to save the per-value string comparison ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
