bziobrowski commented on code in PR #15508: URL: https://github.com/apache/pinot/pull/15508#discussion_r2035549838
########## pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/BaseTransformFunctionTest.java: ########## @@ -311,18 +311,7 @@ public void setUp() .addDateTime(TIMESTAMP_COLUMN_NULL, FieldSpec.DataType.TIMESTAMP, "1:MILLISECONDS:EPOCH", "1:MILLISECONDS") .addTime(new TimeGranularitySpec(FieldSpec.DataType.LONG, TimeUnit.MILLISECONDS, TIME_COLUMN), null).build(); Review Comment: I changed this file to be able to override index config ########## pinot-core/src/test/java/org/apache/pinot/queries/JsonDataTypeQueriesTest.java: ########## @@ -52,12 +52,12 @@ Review Comment: Changed this file to be able to override index config (some of the test cases depend on json_match ). -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org