Skip to content
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

[SPARK-40806][SQL] Typo fix: CREATE TABLE -> REPLACE TABLE #38269

Closed
wants to merge 1 commit into from

Conversation

panbingkun
Copy link
Contributor

What changes were proposed in this pull request?

The pr aim to typo fix: CREATE TABLE -> REPLACE TABLE in AstBuilder.

Why are the changes needed?

When i work on SPARK-40784, i found this issue.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existed UT.

@github-actions github-actions bot added the SQL label Oct 15, 2022
@panbingkun
Copy link
Contributor Author

cc @MaxGekk
After the pr, I will continue work for https://issues.apache.org/jira/browse/SPARK-40784

@MaxGekk
Copy link
Member

MaxGekk commented Oct 15, 2022

+1, LGTM. Merging to master.
Thank you, @panbingkun.

@MaxGekk MaxGekk closed this in ee59f4e Oct 15, 2022
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you all.

@panbingkun panbingkun deleted the SPARK-40806 branch November 7, 2022 01:54
SandishKumarHN pushed a commit to SandishKumarHN/spark that referenced this pull request Dec 12, 2022
### What changes were proposed in this pull request?
The pr aim to typo fix: CREATE TABLE -> REPLACE TABLE in AstBuilder.

### Why are the changes needed?
When i work on [SPARK-40784](https://issues.apache.org/jira/browse/SPARK-40784), i found this issue.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Existed UT.

Closes apache#38269 from panbingkun/SPARK-40806.

Authored-by: panbingkun <pbk1982@gmail.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants