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

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
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 <ajanthabhat@...>
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)

----


---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ajantha-bhat commented on the issue:

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


---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

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


---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

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


---