Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-1487] Resolve possible NPEs in storage sync mechanism - #1459
Closed
khalidhuseynov wants to merge 1 commit into
Closed
[ZEPPELIN-1487] Resolve possible NPEs in storage sync mechanism#1459khalidhuseynov wants to merge 1 commit into
khalidhuseynov wants to merge 1 commit into
Conversation
khalidhuseynovforce-pushed
the
fix/storage-npe
branch
3 times, most recently
from
September 27, 2016 05:02
6c79617 to
ba7a0c9Comparekhalidhuseynovforce-pushed
the
fix/storage-npe
branch
from
September 27, 2016 05:38
ba7a0c9 to
1f2dcd3Comparekhalidhuseynov
commented
Oct 10, 2016
MemberAuthor
ping |
Leemoonsoo
commented
Oct 17, 2016
Member
LGTM and merge if there're no more discussions. |
darionyaphet pushed a commit
to darionyaphet/zeppelin
that referenced
this pull request
Oct 27, 2016
### What is this PR for? This is to resolve possible NPEs in storage mechanism related to empty subject ### What type of PR is it? Bug Fix ### Todos * [x] - pass `subject` instead of `null` ### What is the Jira issue? [ZEPPELIN-1487](https://issues.apache.org/jira/browse/ZEPPELIN-1487) ### How should this be tested? storage tests pass, CI green ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Khalid Huseynov <khalidhnv@gmail.com> Closesapache#1459 from khalidhuseynov/fix/storage-npe and squashes the following commits: 1f2dcd3 [Khalid Huseynov] pass subject to get method in sync
pedrozatta pushed a commit
to pedrozatta/zeppelin
that referenced
this pull request
Oct 27, 2016
### What is this PR for? This is to resolve possible NPEs in storage mechanism related to empty subject ### What type of PR is it? Bug Fix ### Todos * [x] - pass `subject` instead of `null` ### What is the Jira issue? [ZEPPELIN-1487](https://issues.apache.org/jira/browse/ZEPPELIN-1487) ### How should this be tested? storage tests pass, CI green ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Khalid Huseynov <khalidhnv@gmail.com> Closesapache#1459 from khalidhuseynov/fix/storage-npe and squashes the following commits: 1f2dcd3 [Khalid Huseynov] pass subject to get method in sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
This is to resolve possible NPEs in storage mechanism related to empty subject
What type of PR is it?
Bug Fix
Todos
subjectinstead ofnullWhat is the Jira issue?
ZEPPELIN-1487
How should this be tested?
storage tests pass, CI green
Screenshots (if appropriate)
Questions: