Alexey Kudinkin created HUDI-4690:
-------------------------------------
Summary: Remove code duplicated over from Spark
Key: HUDI-4690
URL: https://issues.apache.org/jira/browse/HUDI-4690
Project: Apache Hudi
Issue Type: Bug
Reporter: Alexey Kudinkin
Assignee: Alexey Kudinkin
Fix For: 0.13.0
At present, a lot of code in `HoodieAnalysis` is unnecessarily duplicating the
resolution logic from Spark that leads to interference w/ normal operations of
Spark's Analyzer and leading to non-trivial issues (like HUDI-4503) when
dealing w/ Spark or Spark SQL
We should minimize the amount of logic and code that is localized from Spark to
Hudi to strictly necessary to either
# Address issues (alternative to upstreaming in Spark)
# Back-port features (from newer Spark versions to older ones)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)