You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "YannByron (via GitHub)" <gi...@apache.org> on 2024/04/26 02:58:08 UTC

[PR] [spark] drop partition when all the conditions is partition-related [paimon]

YannByron opened a new pull request, #3263:
URL: https://github.com/apache/paimon/pull/3263

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... -->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   Linked issue: close #xxx
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### 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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [spark] drop partition when all the conditions is partition-related [paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on PR #3263:
URL: https://github.com/apache/paimon/pull/3263#issuecomment-2078696050

   > > Which Test can cover this modification?
   > 
   > no new cases. I've tested the case `Paimon Delete: append-only table with partition` in `DeleteFromTableTest` and check the code path when execute.
   
   I see, `DELETE FROM T WHERE dt IN ('2026', '2027')` will use partition dropping now.


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [spark] drop partition when all the conditions is partition-related [paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi merged PR #3263:
URL: https://github.com/apache/paimon/pull/3263


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [spark] drop partition when all the conditions is partition-related [paimon]

Posted by "YannByron (via GitHub)" <gi...@apache.org>.
YannByron commented on PR #3263:
URL: https://github.com/apache/paimon/pull/3263#issuecomment-2078678276

   > Which Test can cover this modification?
   
   no new cases. I've tested the case `Paimon Delete: append-only table with partition` in `DeleteFromTableTest` and check the code path when execute.


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [spark] drop partition when all the conditions is partition-related [paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on PR #3263:
URL: https://github.com/apache/paimon/pull/3263#issuecomment-2078656107

   Which Test can cover this modification?


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org