Skip to content
Snippets Groups Projects
Commit c34c27fe authored by navis.ryu's avatar navis.ryu Committed by Yin Huai
Browse files

[SPARK-9034][SQL] Reflect field names defined in GenericUDTF

Hive GenericUDTF#initialize() defines field names in a returned schema though,
the current HiveGenericUDTF drops these names.
We might need to reflect these in a logical plan tree.

Author: navis.ryu <navis@apache.org>

Closes #8456 from navis/SPARK-9034.
parent 9cf56c96
No related branches found
No related tags found
No related merge requests found
Showing
with 34 additions and 17 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment