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

   ## What is the purpose of the change
   
   Drop the now-optional TABLE keyword from the LATERAL table-function calls in 
the LATERAL SNAPSHOT test suite, using the "LATERAL SNAPSHOT(...)" form. One 
plan test (testInnerJoin) and one semantic test program (INNER_JOIN) keep the 
explicit "LATERAL TABLE(SNAPSHOT(...))" form to retain coverage of that syntax.
   
   ## Brief change log
   
   * update most LATERAL SNAPSHOT join tests to use the syntax without the 
optional TABLE keyword
   * two tests keep using the TABLE keyword for test coverage
   
   ## Verifying this change
   
   * existing tests
   
   ## 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
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? n/a
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes (please specify the tool below)
   
   Generated-by: Claude Code (Opus 4.8 1M)
   


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