zhuangdaz opened a new issue, #10934:
URL: https://github.com/apache/pinot/issues/10934
I have a col enabled with native text index and my query fails with the
following exception:
```
[
{
"errorCode": 200,
"message": "QueryExecutionError:\njava.lang.RuntimeException: Caught
exception while running query: .*html.*\n\tat
org.apache.pinot.segment.local.segment.index.readers.text.NativeTextIndexReader.getDocIds(NativeTextIndexReader.java:111)\n\tat
org.apache.pinot.core.operator.filter.TextContainsFilterOperator.getNextBlock(TextContainsFilterOperator.java:52)\n\tat
org.apache.pinot.core.operator.filter.TextContainsFilterOperator.getNextBlock(TextContainsFilterOperator.java:37)\n\tat
org.apache.pinot.core.operator.BaseOperator.nextBlock(BaseOperator.java:43)\n...\nCaused
by: java.lang.NullPointerException"
}
]
```
Query
```
select
indexedString0
from unified_events
where (
TEXT_CONTAINS (indexedString0, '.*selling.*')
or TEXT_CONTAINS (indexedString0, '.*force.*')
)
```
Not sure if it is introduced in version `0.12.1` since the same query worked
fine with `0.12.0`. (slack
[discussion](https://apache-pinot.slack.com/archives/CDRCA57FC/p1686604038217359?thread_ts=1686588899.733449&cid=CDRCA57FC))
--
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]