alamb commented on issue #1441:
URL: 
https://github.com/apache/arrow-datafusion/issues/1441#issuecomment-996655155


   When I just do select * the answer is not correct either:
   
   ```sql
   ❯ select * from stops_parquet;
   +---------------------+----------+-----------+------------------------------+
   | time                | trip_tid | trip_line | stop_name                    |
   +---------------------+----------+-----------+------------------------------+
   ...
   | 2021-11-15 00:00:00 | 54788307 | 186       | Armatnia                     |
   ...
   +---------------------+----------+-----------+------------------------------+
   33254 rows in set. Query took 1.553 seconds.


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