[GitHub] [hudi] gtwuser commented on issue #2265: Arrays with nulls in them result in broken parquet files

2022-05-30 Thread GitBox
gtwuser commented on issue #2265: URL: https://github.com/apache/hudi/issues/2265#issuecomment-1141003069 > @kazdy I did a workaround by changing the schema to just `string`. In any case, the hive table column can be parsed using some UDFs to an array or list @stym06 can you please share

[GitHub] [hudi] gtwuser commented on issue #2265: Arrays with nulls in them result in broken parquet files

2022-05-27 Thread GitBox
gtwuser commented on issue #2265: URL: https://github.com/apache/hudi/issues/2265#issuecomment-1140167813 > I also encountered this issue, in my case upgrading to 0.9.0 and setting `parquet.avro.write-old-list-structure` to false helped both for MOR and COW table. When using 0.8.0 issue sti