[GitHub] carbondata pull request #1375: [CARBONDATA-1288] skip single_pass if diction...

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

[GitHub] carbondata pull request #1375: [CARBONDATA-1288] skip single_pass if diction...

qiuchenjian-2
GitHub user kunal642 opened a pull request:

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

    [CARBONDATA-1288] skip single_pass if dictionary column is not present

    Analysis: If none of the columns in the table have dictionary encoding then no need to go to single_pass flow as it will start the dictionary client.
   
    Solution: set single_pass as false if no column has dictionary encoding

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

    $ git pull https://github.com/kunal642/carbondata restrict_single_pass

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

    https://github.com/apache/carbondata/pull/1375.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 #1375
   
----
commit b3010b9a245adbbd6bc68bad52a8eacb50ef40d9
Author: kunal642 <[hidden email]>
Date:   2017-09-20T09:53:42Z

    skip single_pass if dictionary column is not present

----


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

[GitHub] carbondata issue #1375: [CARBONDATA-1288] skip single_pass if dictionary col...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1375
 
    Build Success with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/120/



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

[GitHub] carbondata issue #1375: [CARBONDATA-1288] skip single_pass if dictionary col...

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

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



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

[GitHub] carbondata issue #1375: [CARBONDATA-1288] skip single_pass if dictionary col...

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

    https://github.com/apache/carbondata/pull/1375
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/875/



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

[GitHub] carbondata pull request #1375: [CARBONDATA-1288] skip single_pass if diction...

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

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


---