Toroidals commented on issue #12901:
URL: https://github.com/apache/hudi/issues/12901#issuecomment-2696085995

   > [@Toroidals](https://github.com/Toroidals) can you check the 
jobmanager.log and to see if there are any exception logs? or logs like 
"recreating and syncing"
   
   The main issue lies in the writing program hudi-flink1.15-bundle: in 
hudi-1.0.0\hudi-platform-service\hudi-metaserver\hudi-metaserver-server\src\main\resources\mybatis\TableMapper.xml,
 specifically in insertTable and deleteTable. It seems that querying with Spark 
SQL during the gap between insert and delete operations leads to this error: 
Table or view not found: xx.xxx_ro. Please first ensure the logic in the source 
code; when synchronizing Hive metadata, are the metadata entries being deleted 
before being created? If this is the case, it will certainly lead to errors. 
Could it be adjusted to perform direct updates instead of deleting and then 
creating?
   


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