AbsaOSS / AbsaOSS/spline-spark-agent
Add table info to CreateHiveTableAsSelectCommand
Abierto
- Lenguaje dominante
- Scala
- Estrellas
- 210
- Forks
- 102
- Merge medio
- 1 d 1 h
- PR fusionados (30 d)
- 1
Descripción
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)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.