ferenc-csaky opened a new pull request, #23:
URL: https://github.com/apache/flink-connector-kudu/pull/23

   ## Key Changes
   
   - Added `uniqueBooksTableInfo(...)` to `KuduTestBase` to centralize unique 
test table naming.
   - Switched Kudu tests from the shared physical `books` table to per-test 
`books_<uuid>` table names.
   - Replaced hardcoded SQL references to `books` with `tableInfo.getName()`.
   - Removed static mutable test state from dynamic source/sink tests.
   - Added `try/finally` cleanup in format tests so tables are deleted even 
when assertions or reads fail


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