xiangfu0 commented on code in PR #18751:
URL: https://github.com/apache/pinot/pull/18751#discussion_r3533068580


##########
pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTest.java:
##########
@@ -126,7 +127,7 @@ public abstract class BaseClusterIntegrationTest extends 
ClusterTest {
   protected static final String DEFAULT_SORTED_COLUMN = "Carrier";
   protected static final List<String> DEFAULT_INVERTED_INDEX_COLUMNS = 
Arrays.asList("FlightNum", "Origin", "Quarter");
   private static final List<String> DEFAULT_BLOOM_FILTER_COLUMNS = 
Arrays.asList("FlightNum", "Origin");
-  private static final List<String> DEFAULT_RANGE_INDEX_COLUMNS = 
List.of("Origin");
+  private static final List<String> DEFAULT_RANGE_INDEX_COLUMNS = 
Collections.singletonList("ArrDelay");

Review Comment:
   I think we try to not use `Collections.singletonList`, just use `List.of`



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