mqliang commented on a change in pull request #6680:
URL: https://github.com/apache/incubator-pinot/pull/6680#discussion_r597095435
##########
File path:
pinot-core/src/test/java/org/apache/pinot/core/operator/combine/CombineSlowOperatorsTest.java
##########
@@ -65,7 +65,8 @@ public void setUp() {
public void testSelectionOnlyCombineOperator() {
List<Operator> operators = getOperators();
SelectionOnlyCombineOperator combineOperator = new
SelectionOnlyCombineOperator(operators,
- QueryContextConverterUtils.getQueryContextFromPQL("SELECT * FROM
table"), _executorService, TIMEOUT_MS);
+ QueryContextConverterUtils.getQueryContextFromPQL("SELECT * FROM
table"),
Review comment:
Oh, this is performed by IntellJ reformat during rebase. Since it's a
common practice to limit the length of line and this PR already get merged, I
vote to not undo this change.
--
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]