You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
I'm seeing this on a PR that uses the latest sqlparser
Expected behavior
Should pass
Additional context
Non
The text was updated successfully, but these errors were encountered: