You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "thvasilo (via GitHub)" <gi...@apache.org> on 2023/07/05 17:56:41 UTC

[GitHub] [arrow] thvasilo commented on issue #33188: [Parquet][C++][Python] "List index overflow" when read parquet file

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org