Jackie-Jiang commented on code in PR #14385:
URL: https://github.com/apache/pinot/pull/14385#discussion_r1831640321


##########
pinot-core/src/test/java/org/apache/pinot/core/query/optimizer/filter/TimePredicateFilterOptimizerTest.java:
##########
@@ -50,15 +50,18 @@ public void testTimeConvert() {
         new Range(1620777600000L, true, 1620864000000L, false));
 
     // Other input format
-    testTimeConvert("timeConvert(col, 'MINUTES', 'SECONDS') > 1620830760", new 
Range(27013846L, false, null, false));
-    testTimeConvert("timeConvert(col, 'HOURS', 'MINUTES') < 27015286", new 
Range(null, false, 450254L, true));
+    testTimeConvert("timeConvert(col, 'MINUTES', 'SECONDS') > 1620830760",

Review Comment:
   (format) There are some wrong auto-format. Can you double check your 
formatter setting?



-- 
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]

Reply via email to