beyond1920 commented on issue #7846:
URL: https://github.com/apache/hudi/issues/7846#issuecomment-1920428504

   @parisni I agree with @ad1happy2go cache behavior happened in spark instead 
of HUDI. Spark would cache by `dbName`.`tableName`.
   <img width="1052" alt="image" 
src="https://github.com/apache/hudi/assets/1525333/2557fd10-eadf-437c-8506-eabe70ca5b89";>
   
   In addition to set `spark.sql.filesourceTableRelationCacheSize=0` as 
@ad1happy2go  proposed, you could also try to refresh a table manually by 
`spark.catalog.refreshTable("database.hudi_table")` before query.


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