wjones127 commented on issue #12416: URL: https://github.com/apache/arrow/issues/12416#issuecomment-1066886643
> the basename_template doesn't work if using legacy_dataset=False, while using the API pq.write_to_dataset. Sorry, that method is only available in `ds.write_dataset`. That's the API that's update more moving forward, so I recommend you switching to using that function. > While using ds.write_dataset, I think the issue is gone with Int64 null partition issue. Not sure how though. That's the new datasets API (equivalent to passing `use_legacy_datasets=False` to `pq.write_to_dataset`), so makes sense you wouldn't have that problem. -- 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]
