Mayank
Mayank
LinkedIn, [USA, India...]
Mayank
locations
as a multi-valued column.Mayank
Mayank
Mayank
Damiano
04/29/2020, 4:42 PMDamiano
04/29/2020, 4:42 PMMayank
Mayank
Damiano
04/29/2020, 4:43 PMMayank
Mayank
sum(add(col1, col2)
Mayank
add
is a transform function that is applied to each record before aggregatingKishore G
Mayank
Mayank
Damiano
04/29/2020, 4:48 PMMayank
Damiano
04/30/2020, 7:57 AMNeelakanthanvinod Thanappan
04/30/2020, 12:05 PMNeelakanthanvinod Thanappan
04/30/2020, 12:05 PMrleiwang
04/30/2020, 11:12 PMselect tags__KEYS, tags__VALUES from spanEventView where mapValue(tags__KEYS, 'LOGS', tags__VALUES) = 'no value' limit 2
I am expecting no rows returned. Instead, I've got two rows back
"resultTable": {
"dataSchema": {
"columnDataTypes": ["STRING_ARRAY", "STRING_ARRAY"],
"columnNames": ["tags__KEYS", "tags__VALUES"]
},
"rows": [
[
["FLAGS"],
["0"]
],
[
["FLAGS"],
["0"]
]
]
},
rleiwang
04/30/2020, 11:17 PMKishore G
Kishore G
Kishore G
select tags__KEYS, tags__VALUES from spanEventView where tags__KEYS = 'LOGS' and tags__VALUES = "no value" and mapValue(tags__KEYS, 'LOGS', tags__VALUES) = 'no value'
rleiwang
05/01/2020, 2:38 AMProcessingException(errorCode: 450,
message: InternalError: <http://java.io|java.io>.IOException: Failed: HTTP error code: 500
at org.apache.pinot.controller.api.resources.PinotQueryResource.sendPostRaw(PinotQueryResource.java: 284)
at org.apache.pinot.controller.api.resources.PinotQueryResource.sendRequestRaw(PinotQueryResource.java: 322)
at org.apache.pinot.controller.api.resources.PinotQueryResource.getQueryResponse(PinotQueryResource.java: 204)
at org.apache.pinot.controller.api.resources.PinotQueryResource.handlePostSql(PinotQueryResource.java: 131)
at sun.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 43)
at java.lang.reflect.Method.invoke(Method.java: 498)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java: 52)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java: 124)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java: 167)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java: 219)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java: 79)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java: 469)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java: 391))
Sidd
05/01/2020, 3:31 AM