Jimexist edited a comment on issue #1179:
URL: 
https://github.com/apache/arrow-datafusion/issues/1179#issuecomment-952583683


   FYI i put `\pset null ¤` into `.psqlrc` so that null is explicit
   
   ```
   [postgres] # select column1 < null from (VALUES (1, 'foo' ,2.3), (2, 'bar', 
5.4)) as t;
    ?column?
   ----------
    ¤
    ¤
   (2 rows)
   ```


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