Jackie-Jiang commented on issue #11893: URL: https://github.com/apache/pinot/issues/11893#issuecomment-1786257379
From the stack trace, seems like it is caused by the index mismatching the segment metadata, where metadata stores the column as INT type, but the actual index is in a different type. Can you try doing a binary search on the segments (by applying filter on `$segmentName`) and see if this exception is thrown from all segments or just a few segments. Then we can find a bad segment, and try to find the mismatched column -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org