jadami10 opened a new issue, #10383: URL: https://github.com/apache/pinot/issues/10383
Queries with filter `where 1=1` will fail. Several of the optimizers hit a null pointer exception. I tried tracking these down, but kept hitting ever more complex null pointer issues. Queries with filter `where "colA" = "colA"` work correctly, but for expensive queries, these end up taking almost twice as long. While this is quite a weird edge case, we see it where users are passing a string query between functions. They start the query with `where A=A` so they can keep appending filters after that without need to know if there was already a filter. -- 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.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