Elon
08/03/2020, 10:00 PMKishore G
Kishore G
Elon
08/03/2020, 10:39 PMNeha Pawar
Neha Pawar
/instances/{instanceName}"
Neha Pawar
Damiano
08/03/2020, 11:01 PMPradeep
08/04/2020, 1:06 AMselect *
from table
where not TEXT_MATCH(column, 'term')
returns following exception
pinot error: {'errorCode': 150, 'message': 'PQLParsingError:\n' 'java.lang.IllegalArgumentException: No enum constant ' 'org.apache.pinot.pql.parsers.pql2.ast.FilterKind.NOT\n' '\tat java.lang.Enum.valueOf(Enum.java:238)\n' '\tat ' 'org.apache.pinot.pql.parsers.pql2.ast.FilterKind.valueOf(FilterKind.java:21)\n' '\tat ' 'org.apache.pinot.parsers.utils.ParserUtils.getFilterKind(ParserUtils.java:83)\n' '\tat ' 'org.apache.pinot.pql.parsers.PinotQuery2BrokerRequestConverter.traverseFilterExpression(PinotQuery2BrokerRequestConverter.java:250)\n' '\tat ' 'org.apache.pinot.pql.parsers.PinotQuery2BrokerRequestConverter.convertFilter(PinotQuery2BrokerRequestConverter.java:178)\n' '\tat ' 'org.apache.pinot.pql.parsers.PinotQuery2BrokerRequestConverter.convert(PinotQuery2BrokerRequestConverter.java:58)\n' '\tat ' 'org.apache.pinot.sql.parsers.CalciteSqlCompiler.compileToBrokerRequest(CalciteSqlCompiler.java:34)\n' '\tat ' 'org.apache.pinot.broker.requesthandler.BaseBrokerRequestHandler.handleRequest(BaseBrokerRequestHandler.java:186)\n' '\tat ' 'org.apache.pinot.broker.api.resources.PinotClientRequest.processSqlQueryPost(PinotClientRequest.java:155)\n' '\tat sun.reflect.GeneratedMethodAccessor11.invoke(Unknown ' 'Source)\n' '\tat ' 'sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n' '\tat java.lang.reflect.Method.invoke(Method.java:498)\n' '\tat ' 'org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)\n' '\tat ' 'org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)'}
is there a alternative to NOT?Pradeep
08/04/2020, 1:07 AMSidd
08/04/2020, 1:08 AMPradeep
08/04/2020, 1:17 AMKishore G
Sidd
08/04/2020, 1:30 AMSidd
08/04/2020, 1:30 AMPradeep
08/04/2020, 1:31 AMtext_match(column, 'NOT term2')
but this does text_match(column, 'term1 AND NOT term2')
Sidd
08/04/2020, 1:32 AMSidd
08/04/2020, 1:32 AMSidd
08/04/2020, 1:33 AMPradeep
08/04/2020, 1:53 AMSidd
08/04/2020, 3:46 AMPradeep
08/04/2020, 3:47 AMOguzhan Mangir
08/04/2020, 8:13 PMisSingleValueField
value of BYTES
data type is always true?Apoorva Moghey
08/05/2020, 11:16 AMjava.lang.IllegalArgumentException: Illegal memory allocation -4 for segment wallet_success_rate__0__3__20200805T1112Z column wallet_success_rate__0__3__20200805T1112Z:amount.sv.unsorted.fwd
at shaded.com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.core.io.readerwriter.RealtimeIndexOffHeapMemoryManager.allocate(RealtimeIndexOffHeapMemoryManager.java:77) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.core.realtime.impl.forward.FixedByteSVMutableForwardIndex.addBuffer(FixedByteSVMutableForwardIndex.java:208) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.core.realtime.impl.forward.FixedByteSVMutableForwardIndex.<init>(FixedByteSVMutableForwardIndex.java:77) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.core.indexsegment.mutable.MutableSegmentImpl.<init>(MutableSegmentImpl.java:263) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.tools.realtime.provisioning.MemoryEstimator.getMemoryForConsumingSegmentPerPartition(MemoryEstimator.java:280) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.tools.realtime.provisioning.MemoryEstimator.estimateMemoryUsed(MemoryEstimator.java:223) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.tools.admin.command.RealtimeProvisioningHelperCommand.execute(RealtimeProvisioningHelperCommand.java:227) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.tools.admin.PinotAdministrator.execute(PinotAdministrator.java:156) [pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
at org.apache.pinot.tools.admin.PinotAdministrator.main(PinotAdministrator.java:168) [pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-43b01ef14d6d6b6933a81077b36ab755cb4b3e95]
Dan Hill
08/05/2020, 7:38 PMKishore G
Elon
08/05/2020, 10:50 PMElon
08/05/2020, 10:52 PMMayank
Mayank