voonhous commented on PR #18482:
URL: https://github.com/apache/hudi/pull/18482#issuecomment-4235453559

   > @voonhous thanks for adding this, my main question is do these changes 
cover the paths for aws glue sync 
https://hudi.apache.org/docs/syncing_aws_glue_data_catalog and other catalogs 
that we expect users to leverage?
   
   AWS Glue sync uses `HiveSchemaUtil#hoodieSchemaToMapSchema()` internally, so 
theoretically, the **BLOB/VECTOR** handling you added to `HiveSchemaUtil` 
already covers Glue. We should be good. 
   
   The only potential gap is **DataHub** sync, which relies on **DataHub**'s 
own Avro schema converter. BLOB/VECTOR support there depends on the external 
library, not Hudi code, though... We'll cross that bridge when we need to.


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