-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[ZEPPELIN-5970][ZEPPELIN-5971] bugs occur when zeppelin.livy.tableWithUTFCharacters is enabled #4675
Conversation
…ithUTFCharacter is True
…nse such as array and tableWithUTFCharacter is True
@levi0090 Thank you for your contribution. I checked the code quickly and looks reasonable. BTW, could you please change the title of the PR including a ticket or the prefix [MINOR]? |
livy/src/main/java/org/apache/zeppelin/livy/LivySparkSQLInterpreter.java
Outdated
Show resolved
Hide resolved
@levi0090 I'm not sure the rules of Apache Zeppelin community, but generally, the bug fix requires a JIRA ticket |
@levi0090 would you mind providing the error stacktrace/message of the case you listed before applying this patch in the PR description? Such messages could help users who meet the same issue to identify the root cause. |
@pan3793 I have created two Jira issues that describe both issues, for your reference. |
@levi0090 Thank you for making tickets. Could you please add your ticket numbers in your PR title? |
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.
Only one performance issue found. The rest looks good.
livy/src/main/java/org/apache/zeppelin/livy/LivySparkSQLInterpreter.java
Outdated
Show resolved
Hide resolved
@levi0090 I've added ticket prefixes. Could you please edit the title summarizing your contribution? |
livy/src/main/java/org/apache/zeppelin/livy/LivySparkSQLInterpreter.java
Outdated
Show resolved
Hide resolved
I will merge the changes with the master on 20.11 if no further comments are received. |
…hUTFCharacters is enabled (apache#4675) * fix error occurs when non-select SQL statement is executed and tableWithUTFCharacter is True * fix error occurs when non-primitive type of data is within json response such as array and tableWithUTFCharacter is True * rename custom function * fix bug and improve the performance to iterate over the entrySet. * remove nit --------- Co-authored-by: Philipp Dallig <philipp.dallig@gmail.com>
What is this PR for?
Fixed 2 bugs occur when zeppelin.livy.tableWithUTFCharacters is set to True. ref. commit ID 0fc1d7b,
The errors occur when:
What type of PR is it?
[MINOR] Bug Fix - JIRA-ticket ZEPPELIN-5970
[MINOR] Bug Fix - JIRA-ticket ZEPPELIN-5971
What is the Jira issue?
How should this be tested?
Screenshots (if appropriate)
N/A
Questions: