voonhous commented on issue #9256:
URL: https://github.com/apache/hudi/issues/9256#issuecomment-1651552403

   > Also, one thing I noticed is that hoodie.properties does not change to 
reflect the presence of my new columns. Let me know if you still want me to 
test a primitive, non-nested column.
   
   This is expected, hoodie.properties will not change. The metadata containing 
the schema is situated in:
   
   ```
   hdfs://my/path/to/hfse_flink_writes/.hoodie/.schema
   ```
   
   > One thing I noticed differs in my configuration vs yours is that my Flink 
table is not connected to the Hive metastore:
   
   I am not using hive-catalogue, the hive-sync configs are only used for 
sync-ing after every writes. 
   
   I did the test again without hive-catalogue + hive sync, same results. 


-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to