Open asfimport opened 2 years ago
Nils Broman: I found out that this is indeed the same issue as for PARQUET-1441, however for FixedSchema. The fix is isolated to RecordSchema and the same fix needs to be applied to FixedSchema as well.
Timothy Miller / @theosib-amazon: Is this related to anything fixed by https://github.com/apache/parquet-mr/pull/957 ?
Nils Broman: I just tested the fix you mention and I still got the same error, so unfortunately it does not fix this issue.
I'm trying to generate a Avro schema from a parquet file. I get the issue both when using https://github.com/benwatson528/intellij-avro-parquet-plugin in Intellij as well as when I'm using my own implementation of generating a schema.
The parquet file contains nested entries and arrays: {"a": a, "b": [{"c": c}]}
I get the following error message:
It appears to be an issue similar to PARQUET-1441 or PARQUET-1409.
Or could it possibly be something wrong in my parquet file?
Reporter: Nils Broman
Note: This issue was originally created as PARQUET-2153. Please see the migration documentation for further details.