You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by ajantha-bhat <gi...@git.apache.org> on 2018/07/24 10:24:34 UTC

[GitHub] carbondata pull request #2547: [CARBONDATA-2777] Fixed: NonTransactional tab...

GitHub user ajantha-bhat opened a pull request:

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

    [CARBONDATA-2777] Fixed: NonTransactional tables, Select count(*) is not giving latest results for incremental load with same segment ID (UUID)

    problem:
    [CARBONDATA-2777] NonTransactional tables, Select count(*) is not giving latest results for incremental load with same segment ID (UUID)
    
    solution:
    For NonTransactional tables, segments need to be refreshed if the segment latest timestamp got changed by the incremental load for count(*) flow also. This change is already present in select * flow and missed here.
    
    Be sure to do all of the following checklist to help us incorporate 
    your contribution quickly and easily:
    
     - [ ] Any interfaces changed? NA
     
     - [ ] Any backward compatibility impacted? NA
     
     - [ ] Document update required? NA
    
     - [ ] Testing done
    done. Updated UT.
    
     - [ ] 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/ajantha-bhat/carbondata unmanaged_table

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

    https://github.com/apache/carbondata/pull/2547.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 #2547
    
----
commit eea4d02060509cc0465de477cfd91670cc59ac4c
Author: ajantha-bhat <aj...@...>
Date:   2018-07-24T10:19:02Z

    [CARBONDATA-2777] NonTransactional tables, Select count(*) is not giving latest results for incremental load with same segment ID (UUID)

----


---

[GitHub] carbondata issue #2547: [CARBONDATA-2777] Fixed: NonTransactional tables, Se...

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

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


---

[GitHub] carbondata pull request #2547: [CARBONDATA-2777] Fixed: NonTransactional tab...

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

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


---

[GitHub] carbondata issue #2547: [CARBONDATA-2777] Fixed: NonTransactional tables, Se...

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

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



---

[GitHub] carbondata issue #2547: [CARBONDATA-2777] Fixed: NonTransactional tables, Se...

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

    https://github.com/apache/carbondata/pull/2547
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7451/



---

[GitHub] carbondata issue #2547: [CARBONDATA-2777] Fixed: NonTransactional tables, Se...

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

    https://github.com/apache/carbondata/pull/2547
  
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6210/



---

[GitHub] carbondata issue #2547: [CARBONDATA-2777] Fixed: NonTransactional tables, Se...

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

    https://github.com/apache/carbondata/pull/2547
  
    @ravipesala : please review


---