water-flower30 opened a new pull request, #6660:
URL: https://github.com/apache/paimon/pull/6660

   ### Purpose
   Linked issue: close #5955 
   
   ### What is the purpose of the change
   Avoid blocking on listTables operation
   
   ### Tests
   This optimization does not require additional test cases as the existing 
functionality is already covered by:
   
   SyncDatabaseActionBaseTest.testSyncTablesWithoutDbLists() - validates table 
filtering logic
   SyncDatabaseActionBaseTest.testSyncTablesWithDbList() - validates database 
filtering logic
   SyncDatabaseActionBaseTest.testSycTablesCrossDB() - validates cross-database 
filtering scenarios
   All these tests create and use RichCdcMultiplexRecordEventParser, ensuring 
the optimization doesn't break existing functionality.
   


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