WinkerDu commented on code in PR #2627:
URL: https://github.com/apache/arrow-datafusion/pull/2627#discussion_r883591982
##########
datafusion/core/tests/sql/expr.rs:
##########
@@ -1202,6 +1202,36 @@ async fn nested_subquery() -> Result<()> {
Ok(())
}
+#[tokio::test]
+async fn like_nlike_with_null_lt() {
+ let ctx = SessionContext::new();
+ let sql = "SELECT column1 like NULL from (values('a'), ('b'), (NULL)) as
t";
Review Comment:
@alamb Sounds reasonable, I've changed the ut, thank you
--
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]