codope commented on issue #5861:
URL: https://github.com/apache/hudi/issues/5861#issuecomment-1155309107

   ```
   Steps to reproduce the behavior:
   
   1. using hudi 0.8 to create a hudi table and sync to hive metastore using 
hive jdbc sync mode
   2. update hudi to 0.11
   3. add a new column to the table and sync to hive metastore using hive jdbc 
sync mode
   4. read the table using spark.table
   ```
   @kk17 After step 2, when you run `show create table` then does it show the 
`LOCATION`?
   Also, could you try `HMS` sync mode? 
https://hudi.apache.org/docs/syncing_metastore#sync-modes


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