elonazoulay opened a new issue, #10601: URL: https://github.com/apache/pinot/issues/10601
Feature request: Add support for always true or false in filters. This will facilitate autogenerated queries by other bi tools to work. Some examples: This may be the query generated (even though the `TRUE` can be elided, it may be autogenerated by a tool): ``` SELECT * FROM table WHERE (TRUE) AND (a = 3) ``` support for 1=0 or 1=1 (some bi tools use this form to generate predicates): ``` SELECT * FROM table WHERE (1 = 0) ``` -- 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]
