alexeykudinkin commented on issue #7322:
URL: https://github.com/apache/hudi/issues/7322#issuecomment-1349678545

   @JoshuaZhuCN the reason why it's not refreshing is b/c you're writing into a 
table by path and not by table identifier (ie `db.table`) -- therefore it 
bypasses the Catalog and goes straight to Hudi's Data Source which is not going 
to be refreshing the Spark caches.
   
   This is not an issue and is an expected behavior. To address try writing 
into the table by its id (which in turn will involve the catalog refresh)


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