Skip to content

Conversation

@dbaliafroozeh
Copy link
Contributor

@dbaliafroozeh dbaliafroozeh commented Sep 4, 2020

What changes were proposed in this pull request?

This PR is a followup on #29598 and removes the ExpressionSet class from the 2.13 branch.

Why are the changes needed?

ExpressionSet does not extend Scala Set anymore and this class is no longer needed in the 2.13 branch.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Passes existing tests

@dbaliafroozeh dbaliafroozeh changed the title [] Remove ExpressionSet from the 2.13 branch [SPARK-32800][SQL] Remove ExpressionSet from the 2.13 branch Sep 4, 2020
Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

I think you should move sql/catalyst/src/main/scala-2.12/org/apache/spark/sql/catalyst/expressions/ExpressionSet.scala -> sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ExpressionSet.scala back as well.

@SparkQA
Copy link

SparkQA commented Sep 4, 2020

Test build #128295 has finished for PR 29648 at commit 7f08aaf.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 4, 2020

Test build #128300 has finished for PR 29648 at commit d176b3a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member

Merged to master.

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.

5 participants