AbsaOSS / AbsaOSS/spline-spark-agent
Add table info to CreateHiveTableAsSelectCommand
未关闭
- 主要语言
- Scala
- 星标
- 210
- 派生
- 102
- 平均合并
- 1 天 1 小时
- 30 天内合并 PR
- 1
描述
When the writeCommand equals to CreateHiveTableAsSelectCommand there is no table info in output.
The good solution is get it from logicalPlan by adding this code
Some(ctx.logicalPlan.asInstanceOf[CreateHiveTableAsSelectCommand].tableDesc.identifier)
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。