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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to