You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/05 19:58:23 UTC

[GitHub] [hudi] dragonH commented on issue #6832: [SUPPORT] AWS Glue 3.0 fail to write dataset with hudi (hive sync issue)

dragonH commented on issue #6832:
URL: https://github.com/apache/hudi/issues/6832#issuecomment-1264882911

   hi @codope 
   
   sure, wiil also do the latest hudi testing with EMR and share th result here
   
   thanks for the help
   
   hi @kazdy 
   
   thanks for the help
   
   i acknowledge the behavior of aws glue that converting the table name and columns name to lowarcase
   
   but was suprised that this casue the issue 😯
   
   after converting the table name to lowarcase
   
   the data was written successfully
   
   <img width="315" alt="image" src="https://user-images.githubusercontent.com/18332044/193495139-64ddc70d-1468-49c8-8772-ba7af43e80dc.png">
   
   just curious the step of how hudi created and sync the table
   
   cause the we could see the table was created with the lowarcase name
   
   how come it used the original name( with upper case) to find and compared the partition 🤔


-- 
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: commits-unsubscribe@hudi.apache.org

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