ajazam commented on issue #13602:
URL: https://github.com/apache/datafusion/issues/13602#issuecomment-2509631700

   Thanks gents I got it working. For anybody else who comes up against this 
issue I made the following alteration
   
   `let df = ctx.sql("copy (SELECT dte, ot, arrow_cast(EXTRACT(YEAR FROM dte), 
'Int32') AS year from data) to './partitioned_output' stored as parquet 
PARTITIONED BY (year)").await?;`
   
   


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

Reply via email to