Describe the bug, including details regarding any error messages, version, and platform.
I have a Parquet file with a column that contains a hyphen character and get the following error:
Illegal character in: Creation-Time
I guess Parquet officially supports only alphanumeric plus underscore, but I have retrieved this Parquet file from a blob inventory scan on Azure.
Might there be an option to allow such a column name in parquet cat for example?
Component(s)
CLI