[GitHub] carbondata pull request #1625: [CARBONDATA-1869] Null pointer exception thro...

2017-12-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/carbondata/pull/1625


---


[GitHub] carbondata pull request #1625: [CARBONDATA-1869] Null pointer exception thro...

2017-12-06 Thread dhatchayani
GitHub user dhatchayani opened a pull request:

https://github.com/apache/carbondata/pull/1625

[CARBONDATA-1869] Null pointer exception thrown when concurrent load and 
select queries executed for table with dictionary exclude or NO_INVERTED_INDEX

While updating the file, we need FileStatus, this FileStatus can be null. 
So before accessing FileStatus, a null is needed.


 - [ ] Any interfaces changed?
 
 - [ ] Any backward compatibility impacted?
 
 - [ ] Document update required?

 - [x] Testing done
Manual Testing
   
 - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dhatchayani/incubator-carbondata filestatus

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/carbondata/pull/1625.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1625


commit 61683300c66db41c4610f0557c77787cda9b6410
Author: dhatchayani 
Date:   2017-12-06T13:43:27Z

[CARBONDATA-1869] Null pointer exception thrown when concurrent load and 
select queries executed for table with dictionary exclude or NO_INVERTED_INDEX




---