This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Issues when trying to create a parquet file with FixedSizedListArray #691
Labels
bug
Something isn't working
Hello,
I am trying to generate a dataset with Complex Number using a FixedSizedListArray, but I am getting a few issues along they way.
Here is the code
I generate a parquet file with the following snippet
And I try to read the file with the followin snippet
The problems are as follows:
There are several issues that I would like to have but I am not sure how to get it to work.
Changing to this yield an error on pyarrow side:
Ideally, the data would look like:
Let me know if you need more details.
The text was updated successfully, but these errors were encountered: