[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-04 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2886 @akashrn5 In existing flow inverted index is applied by default for all sort columns . No sort columns and measure columns cannot be applied for an inverted index. Is it the same case now als

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1463/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9512/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1247/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9510/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1461/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1245/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9506/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1457/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1241/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1240/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1238/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/2886 @kevinjmh basically, with my changes the column level sorting will be skipped and only row level sorting will be done in sort step. ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/2886 > @akashrn5 Please expose these properties from SDK and fileformat as well. @ravipesala handed for SDK and fileformat, please review ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-02 Thread kevinjmh
Github user kevinjmh commented on the issue: https://github.com/apache/carbondata/pull/2886 @akashrn5 thanks for reply. 1. Let's take a detail case. you can check whether it is right. In `DictDimensionIndexCodec#createEncoder`, as the setting I said above `isSo

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-01 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/2886 @kevinjmh 1. when you set in INVERTED_INDEX , but not in SORT_COLUMNS, then data will not be sorted, only RLE will be applied on data. 2. `isInvertedIndex ` basically this boolean canno

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-01 Thread kevinjmh
Github user kevinjmh commented on the issue: https://github.com/apache/carbondata/pull/2886 The InvertedIndex/NoInvertedIndex setting is confusing. 1. the value `isInvertedIndex` assigned to different IndexCodec in `createEncoderForDimensionLegacy` requires us to set the column bo

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-11-01 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2886 @akashrn5 Please expose these properties from SDK and fileformat as well. ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-10-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9456/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-10-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1195/ ---

[GitHub] carbondata issue #2886: [CARBONDATA-3065]make inverted index false by defaut

2018-10-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2886 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1407/ ---