egalpin commented on code in PR #10000:
URL: https://github.com/apache/pinot/pull/10000#discussion_r1060966982
##########
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/groupby/GroupByTrimTest.java:
##########
@@ -130,7 +129,7 @@ void testGroupByTrim(QueryContext queryContext, int
minSegmentGroupTrimSize, int
// Extract the execution result
List<Pair<Double, Double>> extractedResult =
extractTestResult(resultsBlock.getTable());
- assertEquals(extractedResult, expectedResult);
+ Assert.assertEquals(extractedResult, expectedResult);
Review Comment:
I had changed this due to checkstyle violations:
```[WARNING] (imports) AvoidStaticImport: Using a static member import
should be avoided```
I can revert back so long as checkstyle still passes
--
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]