xuyangzhong opened a new pull request, #1726:
URL: https://github.com/apache/fluss/pull/1726

   ### Purpose
   
   Linked issue: close #1143
   
   Support delta join on Flink 2.1.
   
   ### Brief change log
   
   - Introduce a specific Catalog for Flink 2.1 and override the `getTable` 
method.
   - Treat pk as an index in the schema.
   - Treat bucket keys and partition keys that serve as primary key prefixes as 
an index in the schema.
   - Add tests for Catalog#getTable and Delta Join
   
   ### Tests
   
   - Flink21CatalogITCase 
   - Flink21TableSourceITCase
   
   ### API and Format
   
   None.
   
   ### Documentation
   
   None.
   


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