Dandandan commented on a change in pull request #1117:
URL: https://github.com/apache/arrow-datafusion/pull/1117#discussion_r729829588



##########
File path: datafusion/tests/sql.rs
##########
@@ -594,6 +594,48 @@ async fn select_distinct_simple_4() {
     assert_batches_sorted_eq!(expected, &actual);
 }
 
+#[tokio::test]
+async fn select_distinct_from() {
+    let mut ctx = ExecutionContext::new();
+
+    let sql = "select 
+        1 IS DISTINCT FROM CAST(NULL as INT) as a,

Review comment:
       Good idea, done




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