devinjdangelo commented on issue #7860:
URL: 
https://github.com/apache/arrow-datafusion/issues/7860#issuecomment-1769324279

   Thanks for the report @theelderbeever! Partitioned writes are not supported 
yet, so you should have received an error on the `write_table` call.  There 
appears to be a bug in the logic detecting the attempt to write to a 
partitioned table.
   
   I just so happened to open a PR adding support for partitioned writes 
recently (#7801), which should resolve this issue as a consequence. If you are 
so inclined, feel free to try out #7801 to see if you get the expected behavior 
with respect to partitioned writes. 
   
   #7801 does not add support for writing the compression codec in the file 
suffix. I think it would be a good idea to open an additional issue to track 
that for future work.


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