Skip to content
Snippets Groups Projects
Commit 5a2ad431 authored by Wenchen Fan's avatar Wenchen Fan
Browse files

[SPARK-19893][SQL] should not run DataFrame set oprations with map type


In spark SQL, map type can't be used in equality test/comparison, and `Intersect`/`Except`/`Distinct` do need equality test for all columns, we should not allow map type in `Intersect`/`Except`/`Distinct`.

new regression test

Author: Wenchen Fan <wenchen@databricks.com>

Closes #17236 from cloud-fan/map.

(cherry picked from commit fb9beda5)
Signed-off-by: default avatarWenchen Fan <wenchen@databricks.com>
parent f0d50fd5
No related branches found
No related tags found
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