Skip to content

Commit

Permalink
[SPARK-32800][SQL] Remove ExpressionSet from the 2.13 branch
Browse files Browse the repository at this point in the history
### 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

Closes #29648 from dbaliafroozeh/RemoveExpressionSetFrom2.13Branch.

Authored-by: Ali Afroozeh <ali.afroozeh@databricks.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
  • Loading branch information
dbaliafroozeh authored and HyukjinKwon committed Sep 6, 2020
1 parent 0b3bb45 commit f556946
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.

This file was deleted.

0 comments on commit f556946

Please sign in to comment.