Closed raffaem closed 1 year ago
Thanks for providing the issue! Might be late but could you please provide me with the parquet file, so that I can try reproduce it locally.
Sorry it's a proprietary database under a NDA.
If there is a verbose / debug output I would be happy to provide it, as long as it doesn't disclose database records.
Otherwise I'm unable to help more than that.
@raffaem Okay, I guess the column name contains some illegal character, like what this link shows. We're using avro related library underneath so I guess we can't open that file if the name of column doesn't conform to the naming rule.
@Eugene-Mark yeah we had this issue to using that avro-lib
this could solve that issue in the future, just deactivate name validating
It's related to dependent 3rd library, please make sure the source files conform to specific rule.
I compiled from source the latest git version.
When I try to open a parquet file, the following exception is thrown: