Balaji Varadarajan created HUDI-865:
---------------------------------------
Summary: Improve Hive Syncing by directly translating avro schema
to Hive types
Key: HUDI-865
URL: https://issues.apache.org/jira/browse/HUDI-865
Project: Apache Hudi (incubating)
Issue Type: Improvement
Components: Hive Integration
Reporter: Balaji Varadarajan
Fix For: 0.6.0
With the current code in master and proposed improvements with
[https://github.com/apache/incubator-hudi/pull/1559,|https://github.com/apache/incubator-hudi/pull/1559]
Hive Sync integration would resort to the following translations for finding
table schema
Avro-Schema to Parquet-Schema to Hive Schema transformations
We need to implement logic to skip the extra hop to parquet schema when
generating hive schema.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)