xushiyan edited a comment on issue #3835:
URL: https://github.com/apache/hudi/issues/3835#issuecomment-950410484


   @shivabodepudi I see. The problem is you're using Json schema. The schema 
provider `org.apache.hudi.schema.SchemaProvider` defines only avro schema to be 
provided. You could extend `org.apache.hudi.schema.SchemaRegistryProvider` to 
convert the json schema into avro by overriding 
`org.apache.hudi.schema.SchemaRegistryProvider#fetchSchemaFromRegistry`
   
   Meanwhile i do think support json schema makes sense as we support 
JsonSource anyway. Filing a JIRA for this. 
https://issues.apache.org/jira/browse/HUDI-2608 @shivabodepudi if you 
interested, feel free to pick up this feature.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to