-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8621] [SQL] support empty string as column name #7149
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
Conversation
|
Merged build triggered. |
|
Merged build started. |
|
cc @rxin |
|
Test build #36233 has started for PR 7149 at commit |
|
Test build #36233 has finished for PR 7149 at commit
|
|
Merged build finished. Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the double inverted commas should be single.
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36239 has started for PR 7149 at commit |
|
Test build #36239 has finished for PR 7149 at commit
|
|
Merged build finished. Test PASSed. |
|
Thanks - merging in master. |
|
and branch-1.4. |
improve the empty check in `parseAttributeName` so that we can allow empty string as column name. Close #7117 Author: Wenchen Fan <[email protected]> Closes #7149 from cloud-fan/8621 and squashes the following commits: efa9e3e [Wenchen Fan] support empty string (cherry picked from commit 31b4a3d) Signed-off-by: Reynold Xin <[email protected]>
improve the empty check in
parseAttributeNameso that we can allow empty string as column name.Close #7117