AbsaOSS / AbsaOSS/spline-spark-agent
Add table info to CreateHiveTableAsSelectCommand
Open
- Dominant language
- Scala
- Stars
- 210
- Forks
- 102
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.