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

add null check early to catch root cause for groupBy NPE while running bySegment query #1180

Merged
merged 2 commits into from
Mar 9, 2015

Conversation

nishantmonu51
Copy link
Member

  1. Add Null check for failing early
  2. fix property name in doc

fjy added a commit that referenced this pull request Mar 9, 2015
add null check early to catch root cause for groupBy NPE while running bySegment query
@fjy fjy merged commit 2abdce1 into apache:master Mar 9, 2015
@fjy fjy deleted the logging-groupBy-NPE branch March 9, 2015 16:16
@@ -138,6 +138,9 @@ public IncrementalIndex accumulate(IncrementalIndex accumulated, T in)
@Override
public List accumulate(List accumulated, T in)
{
if(in == null){
Copy link
Member

Choose a reason for hiding this comment

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

When does this occur?

@xvrl xvrl modified the milestone: 0.7.1 Mar 13, 2015
seoeun25 pushed a commit to seoeun25/incubator-druid that referenced this pull request Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants