Jonathan Vexler created HUDI-8657:
-------------------------------------
Summary: Don't look up table schema again during partial update
validation
Key: HUDI-8657
URL: https://issues.apache.org/jira/browse/HUDI-8657
Project: Apache Hudi
Issue Type: Improvement
Components: spark-sql
Reporter: Jonathan Vexler
Fix For: 1.0.1
The catalog table looks up the avro schema and converts it to spark and stores
it. We need to refactor so that we also save the avro schema so we don't need
to use the table schema resolver in mit when validating partial update table
doesn't contain enums.
The reason this was not done in the original pr is that it would require
non-trivial refactor and don't want to mess with stuff as much as possible
before the release.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)