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-32560][SQL]Improve exception message at InsertIntoHiveTable.processInsert #29376

Closed

Conversation

GuoPhilipse
Copy link
Member

@GuoPhilipse GuoPhilipse commented Aug 6, 2020

What changes were proposed in this pull request?

improve exception message

Why are the changes needed?

the before message lack of single quotes, we may improve it to keep consisent.
image

Does this PR introduce any user-facing change?

NO

How was this patch tested?

No ,it is only improving the message.

@maropu
Copy link
Member

maropu commented Aug 7, 2020

ok to test

@maropu
Copy link
Member

maropu commented Aug 7, 2020

Looks okay if the tests pass.

@SparkQA
Copy link

SparkQA commented Aug 7, 2020

Test build #127162 has finished for PR 29376 at commit 9370ba2.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 7, 2020

Test build #127168 has finished for PR 29376 at commit 08a5824.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon HyukjinKwon changed the title [SPARK-32560][SQL]Improve exception message [SPARK-32560][SQL]Improve exception message at InsertIntoHiveTable.processInsert Aug 7, 2020
@HyukjinKwon
Copy link
Member

The tests passed at #29376 (comment).

HyukjinKwon pushed a commit that referenced this pull request Aug 7, 2020
…rocessInsert

### What changes were proposed in this pull request?
improve exception message

### Why are the changes needed?
the before message lack of single quotes, we may improve it to keep consisent.
![image](https://user-images.githubusercontent.com/46367746/89595808-15bbc300-d888-11ea-9914-b05ea7b66461.png)

### Does this PR introduce _any_ user-facing change?
NO

### How was this patch tested?
No ,it is only improving the message.

Closes #29376 from GuoPhilipse/improve-exception-message.

Lead-authored-by: GuoPhilipse <46367746+GuoPhilipse@users.noreply.github.com>
Co-authored-by: GuoPhilipse <guofei_ok@126.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit aa4d3c1)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
@HyukjinKwon
Copy link
Member

Merged to master, branch-3.0 and branch-2.4.

HyukjinKwon pushed a commit that referenced this pull request Aug 7, 2020
…rocessInsert

### What changes were proposed in this pull request?
improve exception message

### Why are the changes needed?
the before message lack of single quotes, we may improve it to keep consisent.
![image](https://user-images.githubusercontent.com/46367746/89595808-15bbc300-d888-11ea-9914-b05ea7b66461.png)

### Does this PR introduce _any_ user-facing change?
NO

### How was this patch tested?
No ,it is only improving the message.

Closes #29376 from GuoPhilipse/improve-exception-message.

Lead-authored-by: GuoPhilipse <46367746+GuoPhilipse@users.noreply.github.com>
Co-authored-by: GuoPhilipse <guofei_ok@126.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit aa4d3c1)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
@HyukjinKwon
Copy link
Member

cc @ScrapCodes and @zhengruifeng. This is very trivial but I cc'ed you guys since RC1 2.4 came out and you guys will probably be keen about the changes coming :-).

@SparkQA
Copy link

SparkQA commented Aug 7, 2020

Test build #127175 has finished for PR 29376 at commit 962f0bc.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants