Pradeep
07/21/2020, 5:14 PMRahul Chhapgar
07/21/2020, 9:10 PMBuchi Reddy
07/22/2020, 4:58 AMBuchi Reddy
07/22/2020, 4:58 AMorg.apache.pinot.client.PinotClientException: Query had processing exceptions:
[{"errorCode":200,"message":"QueryExecutionError:\njava.lang.RuntimeException: Caught exception while running CombinePlanNode.\n\tat org.apache.pinot.core.plan.CombinePlanNode.run(CombinePlanNode.java:148)\n\tat org.apache.pinot.core.plan.InstanceResponsePlanNode.run(InstanceResponsePlanNode.java:38)\n\tat org.apache.pinot.core.plan.GlobalPlanImplV0.execute(GlobalPlanImplV0.java:45)\n\tat org.apache.pinot.core.query.executor.ServerQueryExecutorV1Impl.processQuery(ServerQueryExecutorV1Impl.java:220)\n\tat org.apache.pinot.core.query.scheduler.QueryScheduler.processQueryAndSerialize(QueryScheduler.java:152)\n\tat org.apache.pinot.core.query.scheduler.QueryScheduler.lambda$createQueryFutureTask$0(QueryScheduler.java:136)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\n\tat shaded.com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:111)\n\tat shaded.com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:58)\n\tat shaded.com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:75)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat java.lang.Thread.run(Thread.java:748)"}]
at org.apache.pinot.client.Connection.execute(Connection.java:129) ~[pinot-java-client-0.3.0.jar:0.3.0-9b2dc20c07dec6cf33df08c4444d996e8202c3ba]
at org.apache.pinot.client.Connection.execute(Connection.java:96) ~[pinot-java-client-0.3.0.jar:0.3.0-9b2dc20c07dec6cf33df08c4444d996e8202c3ba]
at org.apache.pinot.client.PreparedStatement.execute(PreparedStatement.java:72) ~[pinot-java-client-0.3.0.jar:0.3.0-9b2dc20c07dec6cf33df08c4444d996e8202c3ba]
at org.hypertrace.core.query.service.pinot.PinotClientFactory$PinotClient.executeQuery(PinotClientFactory.java:82) ~[query-service-impl-0.1.1.jar:?]
at org.hypertrace.core.query.service.pinot.PinotBasedRequestHandler.handleRequest(PinotBasedRequestHandler.java:113) ~[query-service-impl-0.1.1.jar:?]
at org.hypertrace.core.query.service.QueryServiceImpl.execute(QueryServiceImpl.java:99) [query-service-impl-0.1.1.jar:?]
at org.hypertrace.core.query.service.api.QueryServiceGrpc$MethodHandlers.invoke(QueryServiceGrpc.java:210) [query-service-api-0.1.1.jar:?]
at io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:172) [grpc-stub-1.30.2.jar:1.30.2]
at io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35) [grpc-api-1.30.2.jar:1.30.2]
at io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23) [grpc-api-1.30.2.jar:1.30.2]
at io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40) [grpc-api-1.30.2.jar:1.30.2]
at io.grpc.Contexts$ContextualizedServerCallListener.onHalfClose(Contexts.java:86) [grpc-api-1.30.2.jar:1.30.2]
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:331) [grpc-core-1.30.2.jar:1.30.2]
at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:820) [grpc-core-1.30.2.jar:1.30.2]
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) [grpc-core-1.30.2.jar:1.30.2]
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123) [grpc-core-1.30.2.jar:1.30.2]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
Mayank
Buchi Reddy
07/22/2020, 5:00 AMKishore G
Seunghyun
07/22/2020, 11:46 PMHossein Torabi
07/23/2020, 12:04 PMHomaid
07/24/2020, 3:32 AMKishore G
Homaid
07/24/2020, 3:38 AMKishore G
Kishore G
Alex
07/30/2020, 11:56 PMKishore G
Kishore G
Mayank
Mayank
Alex
07/31/2020, 12:07 AMAlex
07/31/2020, 12:07 AMMayank
Alex
07/31/2020, 12:15 AMMayank
Mayank
Mayank
distinctCountThetaSketch
aggregation in Pinot? The current syntax does not support set-difference
, and we might need to modify the last argument a bit. Evaluating if there's a backward compatibility we need to maintain.Kishore G
Yash Agarwal
08/07/2020, 10:27 AMTim Mwangi
08/07/2020, 4:37 PMselect foo_name, AVG(foo_age) from fooTable group by foo_name order by foo_name DESC limit 5
select foo_name, AVG(foo_age) from fooTable group by foo_name order by foo_name DESC limit 5,5
Pagination works for simple selection without a group by. These 2 queries give me different results and the merged results are the same
as doing a similar query with no pagination and a limit of 10.
select foo_name, foo_age from fooTable order by foo_name DESC limit 5
select foo_name, foo_age from fooTable order by foo_name DESC limit 5,5
Tim Mwangi
08/07/2020, 4:38 PM