geyanggang commented on PR #12735: URL: https://github.com/apache/gravitino/pull/12735#issuecomment-5474937217
> The module-wide test run now fails at `TestGravitinoPaimonCatalog.testAlterTableInvalidatesNativeCacheAfterSuccessfulAlter`. The native catalog mock returns `newTable`, so the existing and new comments are identical; this guard correctly treats the alter as a no-op, and neither `TableCatalog.alterTable` nor cache invalidation is invoked. Please update the test to return an old-comment table from `mockFlinkCatalog.getTable(path)`, and ideally add an assertion that a no-op does not invalidate the native cache. `./gradlew :flink-connector:flink-common:check -PskipITs` currently fails 1 of 140 tests. OK, I'll fix the test later to make sure all tests can pass. -- 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]
