ahringer commented on issue #30481:
URL: https://github.com/apache/arrow/issues/30481#issuecomment-1895957234
Having same issue in Azure ML Studio reading spark DF created with single
partition .../foo=1/<parquet-files>.
Changing ONLY engine to fastparquet results in no error:
mydata = pd.read_parquet(
f"abfs://container/path/", engine="fastparquet")
--
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]