HaoYang670 commented on issue #4262:
URL: 
https://github.com/apache/arrow-datafusion/issues/4262#issuecomment-1319493296

   Same errors when parsing `compression type`:
   ```sql
   DataFusion CLI v14.0.0
   ❯ create external table t5 stored as csv with header row compression 
location "../datafusion/core/tests/example.csv";
   0 rows in set. Query took 0.007 seconds.
   ❯ select * from t5;
   +---+---+---+
   | a | b | c |
   +---+---+---+
   | 1 | 2 | 3 |
   +---+---+---+
   ```


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