Skip to content

Conversation

@HyukjinKwon
Copy link
Member

@HyukjinKwon HyukjinKwon commented Dec 9, 2020

What changes were proposed in this pull request?

This PR is a followup of #30488. This PR proposes to rename Alias.deniedMetadataKeys to Alias.nonInheritableMetadataKeys to make it less confusing.

Why are the changes needed?

To make it easier to maintain and read.

Does this PR introduce any user-facing change?

No. This is rather a code cleanup.

How was this patch tested?

Ran the unittests written in the previous PR manually. Jenkins and GitHub Actions in this PR should also test them.

@HyukjinKwon
Copy link
Member Author

cc @cloud-fan and @Ngone51 can you take a look please?

@HyukjinKwon
Copy link
Member Author

Had a short offline discussion with @cloud-fan. Let me just rename the variables to make to address my own concern with a minimized fix.

@HyukjinKwon HyukjinKwon force-pushed the SPARK-33071-SPARK-33536 branch from f328ac6 to 402b5cf Compare December 9, 2020 08:39
@HyukjinKwon HyukjinKwon changed the title [SPARK-33071][SPARK-33536][SQL][FOLLOW-UP] Pull out non-inheritable metadata keys [SPARK-33071][SPARK-33536][SQL][FOLLOW-UP] Rename deniedMetadataKeys to nonInheritableMetadataKeys in Alias Dec 9, 2020
@github-actions github-actions bot added the SQL label Dec 9, 2020
Copy link
Member

@Ngone51 Ngone51 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@SparkQA
Copy link

SparkQA commented Dec 9, 2020

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

@SparkQA
Copy link

SparkQA commented Dec 9, 2020

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

@SparkQA
Copy link

SparkQA commented Dec 9, 2020

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

@SparkQA
Copy link

SparkQA commented Dec 9, 2020

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

@HyukjinKwon
Copy link
Member Author

Merged to master and branch-3.1.

@HyukjinKwon
Copy link
Member Author

Thanks @cloud-fan and @Ngone51

HyukjinKwon added a commit that referenced this pull request Dec 9, 2020
…to nonInheritableMetadataKeys in Alias

### What changes were proposed in this pull request?

This PR is a followup of #30488. This PR proposes to rename `Alias.deniedMetadataKeys` to `Alias.nonInheritableMetadataKeys` to make it less confusing.

### Why are the changes needed?

To make it easier to maintain and read.

### Does this PR introduce _any_ user-facing change?

No. This is rather a code cleanup.

### How was this patch tested?

Ran the unittests written in the previous PR manually. Jenkins and GitHub Actions in this PR should also test them.

Closes #30682 from HyukjinKwon/SPARK-33071-SPARK-33536.

Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit b5399d4)
Signed-off-by: HyukjinKwon <[email protected]>
@SparkQA
Copy link

SparkQA commented Dec 9, 2020

Test build #132479 has finished for PR 30682 at commit 40c580e.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Dec 9, 2020

Test build #132475 has finished for PR 30682 at commit 402b5cf.

  • This patch fails SparkR unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

rshkv pushed a commit to palantir/spark that referenced this pull request Jan 28, 2021
…to nonInheritableMetadataKeys in Alias

This PR is a followup of apache#30488. This PR proposes to rename `Alias.deniedMetadataKeys` to `Alias.nonInheritableMetadataKeys` to make it less confusing.

To make it easier to maintain and read.

No. This is rather a code cleanup.

Ran the unittests written in the previous PR manually. Jenkins and GitHub Actions in this PR should also test them.

Closes apache#30682 from HyukjinKwon/SPARK-33071-SPARK-33536.

Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
laflechejonathan pushed a commit to palantir/spark that referenced this pull request Sep 27, 2021
…to nonInheritableMetadataKeys in Alias

### What changes were proposed in this pull request?

This PR is a followup of apache#30488. This PR proposes to rename `Alias.deniedMetadataKeys` to `Alias.nonInheritableMetadataKeys` to make it less confusing.

### Why are the changes needed?

To make it easier to maintain and read.

### Does this PR introduce _any_ user-facing change?

No. This is rather a code cleanup.

### How was this patch tested?

Ran the unittests written in the previous PR manually. Jenkins and GitHub Actions in this PR should also test them.

Closes apache#30682 from HyukjinKwon/SPARK-33071-SPARK-33536.

Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
@HyukjinKwon HyukjinKwon deleted the SPARK-33071-SPARK-33536 branch January 4, 2022 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants