[GitHub] carbondata pull request #2740: [HOTFIX] Fix partition filter slow issue

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2740 ---

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata pull request #2747: [CARBONDATA-2960] SDK Reader fix with project...

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2747#discussion_r219754646 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java --- @@ -775,9 +775,18 @@ public static boolean

[GitHub] carbondata issue #2734: [CARBONDATA-2946] Bloom filter backward compatibilit...

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

[GitHub] carbondata issue #2734: [CARBONDATA-2946] Bloom filter backward compatibilit...

2018-09-24 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/2734 @ravipesala I don't agree with this. I think we should index the real value that stored in carbon file. (Early @QiangCai agreed with this point in another problem that similar to this.)

[GitHub] carbondata issue #2745: [CARBONDATA-2958] Compaction with CarbonProperty 'ca...

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/carbondata/pull/2745 LGTM ---

[GitHub] carbondata pull request #2753: Fix for unsupported byte data type bug

2018-09-24 Thread kunal642
GitHub user kunal642 opened a pull request: https://github.com/apache/carbondata/pull/2753 Fix for unsupported byte data type bug Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed?

[GitHub] carbondata issue #2752: [WIP]Even after carbon file is copied to targetfolde...

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

[GitHub] carbondata issue #2752: [WIP]Even after carbon file is copied to targetfolde...

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

[jira] [Created] (CARBONDATA-2964) Unsupported Float datatype exception for query with more than 1 page

2018-09-24 Thread Kunal Kapoor (JIRA)
Kunal Kapoor created CARBONDATA-2964: Summary: Unsupported Float datatype exception for query with more than 1 page Key: CARBONDATA-2964 URL: https://issues.apache.org/jira/browse/CARBONDATA-2964

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata pull request #2745: [CARBONDATA-2958] Compaction with CarbonPrope...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2745 ---

[jira] [Resolved] (CARBONDATA-2958) Compaction with CarbonProperty 'carbon.enable.page.level.reader.in.compaction' enabled fails as Compressor is null

2018-09-24 Thread kumar vishal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kumar vishal resolved CARBONDATA-2958. -- Resolution: Fixed > Compaction with CarbonProperty >

[GitHub] carbondata issue #2734: [CARBONDATA-2946] Bloom filter backward compatibilit...

2018-09-24 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2734 @xuchuanyin I feel we don't need versioning here. We will use the same byte conversion as old version so that there would not be any backward compatibility. @dhatchayani Please remove

[GitHub] carbondata pull request #2747: [CARBONDATA-2960] SDK Reader fix with project...

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2747#discussion_r219757736 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReaderBuilder.java --- @@ -205,6 +205,13 @@ public CarbonReaderBuilder

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

2018-09-24 Thread ajantha-bhat
Github user ajantha-bhat commented on the issue: https://github.com/apache/carbondata/pull/2749 retest this please ---

[GitHub] carbondata pull request #2739: [CARBONDATA-2954]Fix error when create extern...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2739 ---

[jira] [Updated] (CARBONDATA-2961) Simplify SDK API interfaces

