You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Timothy Brown (Jira)" <ji...@apache.org> on 2022/09/23 04:39:00 UTC

[jira] [Created] (HUDI-4904) Handle Recursive Proto Schemas

Timothy Brown created HUDI-4904:
-----------------------------------

             Summary: Handle Recursive Proto Schemas
                 Key: HUDI-4904
                 URL: https://issues.apache.org/jira/browse/HUDI-4904
             Project: Apache Hudi
          Issue Type: Improvement
            Reporter: Timothy Brown


In proto we can have a schema that is recursive. We should limit the "unraveling" of a schema to N levels and let the user specify that amount of levels as a config. After hitting depth N in the recursion, we will create a Record with a byte array and string. The remaining data for that branch of the recursion will be written out as a proto byte array and we record the descriptor string for context of what is in the byte array.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)