saurabhd336 opened a new pull request, #11403:
URL: https://github.com/apache/pinot/pull/11403

   ```
   select DISTINCT(n_comment) from nation limit 10
   ```
   on tpc-h dataset fails on v2 engine due to integer overflow
   
   ```
   [
     {
       "errorCode": 200,
       "message": "QueryExecutionError:\njava.lang.RuntimeException: Error 
executing query: [0]@100.94.5.107:49954 MAIL_RECEIVE(RANDOM_DISTRIBUTED)\n└── 
[1]@localhost:49966 
MAIL_SEND(RANDOM_DISTRIBUTED)->{[0]@100.94.5.107@{49954,49954}|[0]}\n   └── 
[1]@localhost:49966 AGGREGATE_FINAL\n      └── [1]@localhost:49966 
MAIL_RECEIVE(HASH_DISTRIBUTED)\n         └── [2]@localhost:49966 
MAIL_SEND(HASH_DISTRIBUTED)->{[1]@localhost@{49966,49967}|[0]}\n...\nCaused by: 
java.lang.RuntimeException: Received error query execution result block: 
{200=QueryExecutionError:\njava.lang.AssertionError\n\tat 
org.apache.pinot.core.query.distinct.raw.BaseRawStringSingleColumnDistinctExecutor.getResult(BaseRawStringSingleColumnDistinctExecutor.java:70)\n\tat
 
org.apache.pinot.core.query.distinct.raw.RawStringSingleColumnDistinctOnlyExecutor.getResult(RawStringSingleColumnDistinctOnlyExecutor.java:29)\n\tat
 
org.apache.pinot.core.operator.query.DistinctOperator.getNextBlock(DistinctOperato
 r.java:64)"
     }
   ]
   ```


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