Mathieu Druart
06/06/2022, 4:30 PMselect distinct myMultiValuedColumn from MyTable where otherColumn in ('MY_VALUE') limit 1000
I have this error :
"message": "QueryExecutionError:\njava.lang.UnsupportedOperationException\n\tat org.apache.pinot.segment.spi.index.reader.ForwardIndexReader.readDictIds(ForwardIndexReader.java:84)\n\tat org.apache.pinot.core.common.DataFetcher$ColumnValueReader.readDictIds(DataFetcher.java:418)\n\tat org.apache.pinot.core.common.DataFetcher.fetchDictIds(DataFetcher.java:89)\n\tat org.apache.pinot.core.common.DataBlockCache.getDictIdsForSVColumn(DataBlockCache.java:109)",
"errorCode": 200
If I remove the distinct or the where clause, I have no issue. Am I missing something ? Thank you !Mayank
Mathieu Druart
06/07/2022, 1:59 PMMathieu Druart
06/07/2022, 2:00 PMMathieu Druart
06/07/2022, 2:00 PMMathieu Druart
06/07/2022, 2:01 PMMayank
Mathieu Druart
06/07/2022, 2:22 PMMayank
Mathieu Druart
06/07/2022, 2:34 PMMathieu Druart
06/07/2022, 2:47 PMMayank
saurabh dubey
06/07/2022, 4:51 PMJackie
06/07/2022, 4:54 PMMathieu Druart
06/07/2022, 4:57 PMMayank
Mathieu Druart
06/07/2022, 5:06 PMJackie
06/07/2022, 5:07 PMJackie
06/07/2022, 5:08 PMJackie
06/07/2022, 5:16 PMMayank