[parquet-cli] Illegal character in column name
- 主要语言
- Java
- 星标
- 3.1k
- 派生
- 1.6k
- 平均合并
- 3 天 12 小时
- 30 天内合并 PR
- 33
描述
### 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](https://docs.azure.cn/en-us/storage/blobs/blob-inventory-how-to) on Azure.
Might there be an option to allow such a column name in `parquet cat` for example?
### Component(s)
CLI
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 parquet cat 的 CLI 路径开始,使用包含 Creation-Time 列名的 Parquet 文件重现失败。跟踪列名在哪里进行验证,然后确定选择加入式允许会如何影响该命令。当 parquet cat 能够处理此列名而不出现 Illegal character 错误,同时保留现有验证行为时,即可视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100