You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by manishgupta88 <gi...@git.apache.org> on 2017/12/22 10:39:34 UTC

[GitHub] carbondata pull request #1715: [CARBONDATA-1934] Incorrect results are retur...

GitHub user manishgupta88 opened a pull request:

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

    [CARBONDATA-1934] Incorrect results are returned by select query in case when the number of blocklets for one part file are > 1 in the same task

    Problem: When a select query is triggered, driver will prune the segments and give a list of blocklets that need to be scanned. The number of tasks from spark will be equal to the number of blocklets identified.
    In case where one task has more than one blocklet for same file, then BlockExecution getting formed is incorrect. Due to this the query results are incorrect.
    
    Fix: Use the abstract index to fill all the details in BlockExecutionInfo
    
     - [ ] Any interfaces changed?
    No 
     - [ ] Any backward compatibility impacted?
    No
     - [ ] Document update required?
    No
     - [ ] Testing done
     Manual testing
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
    NA


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

    $ git pull https://github.com/manishgupta88/carbondata data_loss_fix

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

    https://github.com/apache/carbondata/pull/1715.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 #1715
    
----
commit b0c518d4aa7d4b2387899deefc0f9ed39b5c463c
Author: manishgupta88 <to...@...>
Date:   2017-12-22T10:35:31Z

    Incorrect results are returned by select query in case when the number of blocklets for one part file are > 1 in the same task

----


---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2319/



---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    Build Failed with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1043/



---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    LGTM


---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2264/



---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by manishgupta88 <gi...@git.apache.org>.
Github user manishgupta88 commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    retest this please


---

[GitHub] carbondata pull request #1715: [CARBONDATA-1934] Incorrect results are retur...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2551/



---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    Build Failed with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1057/



---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2283/



---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    Build Success with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1104/



---

[GitHub] carbondata issue #1715: [CARBONDATA-1934] Incorrect results are returned by ...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1715
  
    Build Failed with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1066/



---