NobiGo commented on PR #3852:
URL: https://github.com/apache/calcite/pull/3852#issuecomment-2224235956

   @normanj-bitquill
   
   1) I find different data source has different behaviour about NULL value:
   
   ```
   spark-sql (default)> select array(1,2)>array(1,null);
   true
   Time taken: 0.192 seconds, Fetched 1 row(s)
   spark-sql (default)> select array(1,2)<array(1,null);
   false
   Time taken: 0.127 seconds, Fetched 1 row(s)
   ```
   But this maybe another issue to resolve it.
   
   2) Please add the code annotation before the test to make the test more 
clearly. Others good to me .
   


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