shenyu0127 commented on issue #10824: URL: https://github.com/apache/pinot/issues/10824#issuecomment-1571264325
If you run a Pinot that is built on HEAD, you will not get this error. Details: - You were running a Pinot that is a few months old. (The line 601 of `Literal.java` is `Objects.requireNonNull` means it is before https://github.com/apache/pinot/pull/10217). - I tested your query using a Pinot built on HEAD and it worked. You may need to add `OPTION(enableNullHandling=true)` in the query. -- 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]
