Skip to content
Snippets Groups Projects
Commit 13986a72 authored by Shixiong Zhu's avatar Shixiong Zhu Committed by Wenchen Fan
Browse files

[SPARK-19065][SQL] Don't inherit expression id in dropDuplicates


## What changes were proposed in this pull request?

`dropDuplicates` will create an Alias using the same exprId, so `StreamExecution` should also replace Alias if necessary.

## How was this patch tested?

test("SPARK-19065: dropDuplicates should not create expressions using the same id")

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #16564 from zsxwing/SPARK-19065.

(cherry picked from commit a83accfc)
Signed-off-by: default avatarWenchen Fan <wenchen@databricks.com>
parent 2ff36691
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment