You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/18 15:11:14 UTC

[GitHub] [arrow-datafusion] matthewmturner commented on issue #1777: Improve DataFusions ability to work with files

matthewmturner commented on issue #1777:
URL: https://github.com/apache/arrow-datafusion/issues/1777#issuecomment-1072470491


   @Igosuki sry if im being dumb / bad at searching google but i havent been able to find an example / docs of writing partitioned parquet files from SQL. Only writing with dataframe API or reading a partitioned parquet dataset with SQL.  I havent had the chance to test, but is the command youre looking for something like:
   
   ```
   COPY TABLE abc
   TO `abc`
   STORED AS PARQUET
   PARTITION BY year, month
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org