apache / apache/datafusion-sqlparser-rs
fail to parse `set tez.grouping.max-size=1234;` in Hive Dialect
未关闭
- 主要语言
- Rust
- 星标
- 3.5k
- 派生
- 772
- 平均合并
- 4 天 9 小时
- 30 天内合并 PR
- 17
描述
According to the Apache Tez code, parameter `tez.grouping.max-size` is supported.
https://github.com/apache/tez/blob/1e6c9e3448bb9d934508ee995ad60c23dafa0610/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/grouper/TezSplitGrouper.java#L72
Also when hive uses tez engine, it is possible to set the `tez.grouping.max-size` parameter, but the current version fail to parse it.

贡献指南
这个仓库没有索引到贡献指南
调研方向
首先复现 Hive 语句 `set tez.grouping.max-size=1234;`,并检查 Hive 方言的解析路径。使用 issue 中的 Apache Tez 参考资料确认该参数受支持;当该语句能够成功解析且不会导致现有 Hive 语法回归时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust, sql
- 领域
- compilers
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100