[GitHub] carbondata pull request #2897: [WIP] Supporting local dictionary enable by d...

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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1995/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1794/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10054/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2006/



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

[GitHub] carbondata pull request #2897: [CARBONDATA-3080] Supporting local dictionary...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user manishgupta88 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2897#discussion_r242423291
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/LocalDictDimensionDataChunkStore.java ---
    @@ -94,10 +93,9 @@ public void fillVector(int[] invertedIndex, int[] invertedIndexReverse, byte[] d
       }
     
       @Override public void fillRow(int rowId, CarbonColumnVector vector, int vectorRow) {
    -    if (!dictionary.isDictionaryUsed()) {
    -      vector.setDictionary(dictionary);
    -      dictionary.setDictionaryUsed();
    -    }
    +    // always set dictionary otherwise
    +    // empty dictionary will get set if same col is called again in projection.
    +    vector.setDictionary(dictionary);
    --- End diff --
   
    @BJangir
    1. Please check and confirm if the same problem occurs with CarbonSession also
    2. Modify the PR description and specify the details for bug fixed in this PR after completion of point 1


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

[GitHub] carbondata pull request #2897: [CARBONDATA-3080] Supporting local dictionary...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user BJangir commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2897#discussion_r242629291
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/LocalDictDimensionDataChunkStore.java ---
    @@ -94,10 +93,9 @@ public void fillVector(int[] invertedIndex, int[] invertedIndexReverse, byte[] d
       }
     
       @Override public void fillRow(int rowId, CarbonColumnVector vector, int vectorRow) {
    -    if (!dictionary.isDictionaryUsed()) {
    -      vector.setDictionary(dictionary);
    -      dictionary.setDictionaryUsed();
    -    }
    +    // always set dictionary otherwise
    +    // empty dictionary will get set if same col is called again in projection.
    +    vector.setDictionary(dictionary);
    --- End diff --
   
    1. For Session it is ok, issue happens only in SDK reader , Now hanlded in org.apache.carbondata.hadoop.util.CarbonVectorizedRecordReader.  LocalDictDimensionDataChunkStore.java reverted back.
    2. OK. Done


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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1834/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2042/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10091/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1895/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2104/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10150/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1900/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Failed  with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10155/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2110/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Failed  with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10159/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1905/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2116/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1909/



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

[GitHub] carbondata issue #2897: [CARBONDATA-3080] Supporting local dictionary enable...

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

    https://github.com/apache/carbondata/pull/2897
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10163/



---
123