AbsaOSS / AbsaOSS/spline-spark-agent

Add table info to CreateHiveTableAsSelectCommand

Open
#897 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.