-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34527][SQL] Resolve duplicated common columns from USING/NATURAL JOIN #31666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
1c5ab03
2fe733f
2c261bb
80beda8
e1719d3
6fa70ba
0ba1916
2b7e730
0c116a5
bf87f55
b5dc44f
6e32b3d
7c3f5df
181751a
ad5e824
e36e853
db44c53
73b7c8a
1eb01e2
9fd2490
f5cc3ae
fa7207e
7af12ae
07f9ad5
c474745
0f267e7
ed0270c
66ad572
fc3b16d
f665030
85b81b1
eab7964
44ee9f8
c84f396
0fe04a2
c7c3df6
b1bf28d
47be66d
8c5144e
333a815
49de5c5
9e62d7d
446d4bc
8f70c2d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Signed-off-by: Karen Feng <[email protected]>
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -205,7 +205,7 @@ package object util extends Logging { | |
| val METADATA_COL_ATTR_KEY = "__metadata_col" | ||
|
|
||
| /** | ||
| * Hidden columns are a type of metadata column that are not propagated through subquery aliases, | ||
| * Hidden columns are a type of metadata column that are propagated through Project | ||
| * and are candidates during qualified star expansions. | ||
karenfeng marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| */ | ||
| val HIDDEN_COL_ATTR_KEY = "__hidden_col" | ||
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.