MartijnVisser opened a new pull request, #28658:
URL: https://github.com/apache/flink/pull/28658

   ## What is the purpose of the change
   
   Backport of the two FLINK-36242 fixes to release-1.20 (clean cherry-picks of 
5ea7ea70f31 and 36103ff3a97, original authorship preserved). The flake fixed by 
FLINK-36242 still hits the release-1.20 nightlies: 
`MaterializedTableStatementITCase.testDropMaterializedTableWithDeletedRefreshWorkflowInFullMode`
 fails in `AbstractMaterializedTableStatementITCase.after()` with 
`SqlGatewayException: Failed to getTable`, caused by the listTable/getTable 
inconsistency in `TestFileSystemCatalog` (for example 
https://github.com/apache/flink/actions/runs/27858163974, leg `Hadoop 3.1.3 / 
Test (module: table)`, 2026-06-20).
   
   ## Brief change log
   
   - Cherry-pick `[FLINK-36242][test] Fix inconsistent logic between listTable 
and getTable in TestFileSystemCatalog`.
   - Cherry-pick `[FLINK-36242][table] Drop all materialized tables manually 
instead of automatically dropping them in the after method.`
   
   ## Verifying this change
   
   This change is already covered by existing tests. Verified locally on 
release-1.20: `TestFileSystemCatalogTest` passes and the full 
`MaterializedTableStatementITCase` passes (18/18).
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no (test-only change)
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes (Claude Fable 5 prepared and verified the backport; the 
cherry-picked commits keep their original authorship)
   
   Generated-by: Claude Fable 5
   


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