Mathieu Druart
03/05/2022, 9:46 PM"message": "QueryExecutionError:\njava.lang.ClassCastException: class [Ljava.lang.Object; cannot be cast to class [Ljava.lang.String; ([Ljava.lang.Object; and [Ljava.lang.String; are in module java.base of loader 'bootstrap')\n\tat org.apache.pinot.core.operator.transform.function.LookupTransformFunction.transformToStringValuesMV(LookupTransformFunction.java:328)\n\tat org.apache.pinot.core.operator.docvalsets.TransformBlockValSet.getStringValuesMV(TransformBlockValSet.java:125)\n\tat org.apache.pinot.core.common.RowBasedBlockValueFetcher.createFetcher(RowBasedBlockValueFetcher.java:81)\n\tat org.apache.pinot.core.common.RowBasedBlockValueFetcher.<init>(RowBasedBlockValueFetcher.java:32)",
If you have any idea, thank you !Mayank
Richard Startin
03/07/2022, 9:44 AMint numDocs = projectionBlock.getNumDocs();
so this may have been fixedRichard Startin
03/07/2022, 9:45 AMMathieu Druart
03/10/2022, 10:37 PMMathieu Druart
03/10/2022, 10:38 PMMathieu Druart
03/10/2022, 10:39 PMRichard Startin
03/10/2022, 10:42 PMRichard Startin
03/10/2022, 10:43 PMRichard Startin
03/10/2022, 10:43 PMMathieu Druart
03/10/2022, 10:45 PMMathieu Druart
03/17/2022, 8:40 PMurl string passed is : <http://pinot-broker-0.pinot-broker-headless.pinot-local.svc.cluster.local:8099/query/sql>
Caught exception while sending query request
java.io.IOException: Failed : HTTP error code : 500
at org.apache.pinot.controller.api.resources.PinotQueryResource.sendPostRaw(PinotQueryResource.java:305) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.apache.pinot.controller.api.resources.PinotQueryResource.sendRequestRaw(PinotQueryResource.java:343) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.apache.pinot.controller.api.resources.PinotQueryResource.getQueryResponse(PinotQueryResource.java:225) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.apache.pinot.controller.api.resources.PinotQueryResource.handlePostSql(PinotQueryResource.java:137) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at jdk.internal.reflect.GeneratedMethodAccessor253.invoke(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) [pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) [pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) [pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) [pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) [pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) [pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) [pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-98d781092136eeb3a80e9e54fc8736f4c3d270f5]
Maybe there are some incompatibilities between 0.9.3 and latest snapshots versions in parameters ? or maybe we have to reload segments ?Richard Startin
03/21/2022, 10:38 AMMathieu Druart
03/21/2022, 2:28 PMRichard Startin
03/21/2022, 2:30 PMMathieu Druart
03/21/2022, 2:32 PMMayank
Richard Startin
03/22/2022, 10:18 AM