You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2020/08/17 15:29:00 UTC

[jira] [Created] (HUDI-1195) Ensure uniformity in schema usage in HoodieAvroUtils.avroToBytes and HoodieAvroUtils.bytesToAvro

sivabalan narayanan created HUDI-1195:
-----------------------------------------

             Summary: Ensure uniformity in schema usage in HoodieAvroUtils.avroToBytes and HoodieAvroUtils.bytesToAvro
                 Key: HUDI-1195
                 URL: https://issues.apache.org/jira/browse/HUDI-1195
             Project: Apache Hudi
          Issue Type: Bug
          Components: DeltaStreamer, Writer Core
    Affects Versions: 0.6.1
            Reporter: sivabalan narayanan


RDD's schema is used in HoodieAvroUtils.avroToBytes, where as to convert back from bytes to Avro, we use schema provided in property file. If schema got evolved, there will be mismatch. 

More details: 

[https://github.com/apache/hudi/issues/1971]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)