mingmwang commented on PR #4490:
URL:
https://github.com/apache/arrow-datafusion/pull/4490#issuecomment-1342467018
BTW, do we support this case ?
Plain SQL:
`SELECT * FROM tab WHERE col_a is null;`
Prepared Stmt:
```
REPARE my_plan_1(INT) AS
SELECT * FROM tab WHERE col_a is $1;
```
--
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]