2018-09-24 Thread Ajantha Bhat (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajantha Bhat updated CARBONDATA-2961: - Description: [CARBONDATA-2961] Simplify SDK API interfaces problem: current SDK

[GitHub] carbondata issue #2753: Fix for unsupported byte data type bug

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2753: [CARBONDATA-2964] Fix for unsupported float data typ...

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

[GitHub] carbondata issue #2746: [Compatibility] fix legacy store compatibility issue

2018-09-24 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2746 retest this please ---

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2746: [Compatibility] fix legacy store compatibility issue

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata pull request #2739: [CARBONDATA-2954]Fix error when create extern...

2018-09-24 Thread shardul-cr7
Github user shardul-cr7 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2739#discussion_r219739583 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java --- @@ -2226,7 +2226,11 @@ public static String

[GitHub] carbondata pull request #2748: [CARBONDATA-2959] Added validations for TABLE...

2018-09-24 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2748#discussion_r219748229 --- Diff: integration/spark-datasource/src/main/scala/org/apache/spark/sql/carbondata/execution/datasources/CarbonSparkDataSourceUtil.scala --- @@

[GitHub] carbondata issue #2734: [CARBONDATA-2946] Bloom filter backward compatibilit...

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

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

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

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

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

[GitHub] carbondata pull request #2747: [CARBONDATA-2960] SDK Reader fix with project...

2018-09-24 Thread ajantha-bhat
Github user ajantha-bhat commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2747#discussion_r219758599 --- Diff:

[GitHub] carbondata issue #2750: [CARBONDATA-2963] added support for byte as sort col...

2018-09-24 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2750 LGTM ---

[GitHub] carbondata pull request #2752: [WIP]Even after carbon file is copied to targ...

2018-09-24 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2752 [WIP]Even after carbon file is copied to targetfolder(local/hdfs), carbon files is not deleted from temp directory **Problem:** Even after carbon file is copied to

[jira] [Created] (CARBONDATA-2963) Add support to add byte column as a sort column

2018-09-24 Thread Kunal Kapoor (JIRA)
Kunal Kapoor created CARBONDATA-2963: Summary: Add support to add byte column as a sort column Key: CARBONDATA-2963 URL: https://issues.apache.org/jira/browse/CARBONDATA-2963 Project: CarbonData

[GitHub] carbondata issue #2734: [CARBONDATA-2946] Bloom filter backward compatibilit...

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

[GitHub] carbondata issue #2753: [CARBONDATA-2964] Fix for unsupported byte data type...

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

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

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

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

2018-09-24 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2739 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/427/ ---

[jira] [Created] (CARBONDATA-2962) Even after carbon file is copied to targetfolder(local/hdfs), carbon files is not deleted from temp directory

2018-09-24 Thread Indhumathi Muthumurugesh (JIRA)
Indhumathi Muthumurugesh created CARBONDATA-2962: Summary: Even after carbon file is copied to targetfolder(local/hdfs), carbon files is not deleted from temp directory Key: CARBONDATA-2962 URL:

[GitHub] carbondata issue #2751: WIP:[CARBONDATA-2946] Add bloomindex version info fi...

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

[GitHub] carbondata issue #2752: [WIP]Even after carbon file is copied to targetfolde...

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

[GitHub] carbondata pull request #2739: [CARBONDATA-2954]Fix error when create extern...

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2739#discussion_r219759571 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java --- @@ -261,7 +261,11 @@ private static

[GitHub] carbondata pull request #2739: [CARBONDATA-2954]Fix error when create extern...

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2739#discussion_r219759607 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java --- @@ -2230,7 +2230,11 @@ public static String

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

2018-09-24 Thread ajantha-bhat
Github user ajantha-bhat commented on the issue: https://github.com/apache/carbondata/pull/2739 LGTM ---

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/carbondata/pull/2739 LGTM ---

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

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

[GitHub] carbondata issue #2751: WIP:[CARBONDATA-2946] Add bloomindex version info fi...

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

[GitHub] carbondata issue #2740: [HOTFIX] Fix partition filter slow issue

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/carbondata/pull/2740 LGTM ---

[GitHub] carbondata pull request #2715: [CARBONDATA-2930] Support customize column co...

2018-09-24 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2715#discussion_r219747797 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/dataload/TestLoadDataWithCompression.scala ---

[jira] [Updated] (CARBONDATA-2961) Simplify SDK API interfaces

2018-09-24 Thread Ajantha Bhat (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajantha Bhat updated CARBONDATA-2961: - Description: CARBONDATA-2961 Simplify SDK API interfaces problem: current SDK API

[GitHub] carbondata issue #2753: [CARBONDATA-2964] Fix for unsupported byte data type...

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

[jira] [Resolved] (CARBONDATA-2954) Fix error when create external table command fired when path already exists

2018-09-24 Thread kumar vishal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kumar vishal resolved CARBONDATA-2954. -- Resolution: Fixed > Fix error when create external table command fired when path

[GitHub] carbondata pull request #2715: [CARBONDATA-2930] Support customize column co...

2018-09-24 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2715#discussion_r219786560 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/dataload/TestLoadDataWithCompression.scala ---

[GitHub] carbondata issue #2746: [Compatibility] fix legacy store compatibility issue

2018-09-24 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2746 LGTM ---

[jira] [Resolved] (CARBONDATA-2963) Add support to add byte column as a sort column

2018-09-24 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala resolved CARBONDATA-2963. - Resolution: Fixed Fix Version/s: 1.5.0 > Add support to add byte

[GitHub] carbondata issue #2736: [CARBONDATA-2947] Adaptive encoding support for time...

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

[GitHub] carbondata issue #2747: [CARBONDATA-2960] SDK Reader fix with projection col...

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2752: [WIP]Even after carbon file is copied to targetfolde...

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2753: [CARBONDATA-2964] Fix for unsupported float data typ...

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

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

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

[jira] [Updated] (CARBONDATA-2946) Unify conversion while writing to Bloom and Refactor ColumnPageWrapper

2018-09-24 Thread dhatchayani (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhatchayani updated CARBONDATA-2946: Summary: Unify conversion while writing to Bloom and Refactor ColumnPageWrapper

[GitHub] carbondata issue #2753: [CARBONDATA-2964] Fix for unsupported float data typ...

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

[GitHub] carbondata issue #2739: [CARBONDATA-2954]Fix error when create external tabl...

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

[GitHub] carbondata issue #2746: [Compatibility] fix legacy store compatibility issue

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

[GitHub] carbondata pull request #2746: [Compatibility] fix legacy store compatibilit...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2746 ---

[GitHub] carbondata issue #2747: [CARBONDATA-2960] SDK Reader fix with projection col...

2018-09-24 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2747 add to whitelist ---

[GitHub] carbondata issue #2752: [WIP]Even after carbon file is copied to targetfolde...

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

[jira] [Updated] (CARBONDATA-2946) Unify conversion while writing to Bloom

2018-09-24 Thread dhatchayani (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhatchayani updated CARBONDATA-2946: Summary: Unify conversion while writing to Bloom (was: Unify conversion while

[GitHub] carbondata pull request #2750: [CARBONDATA-2963] added support for byte as s...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2750 ---

[GitHub] carbondata issue #2747: [CARBONDATA-2960] SDK Reader fix with projection col...

2018-09-24 Thread shardul-cr7
Github user shardul-cr7 commented on the issue: https://github.com/apache/carbondata/pull/2747 retest this please ---

[jira] [Resolved] (CARBONDATA-2956) CarbonReader can't support use configuration to read S3 data

2018-09-24 Thread Kunal Kapoor (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kunal Kapoor resolved CARBONDATA-2956. -- Resolution: Fixed > CarbonReader can't support use configuration to read S3 data

[GitHub] carbondata pull request #2742: [CARBONDATA-2956] CarbonReader support use co...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2742 ---

[GitHub] carbondata issue #2736: [CARBONDATA-2947] Adaptive encoding support for time...

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

[GitHub] carbondata issue #2753: [CARBONDATA-2964] Fix for unsupported float data typ...

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

[GitHub] carbondata issue #2746: [Compatibility] fix legacy store compatibility issue

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2752: [WIP]Even after carbon file is copied to targetfolde...

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

[GitHub] carbondata issue #2747: [CARBONDATA-2960] SDK Reader fix with projection col...

2018-09-24 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/carbondata/pull/2747 retest this please ---

[GitHub] carbondata issue #2736: [CARBONDATA-2947] Adaptive encoding support for time...

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

[GitHub] carbondata issue #2753: [CARBONDATA-2964] Fix for unsupported float data typ...

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

[GitHub] carbondata issue #2742: [CARBONDATA-2956] CarbonReader support use configura...

2018-09-24 Thread kunal642
Github user kunal642 commented on the issue: https://github.com/apache/carbondata/pull/2742 LGTM ---

[jira] [Updated] (CARBONDATA-2947) Adaptive encoding support for timestamp no dictionary and Refactor ColumnPageWrapper

2018-09-24 Thread dhatchayani (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhatchayani updated CARBONDATA-2947: Summary: Adaptive encoding support for timestamp no dictionary and Refactor

[GitHub] carbondata issue #2742: [CARBONDATA-2956] CarbonReader support use configura...

2018-09-24 Thread kunal642
Github user kunal642 commented on the issue: https://github.com/apache/carbondata/pull/2742 LGTM ---

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2747: [CARBONDATA-2960] SDK Reader fix with projection col...

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

[jira] [Created] (CARBONDATA-2965) Support scan performance benchmark tool

2018-09-24 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-2965: Summary: Support scan performance benchmark tool Key: CARBONDATA-2965 URL: https://issues.apache.org/jira/browse/CARBONDATA-2965 Project: CarbonData Issue

[GitHub] carbondata issue #2736: [CARBONDATA-2947] Adaptive encoding support for time...

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

[GitHub] carbondata issue #2736: [CARBONDATA-2947] Adaptive encoding support for time...

2018-09-24 Thread dhatchayani
Github user dhatchayani commented on the issue: https://github.com/apache/carbondata/pull/2736 retest this please ---

[GitHub] carbondata issue #2754: [WIP] Fixed data loading failure

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

[GitHub] carbondata issue #2738: [CARBONDATA-2952] Provide c++ interface for SDK Carb...

2018-09-24 Thread xubo245
Github user xubo245 commented on the issue: https://github.com/apache/carbondata/pull/2738 @zzcclp Now we plan support C++, do you need C interface of carbon? ---

[GitHub] carbondata pull request #2738: [CARBONDATA-2952] Provide c++ interface for S...

2018-09-24 Thread xubo245
Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2738#discussion_r219873751 --- Diff: store/CSDK/main.cpp --- @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] carbondata issue #2749: [CARBONDATA-2961] Simplify SDK API interfaces

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

[GitHub] carbondata issue #2736: [CARBONDATA-2947] Adaptive encoding support for time...

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

[GitHub] carbondata issue #2736: [CARBONDATA-2947] Adaptive encoding support for time...

2018-09-24 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2736 LGTM ---

  1   2   >