n3nash commented on issue #2101:
URL: https://github.com/apache/hudi/issues/2101#issuecomment-699027752


   @getniz Those are good questions, we're all learners here :) You can 
definitely create a schema in confluent schema registry but the flattening will 
depend on what is your schema structure. If you create a AVRO schema similar to 
your JSON structure, then you will have a nested column in your avro schema and 
you will have the same problem. If you want to create a flat schema in avro, 
then your JSON has to be flattened as well.
   I would recommend trying option 2 which is straight forward and see what 
performance penalty (if at all) is there.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to