[GitHub] carbondata issue #2654: [CARBONDATA-2896] Adaptive Encoding for Primitive da...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2654 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6448/ ---

[GitHub] carbondata issue #2656: [CARBONDATA-2883][ExternalFormat] block some operati...

2018-08-29 Thread Sssan520
Github user Sssan520 commented on the issue: https://github.com/apache/carbondata/pull/2656 retest this please ---

[GitHub] carbondata issue #2667: [CARBONDATA-2865] Fix StackOverflowException during ...

2018-08-29 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/2667 retest sdv please ---

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/carbondata/pull/2642 @aaron-aa @zzcclp Re-base work is pending which i will finish might be in a day or couple. Will check with committers regarding the merge plan of this feature. As @zzcclp told it

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread aaron-aa
Github user aaron-aa commented on the issue: https://github.com/apache/carbondata/pull/2642 @sujith71955 @zzcclp Thanks a lot for you guys information, which could help me reschedule the plan in advance! Hope spark 2.3.2 come out soon, and I will try to work on spark 2.2.1

[jira] [Resolved] (CARBONDATA-2862) Fix exception message for datamap rebuild command

2018-08-29 Thread Jacky Li (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Li resolved CARBONDATA-2862. -- Resolution: Fixed Fix Version/s: 1.5.0 > Fix exception message for datamap rebuild

[GitHub] carbondata pull request #2640: [CARBONDATA-2862][DataMap] Fix exception mess...

2018-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2640 ---

[GitHub] carbondata pull request #2635: [CARBONDATA-2856][BloomDataMap] Fix bug in bl...

2018-08-29 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2635#discussion_r213563811 --- Diff: datamap/bloom/src/main/java/org/apache/carbondata/datamap/bloom/BloomDataMapWriter.java --- @@ -91,30 +91,28 @@ @Override

[GitHub] carbondata issue #2667: [CARBONDATA-2865] Fix StackOverflowException during ...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2667 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6449/ ---

[GitHub] carbondata pull request #2649: [CARBONDATA-2869] Add support for Avro Map da...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2649#discussion_r213557677 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableSchemaBuilder.java --- @@ -232,6 +235,10 @@ private ColumnSchema

[GitHub] carbondata pull request #2649: [CARBONDATA-2869] Add support for Avro Map da...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2649#discussion_r213557758 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableSchemaBuilder.java --- @@ -195,7 +196,8 @@ private ColumnSchema

[GitHub] carbondata issue #2640: [CARBONDATA-2862][DataMap] Fix exception message for...

2018-08-29 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/2640 LGTM ---

[GitHub] carbondata pull request #2649: [CARBONDATA-2869] Add support for Avro Map da...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2649#discussion_r213560099 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/complextypes/MapQueryType.java --- @@ -0,0 +1,47 @@ +/* + * Licensed to the

[GitHub] carbondata pull request #2641: [CARBONDATA-2819] Fixed cannot drop preagg da...

2018-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2641 ---

[GitHub] carbondata issue #2635: [CARBONDATA-2856][BloomDataMap] Fix bug in bloom ind...

2018-08-29 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/2635 LGTM ---

[GitHub] carbondata issue #2654: [CARBONDATA-2896] Adaptive Encoding for Primitive da...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2654 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8134/ ---

[GitHub] carbondata issue #2654: [CARBONDATA-2896] Adaptive Encoding for Primitive da...

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

[GitHub] carbondata pull request #2649: [CARBONDATA-2869] Add support for Avro Map da...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2649#discussion_r213566979 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/AvroCarbonWriter.java --- @@ -134,6 +139,38 @@ private Object

[GitHub] carbondata issue #2654: [CARBONDATA-2896] Adaptive Encoding for Primitive da...

2018-08-29 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/2654 Can you break down this PR to a few smaller ones, because it is hard for committer to review since modification is more than 1.5K And you explain in detail what is changed in this PR ---

[GitHub] carbondata pull request #2664: [CARBONDATA-2895] Fix Query result mismatch w...

2018-08-29 Thread ajantha-bhat
Github user ajantha-bhat commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2664#discussion_r213594537 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/sort/impl/UnsafeBatchParallelReadMergeSorterImpl.java --- @@ -62,12

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2614 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8138/ ---

[GitHub] carbondata issue #2664: [CARBONDATA-2895] Fix Query result mismatch with Bat...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2664 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6453/ ---

[GitHub] carbondata issue #2627: [CARBONDATA-2835] [MVDataMap] Block MV datamap on st...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2627 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6454/ ---

[GitHub] carbondata issue #2668: [CARBONDATA-2899] Add MV module class to assembly JA...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2668 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8139/ ---

[jira] [Created] (CARBONDATA-2900) Add dynamic configuration support for some system properties

2018-08-29 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-2900: Summary: Add dynamic configuration support for some system properties Key: CARBONDATA-2900 URL: https://issues.apache.org/jira/browse/CARBONDATA-2900 Project:

[GitHub] carbondata issue #2668: [CARBONDATA-2899] Add MV module class to assembly JA...

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

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

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

[GitHub] carbondata pull request #2661: [CARBONDATA-2888] Support multi level subfold...

2018-08-29 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2661#discussion_r213570439 --- Diff: integration/spark-datasource/src/main/scala/org/apache/spark/sql/carbondata/execution/datasources/CarbonFileIndexReplaceRule.scala --- @@

[GitHub] carbondata pull request #2661: [CARBONDATA-2888] Support multi level subfold...

2018-08-29 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2661#discussion_r213574978 --- Diff: integration/spark-datasource/src/main/scala/org/apache/spark/sql/carbondata/execution/datasources/CarbonFileIndexReplaceRule.scala --- @@

[GitHub] carbondata pull request #2664: [CARBONDATA-2895] Fix Query result mismatch w...

2018-08-29 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2664#discussion_r213576004 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/sort/impl/UnsafeBatchParallelReadMergeSorterImpl.java --- @@ -62,12 +62,15

[GitHub] carbondata pull request #2664: [CARBONDATA-2895] Fix Query result mismatch w...

2018-08-29 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2664#discussion_r213575941 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/sort/impl/UnsafeBatchParallelReadMergeSorterImpl.java --- @@ -62,12 +62,15

[GitHub] carbondata issue #2656: [CARBONDATA-2883][ExternalFormat] block some operati...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2656 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8135/ ---

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-08-29 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/2614 retest this please ---

[GitHub] carbondata issue #2659: [CARBONDATA-2887] Fix complex filters on spark carbo...

2018-08-29 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/carbondata/pull/2659 LGTM ---

[GitHub] carbondata issue #2656: [CARBONDATA-2883][ExternalFormat] block some operati...

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

[jira] [Updated] (CARBONDATA-2899) Add MV modules to assembly JAR

2018-08-29 Thread Jacky Li (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Li updated CARBONDATA-2899: - Description: When compile the project with profile -Pmv, MV module class should be added

[jira] [Created] (CARBONDATA-2899) Add MV modules to assembly JAR

2018-08-29 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-2899: Summary: Add MV modules to assembly JAR Key: CARBONDATA-2899 URL: https://issues.apache.org/jira/browse/CARBONDATA-2899 Project: CarbonData Issue Type:

[GitHub] carbondata pull request #2668: [CARBONDATA-2899] Add MV module class to asse...

2018-08-29 Thread jackylk
GitHub user jackylk opened a pull request: https://github.com/apache/carbondata/pull/2668 [CARBONDATA-2899] Add MV module class to assembly JAR When compile the project with profile -Pmv, MV module class should be added into assembly JAR - [X] Any interfaces changed?

[GitHub] carbondata issue #2668: [CARBONDATA-2899] Add MV module class to assembly JA...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2668 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6452/ ---

[GitHub] carbondata issue #2649: [CARBONDATA-2869] Add support for Avro Map data type...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2649 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8137/ ---

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/2642 Now spark 2.3.2 is about to release, can this PR works with all spark 2.3 branch including 2.3.2? ---

[GitHub] carbondata issue #2654: [CARBONDATA-2896] Adaptive Encoding for Primitive da...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2654 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6450/ ---

[GitHub] carbondata issue #2649: [CARBONDATA-2869] Add support for Avro Map data type...

2018-08-29 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/2649 @ravipesala ...fixed review comment. Kindly review and merge ---

[GitHub] carbondata issue #2649: [CARBONDATA-2869] Add support for Avro Map data type...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2649 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6451/ ---

[jira] [Resolved] (CARBONDATA-2887) Filters in complex datatypes are not working in carbon using fileformat

2018-08-29 Thread kumar vishal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kumar vishal resolved CARBONDATA-2887. -- Resolution: Fixed Assignee: Ravindra Pesala > Filters in complex datatypes

[GitHub] carbondata pull request #2659: [CARBONDATA-2887] Fix complex filters on spar...

2018-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2659 ---

[GitHub] carbondata pull request #2492: [CARBONDATA-2733]should support scalar sub qu...

2018-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2492 ---

[GitHub] carbondata issue #2654: [CARBONDATA-2896] Adaptive Encoding for Primitive da...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2654 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8136/ ---

[GitHub] carbondata issue #2654: [CARBONDATA-2896] Adaptive Encoding for Primitive da...

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

[GitHub] carbondata issue #2649: [CARBONDATA-2869] Add support for Avro Map data type...

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

[GitHub] carbondata pull request #2664: [CARBONDATA-2895] Fix Query result mismatch w...

2018-08-29 Thread ajantha-bhat
Github user ajantha-bhat commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2664#discussion_r213593256 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/sort/impl/UnsafeBatchParallelReadMergeSorterImpl.java --- @@ -62,12

[GitHub] carbondata pull request #2644: [CARBONDATA-2853] Implement file-level min/ma...

2018-08-29 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2644#discussion_r213613888 --- Diff: core/src/main/java/org/apache/carbondata/core/datamap/StreamDataMap.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache

[GitHub] carbondata issue #2627: [CARBONDATA-2835] [MVDataMap] Block MV datamap on st...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2627 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8141/ ---

[GitHub] carbondata issue #2664: [CARBONDATA-2895] Fix Query result mismatch with Bat...

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

[GitHub] carbondata issue #2664: [CARBONDATA-2895] Fix Query result mismatch with Bat...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2664 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8140/ ---

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2642 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6457/ ---

[GitHub] carbondata pull request #2642: [CARBONDATA-2532][Integration] Carbon to supp...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2642#discussion_r213688091 --- Diff: integration/spark-datasource/src/main/spark2.1/org/apache/spark/sql/CarbonVectorProxy.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2642 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6456/ ---

[GitHub] carbondata issue #2670: [WIP] Support binary datatype

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

[GitHub] carbondata issue #2666: [CARBONDATA-2898] Fix double boundary condition and ...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2666 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6459/ ---

[GitHub] carbondata pull request #2670: [WIP] Support binary datatype

2018-08-29 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2670#discussion_r213660172 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/converter/impl/BinaryFieldConverterImpl.java --- @@ -0,0 +1,90 @@

[GitHub] carbondata pull request #2670: [WIP] Support binary datatype

2018-08-29 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2670#discussion_r213662016 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/converter/impl/BinaryFieldConverterImpl.java --- @@ -0,0 +1,90 @@

[GitHub] carbondata pull request #2649: [CARBONDATA-2869] Add support for Avro Map da...

2018-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2649 ---

[GitHub] carbondata issue #2656: [CARBONDATA-2883][ExternalFormat] block some operati...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2656 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8146/ ---

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2642 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6455/ ---

[GitHub] carbondata issue #2670: [WIP] Support binary datatype

2018-08-29 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/2670 Problems that may be ignored are that during loading 1. We use a buffer to store one row and the row is 2MB fow now 2. For a column page, we compress it as a byte array and its length

[GitHub] carbondata issue #2669: [Documentation] Added the missing links for online d...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2669 LGTM ---

[GitHub] carbondata issue #2666: [CARBONDATA-2898] Fix double boundary condition and ...

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

[GitHub] carbondata pull request #2642: [CARBONDATA-2532][Integration] Carbon to supp...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2642#discussion_r213681240 --- Diff: integration/spark-common/src/main/scala/org/apache/spark/sql/execution/streaming/CarbonAppendableStreamSink.scala --- @@ -122,7 +122,7 @@

[GitHub] carbondata pull request #2642: [CARBONDATA-2532][Integration] Carbon to supp...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2642#discussion_r213689912 --- Diff: integration/spark2/pom.xml --- @@ -276,6 +312,8 @@ src/main/spark2.1 +

[GitHub] carbondata issue #2656: [CARBONDATA-2883][ExternalFormat] block some operati...

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

[GitHub] carbondata issue #2670: [WIP] Support binary datatype

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2670 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6458/ ---

[GitHub] carbondata pull request #2670: [WIP] Support binary datatype

2018-08-29 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2670#discussion_r213660098 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/converter/impl/BinaryFieldConverterImpl.java --- @@ -0,0 +1,90 @@

[GitHub] carbondata issue #2628: [CARBONDATA-2851][CARBONDATA-2852] Support zstd as c...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2628 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6460/ ---

[GitHub] carbondata pull request #2669: [Documentation] Added the missing links for o...

2018-08-29 Thread manishnalla1994
GitHub user manishnalla1994 opened a pull request: https://github.com/apache/carbondata/pull/2669 [Documentation] Added the missing links for online documentation Added the missing links for the online documentation: > S3 Guide > Bloom filter Datamap > Lucene Datamap

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/carbondata/pull/2642 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6461/ Already failing in other builds also, seems to build environment issue ---

[GitHub] carbondata issue #2628: [CARBONDATA-2851][CARBONDATA-2852] Support zstd as c...

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

[GitHub] carbondata pull request #2642: [CARBONDATA-2532][Integration] Carbon to supp...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2642#discussion_r213689426 --- Diff: integration/spark-datasource/src/main/spark2.3/org/apache/spark/sql/CarbonVectorProxy.java --- @@ -0,0 +1,276 @@ +/* + * Licensed

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

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

[GitHub] carbondata issue #2671: [WIP]AVRO datatype support through SDK

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2671 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6462/ ---

[GitHub] carbondata pull request #2666: [CARBONDATA-2898] Fix double boundary conditi...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2666#discussion_r213655978 --- Diff: core/src/main/java/org/apache/carbondata/core/datamap/DataMapStoreManager.java --- @@ -341,6 +348,18 @@ public TableDataMap

[GitHub] carbondata issue #2628: [CARBONDATA-2851][CARBONDATA-2852] Support zstd as c...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2628 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8147/ ---

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2642 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6461/ ---

[GitHub] carbondata pull request #2642: [CARBONDATA-2532][Integration] Carbon to supp...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2642#discussion_r213681553 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonScanRDD.scala --- @@ -421,13 +421,13 @@ class

[GitHub] carbondata pull request #2642: [CARBONDATA-2532][Integration] Carbon to supp...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2642#discussion_r213686265 --- Diff: integration/spark-datasource/pom.xml --- @@ -192,5 +192,132 @@ true + + spark-2.1 +

[GitHub] carbondata pull request #2635: [CARBONDATA-2856][BloomDataMap] Fix bug in bl...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2635#discussion_r213640742 --- Diff: datamap/bloom/src/main/java/org/apache/carbondata/datamap/bloom/BloomDataMapWriter.java --- @@ -91,30 +91,28 @@ @Override

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2642 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8143/ ---

[GitHub] carbondata issue #2670: [WIP] Support binary datatype

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2670 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8144/ ---

[GitHub] carbondata issue #2649: [CARBONDATA-2869] Add support for Avro Map data type...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2649 LGTM ---

[GitHub] carbondata pull request #2669: [Documentation] Added the missing links for o...

2018-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2669 ---

[GitHub] carbondata issue #2666: [CARBONDATA-2898] Fix double boundary condition and ...

2018-08-29 Thread KanakaKumar
Github user KanakaKumar commented on the issue: https://github.com/apache/carbondata/pull/2666 LGTM ---

[GitHub] carbondata pull request #2642: [CARBONDATA-2532][Integration] Carbon to supp...

2018-08-29 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2642#discussion_r213695426 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonLateDecodeStrategy.scala --- @@ -700,3 +724,7 @@

[GitHub] carbondata issue #2669: [Documentation] Added the missing links for online d...

2018-08-29 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2669 Can one of the admins verify this patch? ---

[GitHub] carbondata pull request #2670: [WIP] Support binary datatype

2018-08-29 Thread QiangCai
GitHub user QiangCai opened a pull request: https://github.com/apache/carbondata/pull/2670 [WIP] Support binary datatype Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed?

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

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

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/carbondata/pull/2642 @jackylk Now spark 2.3.2 is about to release, can this PR works with all spark 2.3 branch including 2.3.2? As i told before there should not be much problem while rebasing with spark

[jira] [Resolved] (CARBONDATA-2869) SDK support for Map DataType

2018-08-29 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala resolved CARBONDATA-2869. - Resolution: Fixed Fix Version/s: 1.5.0 > SDK support for Map

[GitHub] carbondata pull request #2671: [WIP]AVRO datatype support through SDK

2018-08-29 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2671 [WIP]AVRO datatype support through SDK This PR supports following Avro DataTypes to carbon format through SDK. Avro datatypes include, 1. Avro Union 2. Avro Enum 3. Avro

[GitHub] carbondata issue #2642: [CARBONDATA-2532][Integration] Carbon to support spa...

2018-08-29 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2642 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/8148/ ---

[GitHub] carbondata issue #2627: [CARBONDATA-2835] [MVDataMap] Block MV datamap on st...

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

  1   2   >