legendtkl opened a new pull request, #1434:
URL: https://github.com/apache/incubator-paimon/pull/1434

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   Linked issue: close https://github.com/apache/incubator-paimon/issues/989
   
   ### Brief change
   Supported filters:
       1. where primary key = x
       2. where primary key = x or key = y
       3. where primary key in (x, y, z)
       4. where partition key = x
   
   Note: primary key between filter now is not supported in Paimon, ignore it 
now and let's start a new ticket for it later.
   
   ### Tests
   UT:
   * ReadWriteTableITCase#testDeletePushDownWithPrimaryKey
   * ReadWriteTableITCase#testDeletePushDownWithPartitionKey
   
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


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