You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/02/01 13:59:52 UTC

[GitHub] [spark] MaxGekk opened a new pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

MaxGekk opened a new pull request #31420:
URL: https://github.com/apache/spark/pull/31420


   ### What changes were proposed in this pull request?
   1. Add new method `truncatePartition()` to the `SupportsPartitionManagement` interface.
   2. Add new method `truncatePartitions()` to the `SupportsAtomicPartitionManagement` interface.
   3. Default implementation of new methods in `InMemoryPartitionTable`/`InMemoryAtomicPartitionTable`.
   
   ### Why are the changes needed?
   This is the first step in supporting of v2 `TRUNCATE TABLE .. PARTITION`.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   By running new tests:
   ```
   $ build/sbt "test:testOnly *SupportsPartitionManagementSuite"
   $ build/sbt "test:testOnly *SupportsAtomicPartitionManagementSuite"
   ```


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] MaxGekk commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-770877111


   @cloud-fan Could you take a look at this PR, please.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-770877581


   **[Test build #134736 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/134736/testReport)** for PR 31420 at commit [`6db21ab`](https://github.com/apache/spark/commit/6db21ab157056c512cbac72fd1f3c74a72672a94).


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan closed pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
cloud-fan closed pull request #31420:
URL: https://github.com/apache/spark/pull/31420


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-771459608


   thanks, merging to master!


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan closed pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
cloud-fan closed pull request #31420:
URL: https://github.com/apache/spark/pull/31420


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-771076552


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/134736/
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-770997064


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/39322/
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-770948779


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/39322/
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-770966330


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/39322/
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-771459608


   thanks, merging to master!


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-770877581


   **[Test build #134736 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/134736/testReport)** for PR 31420 at commit [`6db21ab`](https://github.com/apache/spark/commit/6db21ab157056c512cbac72fd1f3c74a72672a94).


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-771050517


   **[Test build #134736 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/134736/testReport)** for PR 31420 at commit [`6db21ab`](https://github.com/apache/spark/commit/6db21ab157056c512cbac72fd1f3c74a72672a94).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #31420: [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #31420:
URL: https://github.com/apache/spark/pull/31420#issuecomment-770997064






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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org