alamb commented on PR #24925:
URL: https://github.com/apache/datafusion/pull/24925#issuecomment-5704751127
This is so cool. We can make tpch data in avro format 🎉
```shell
andrewlamb@Andrews-MacBook-Pro-3:~/Downloads$ tpchgen-cli parquet --tables
lineitem
lineitem [==================] (100%)
andrewlamb@Andrews-MacBook-Pro-3:~/Downloads$ datafusion-cli
DataFusion CLI v55.1.0
> COPY (SELECT * FROM 'lineitem.parquet') to 'lineitem.avro';
+---------+
| count |
+---------+
| 6001215 |
+---------+
1 row(s) fetched.
Elapsed 0.956 seconds.
>
\q
andrewlamb@Andrews-MacBook-Pro-3:~/Downloads$ ls -ltr lineitem.*
-rw-r--r--@ 1 andrewlamb staff 221M Sep 16 17:25 lineitem.parquet
-rw-r--r--@ 1 andrewlamb staff 456M Sep 16 17:25 lineitem.avro
andrewlamb@Andrews-MacBook-Pro-3:~/Downloads$
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]