andygrove opened a new issue, #3187:
URL: https://github.com/apache/arrow-datafusion/issues/3187

   **Describe the bug**
   
   ```
   thread 'sql::expr::like_nlike_with_null_lt' panicked at 'called 
`Result::unwrap()` on an `Err` value: "SQL(ParserError(\"Expected a concrete 
value, found: column1\")) at Creating logical plan for 'SELECT column1 like 
NULL as col_null, NULL like column1 as null_col from (values('a'), ('b'), 
(NULL)) as t'"', datafusion/core/tests/sql/mod.rs:758:10
   ```
   
   **To Reproduce**
   I'm seeing this on a PR that uses the latest sqlparser
   
   **Expected behavior**
   Should pass
   
   **Additional context**
   Non
   


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

Reply via email to