thvasilo commented on issue #33188: URL: https://github.com/apache/arrow/issues/33188#issuecomment-1622223371
We use PySpark to create the Parquet files, with the colum type originally being a plain Python `list` so we don't quite control the way they are translated to Parquet objects files when writing to storage. I'll see if it's possible to cast out `list` objects to `pa.large_list` before writing to storage though. -- 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]
