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)