lidavidm commented on issue #37633: URL: https://github.com/apache/arrow/issues/37633#issuecomment-1718258522
I think it's a driver issue. You can create a columnless table in some systems: ``` postgres=# CREATE TABLE foobar (); CREATE TABLE postgres=# SELECT * FROM foobar; -- (0 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]
