现在runner.get_column_lineage()的结果是排序的。如何能得到insert的原始字段顺序? #664
Unanswered
jincuodao9903
asked this question in
Q&A
Replies: 1 comment
-
|
We encountered the same problem. The SQL statement(hive sql) is as follows: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hive数据库用insert overwrite写入的时候,不会匹配字段名,而是按照insert的字段顺序写入。现在runner.get_column_lineage返回的结果没有了原始insert的字段顺序,导致血缘字段和hive数据模型的字段无法匹配。
有什么办法可以取到SQL脚本中insert的原始字段顺序?
Beta Was this translation helpful? Give feedback.
All reactions