alamb commented on issue #2474:
URL: https://github.com/apache/arrow-rs/issues/2474#issuecomment-1218185682
For what it is worth, `postgres` prints nulls as `""` (I realize arrow isn't
necessarily following postgres)
```
alamb=# select null, 1;
?column? | ?column?
----------+----------
| 1
(1 row)
```
--
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]