suddendust commented on code in PR #13648:
URL: https://github.com/apache/pinot/pull/13648#discussion_r1685800514
##########
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/creator/DictionariesTest.java:
##########
@@ -534,35 +530,4 @@ private AbstractColumnStatisticsCollector
buildStatsCollector(String column, Dat
throw new IllegalArgumentException("Illegal data type for stats
builder: " + dataType);
}
}
-
- @Test
- public void clpStatsCollectorTest() {
- Schema schema = new Schema();
- schema.addField(new DimensionFieldSpec("column1", DataType.STRING, true));
- List<FieldConfig> fieldConfigList = new ArrayList<>();
- fieldConfigList.add(new FieldConfig("column1",
FieldConfig.EncodingType.RAW, Collections.EMPTY_LIST,
Review Comment:
Addressed, although I used `Jvm.isArm()` for this.
--
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]