walterddr opened a new issue, #8487:
URL: https://github.com/apache/pinot/issues/8487

   - `SELECT * FROM t WHERE startsWith(stringCol, 'myStr') = true`
   this query works fine
   
   - `SELECT * FROM t WHERE startsWith(stringCol, 'myStr')` 
   
   throws exception
   ```
   ProcessingException(errorCode:150, message:PQLParsingError:
   org.apache.pinot.sql.parsers.SqlCompilationException: Unsupported filter 
kind: STARTSWITH
        at 
org.apache.pinot.sql.parsers.rewriter.PredicateComparisonRewriter.updateComparisonPredicate(PredicateComparisonRewriter.java:58)
        at 
org.apache.pinot.sql.parsers.rewriter.PredicateComparisonRewriter.rewrite(PredicateComparisonRewriter.java:37)
        at 
org.apache.pinot.sql.parsers.CalciteSqlParser.queryRewrite(CalciteSqlParser.java:413)
        at 
org.apache.pinot.sql.parsers.CalciteSqlParser.compileCalciteSqlToPinotQuery(CalciteSqlParser.java:407))
   ```


-- 
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

Reply via email to