lgo opened a new issue #7867:
URL: https://github.com/apache/pinot/issues/7867
While running some adhoc queries to debug some things, I found the following
query would fail.
```sql
select $segmentName, * from table limit 1
```
with the exception(s)
```json
[
{
"errorCode": 200,
"message": "QueryExecutionError:\njava.lang.RuntimeException: Caught
exception while running CombinePlanNode.\n\tat
org.apache.pinot.core.plan.CombinePlanNode.run(CombinePlanNode.java:146)\n\tat
org.apache.pinot.core.plan.InstanceResponsePlanNode.run(InstanceResponsePlanNode.java:41)\n\tat
org.apache.pinot.core.plan.GlobalPlanImplV0.execute(GlobalPlanImplV0.java:45)\n\tat
org.apache.pinot.core.query.executor.ServerQueryExecutorV1Impl.processQuery(ServerQueryExecutorV1Impl.java:302)\n...\nCaused
by: java.util.concurrent.ExecutionException:
java.lang.NullPointerException\n\tat
java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)\n\tat
java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)\n\tat
org.apache.pinot.core.plan.CombinePlanNode.run(CombinePlanNode.java:135)\n\t...
15 more\n...\nCaused by: java.lang.NullPointerException"
}
]
```
Note, the commit this was on is roughly
ce9fb572d157d82f8a014624152ddd53332372be, and I have not yet tried to reproduce
this on the latest version.
--
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]