reallocf commented on a change in pull request #5326:
URL: https://github.com/apache/incubator-pinot/pull/5326#discussion_r422564834



##########
File path: 
pinot-core/src/test/java/org/apache/pinot/core/data/function/DateTimeFunctionEvaluatorTest.java
##########
@@ -52,12 +54,14 @@ public void testDateTimeTransformFunctions(String 
transformFunction, List<String
     // toEpochSeconds w/ rounding
     GenericRow row1_1 = new GenericRow();
     row1_1.putValue("timestamp", 1578685189000L);
-    inputs.add(new Object[]{"toEpochSecondsRounded(timestamp, 10)", 
Lists.newArrayList("timestamp"), row1_1, 1578685180L});
+    inputs.add(
+        new Object[]{"toEpochSecondsRounded(timestamp, 10)", 
Lists.newArrayList("timestamp"), row1_1, 1578685180L});

Review comment:
       Ended up getting a good number of formatting differences when I 
auto-formatted this file. Is my setup wrong or do y'all get these changes when 
formatting too?




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

Reply via email to