[GitHub] carbondata pull request #3015: [Carbondata-3173] Add the hive /presto docume...

2018-12-26 Thread xubo245
Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3015#discussion_r244100634 --- Diff: README.md --- @@ -67,6 +67,10 @@ CarbonData is built using Apache Maven, to [build CarbonData](https://github.com * [Carbon as Spark's

[GitHub] carbondata pull request #3015: [Carbondata-3173] Add the hive /presto docume...

2018-12-26 Thread xubo245
Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3015#discussion_r244100329 --- Diff: docs/quick-start-guide.md --- @@ -461,3 +464,82 @@ select * from carbon_table; **Note :** Create Tables and data loads should be

[GitHub] carbondata issue #3022: [CARBONDATA-3196] Fixed Compaction for Complex types...

2018-12-26 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/3022 Build Failed with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10205/ ---

[GitHub] carbondata issue #3024: [WIP] Add ALTER ADD COLUMNS test case for using parq...

2018-12-26 Thread xubo245
Github user xubo245 commented on the issue: https://github.com/apache/carbondata/pull/3024 @ravipesala OK ---

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244097233 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala --- @@ -72,69 +74,107 @@ object

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244097300 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataConnectorFactory.java --- @@ -17,69 +17,179 @@ package

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244097200 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataModule.java --- @@ -17,62 +17,150 @@ package

[GitHub] carbondata issue #2046: [CARBONDATA-2239] Added sdv test cases for querying ...

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

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244097091 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataPageSourceProvider.java --- @@ -113,7 +132,7 @@ private

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244097070 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataPageSourceProvider.java --- @@ -43,63 +44,81 @@ import

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244097115 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala --- @@ -72,69 +74,107 @@ object

[GitHub] carbondata issue #1904: [CARBONDATA-2059] - Changes to support compaction fo...

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

[GitHub] carbondata issue #2039: [CARBONDATA-2233] [Test] Improve test cases of DBLoc...

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

[GitHub] carbondata pull request #3017: [HOTFIX] remove this useless assignment

2018-12-26 Thread kevinjmh
Github user kevinjmh commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3017#discussion_r244096878 --- Diff: core/src/main/java/org/apache/carbondata/core/locks/LocalFileLock.java --- @@ -112,7 +112,7 @@ public LocalFileLock(String lockFileLocation,

[GitHub] carbondata issue #3023: [CARBONDATA-3197][BloomDataMap] Merge bloom index be...

2018-12-26 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/3023 Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10204/ ---

[GitHub] carbondata issue #3024: [WIP] Add ALTER ADD COLUMNS test case for using parq...

2018-12-26 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/3024 @xubo245 can you more tests related to drop column, rename column , change datatype of column also here. ---

[GitHub] carbondata issue #3015: [Carbondata-3173] Add the hive /presto documents ind...

2018-12-26 Thread sraghunandan
Github user sraghunandan commented on the issue: https://github.com/apache/carbondata/pull/3015 LGTM ---

[GitHub] carbondata pull request #3001: [Presto][Streaming] support presto read strea...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3001#discussion_r244095423 --- Diff: integration/presto/src/test/scala/org/apache/carbondata/presto/integrationtest/PrestoAllDataTypeLocalDictTest.scala --- @@ -38,48 +38,16

[GitHub] carbondata pull request #3001: [Presto][Streaming] support presto read strea...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3001#discussion_r244095320 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/stream/CarbondataStreamPageSource.java --- @@ -0,0 +1,243 @@ +/* +

[GitHub] carbondata pull request #3001: [Presto][Streaming] support presto read strea...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3001#discussion_r244095288 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/readers/BooleanStreamReader.java --- @@ -86,4 +86,15 @@ public

[GitHub] carbondata pull request #3001: [Presto][Streaming] support presto read strea...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3001#discussion_r244095118 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataPageSourceProvider.java --- @@ -79,13 +80,31 @@ @Override

[GitHub] carbondata pull request #3001: [Presto][Streaming] support presto read strea...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3001#discussion_r244093200 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbonVectorBatch.java --- @@ -95,6 +95,9 @@ private CarbonColumnVectorImpl

[GitHub] carbondata issue #2047: [CARBONDATA-2240] Refactored TestPreaggregateExpress...

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

[GitHub] carbondata issue #2095: [CARBONDATA-2273] Added sdv test cases for boolean f...

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

[GitHub] carbondata pull request #3014: [CARBONDATA-3201] Added load level SORT_SCOPE

2018-12-26 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3014#discussion_r244092819 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateTableWithSortScope.scala --- @@

[GitHub] carbondata pull request #3014: [CARBONDATA-3201] Added load level SORT_SCOPE

2018-12-26 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3014#discussion_r244092650 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonLoadDataCommand.scala --- @@ -191,10 +191,17 @@

[GitHub] carbondata issue #2105: [CARBONDATA-2286][SDV] Added sdv test cases for stre...

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

[GitHub] carbondata pull request #3014: [CARBONDATA-3201] Added load level SORT_SCOPE

2018-12-26 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3014#discussion_r244092283 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonLoadDataCommand.scala --- @@ -191,10 +191,17 @@

[GitHub] carbondata issue #3026: [WIP] Added support to compile carbon CDH spark dist...

2018-12-26 Thread qiuchenjian
Github user qiuchenjian commented on the issue: https://github.com/apache/carbondata/pull/3026 @ravipesala sorry,i didn't notice it, now i know the purpose ---

[GitHub] carbondata issue #3024: [WIP] Add ALTER ADD COLUMNS test case for using parq...

2018-12-26 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/3024 Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10203/ ---

[GitHub] carbondata issue #3026: [WIP] Added support to compile carbon CDH spark dist...

2018-12-26 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/3026 @qiuchenjian Please check the PR description for why carbon need changes for Spark 2.2 CDH ---

[GitHub] carbondata issue #3025: [WIP][CARBONDATA-3199]"show datamap" represents prea...

2018-12-26 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/3025 Build Failed with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10202/ ---

[GitHub] carbondata pull request #3026: [WIP] Added support to compile carbon CDH spa...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3026#discussion_r244090720 --- Diff: integration/spark-datasource/src/main/spark2.1andspark2.2/org/apache/spark/sql/CarbonDictionaryUtil.java --- @@ -0,0 +1,116 @@ +/*

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244090651 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataConnectorFactory.java --- @@ -17,69 +17,179 @@

[GitHub] carbondata pull request #3027: [CARBONDATA-3202]update the schema to session...

2018-12-26 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/3027 [CARBONDATA-3202]update the schema to session catalog after add column, drop column and column rename ### Why this PR? **Problem:**For alter table rename, once we change the table

[jira] [Updated] (CARBONDATA-3202) updated schema is not updated in session catalog after add, drop or rename column.

2018-12-26 Thread Akash R Nilugal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash R Nilugal updated CARBONDATA-3202: Description: updated schema is not updated in session catalog after add, drop

[jira] [Created] (CARBONDATA-3202) updated schema is not updated in session catalog after add, drop or rename column.

2018-12-26 Thread Akash R Nilugal (JIRA)
Akash R Nilugal created CARBONDATA-3202: --- Summary: updated schema is not updated in session catalog after add, drop or rename column. Key: CARBONDATA-3202 URL:

[GitHub] carbondata issue #3026: [WIP] Added support to compile carbon CDH spark dist...

2018-12-26 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/3026 Build Failed with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10201/ ---

[GitHub] carbondata pull request #3010: [CARBONDATA-3189] Fix PreAggregate Datamap Is...

2018-12-26 Thread kunal642
Github user kunal642 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3010#discussion_r244085456 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/optimizer/CarbonLateDecodeRule.scala --- @@ -106,22 +106,29 @@ class

[GitHub] carbondata pull request #3010: [CARBONDATA-3189] Fix PreAggregate Datamap Is...

2018-12-26 Thread kunal642
Github user kunal642 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3010#discussion_r244084957 --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java --- @@ -1449,12 +1449,9 @@ private

[GitHub] carbondata issue #3025: [WIP][CARBONDATA-3199]"show datamap" represents prea...

2018-12-26 Thread qiuchenjian
Github user qiuchenjian commented on the issue: https://github.com/apache/carbondata/pull/3025 > @qiuchenjian currently pre-aggregate datamap is not following the datamap interfaces as it was implemented before datamap framework. That is why not all datamap DDL works with

[GitHub] carbondata pull request #3025: [WIP][CARBONDATA-3199]"show datamap" represen...

2018-12-26 Thread qiuchenjian
Github user qiuchenjian closed the pull request at: https://github.com/apache/carbondata/pull/3025 ---

[jira] [Updated] (CARBONDATA-3201) SORT_SCOPE in LOAD_OPTIONS

2018-12-26 Thread Naman Rastogi (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naman Rastogi updated CARBONDATA-3201: -- Description: Prerequisite:

[GitHub] carbondata issue #2516: [CARBONDATA-2755][Complex DataType Enhancements] Com...

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

[GitHub] carbondata issue #2161: [CARBONDATA-2218] AlluxioCarbonFile while trying to ...

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

[GitHub] carbondata pull request #3022: [CARBONDATA-3196] Fixed Compaction for Comple...

2018-12-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3022#discussion_r244085418 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/complexType/TestCompactionComplexType.scala

[GitHub] carbondata pull request #3022: [CARBONDATA-3196] Fixed Compaction for Comple...

2018-12-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3022#discussion_r244086878 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java --- @@ -699,4 +701,33 @@ public static

[GitHub] carbondata pull request #3022: [CARBONDATA-3196] Fixed Compaction for Comple...

2018-12-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3022#discussion_r244086110 --- Diff: processing/src/main/java/org/apache/carbondata/processing/store/CarbonFactDataHandlerModel.java --- @@ -356,9 +359,20 @@ public static

[GitHub] carbondata pull request #3022: [CARBONDATA-3196] Fixed Compaction for Comple...

2018-12-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3022#discussion_r244087077 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java --- @@ -699,4 +701,33 @@ public static

[GitHub] carbondata pull request #3022: [CARBONDATA-3196] Fixed Compaction for Comple...

2018-12-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3022#discussion_r244086909 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java --- @@ -699,4 +701,33 @@ public static

[GitHub] carbondata issue #2394: [CARBONDATA- 2243] Added test case for database and ...

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

[GitHub] carbondata pull request #3004: [CARBONDATA-3188] Create carbon table as hive...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3004#discussion_r244086681 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateHiveTableWithCarbonDS.scala ---

[GitHub] carbondata pull request #3004: [CARBONDATA-3188] Create carbon table as hive...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3004#discussion_r244086693 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateHiveTableWithCarbonDS.scala ---

[GitHub] carbondata pull request #3004: [CARBONDATA-3188] Create carbon table as hive...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3004#discussion_r244086704 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateHiveTableWithCarbonDS.scala ---

[GitHub] carbondata pull request #3004: [CARBONDATA-3188] Create carbon table as hive...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3004#discussion_r244086686 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateHiveTableWithCarbonDS.scala ---

[GitHub] carbondata pull request #3004: [CARBONDATA-3188] Create carbon table as hive...

2018-12-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3004#discussion_r244086671 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateHiveTableWithCarbonDS.scala ---

[GitHub] carbondata issue #3004: [CARBONDATA-3188] Create carbon table as hive unders...

2018-12-26 Thread SteNicholas
Github user SteNicholas commented on the issue: https://github.com/apache/carbondata/pull/3004 @jackylk OK.I'd like to refactory on carbondata-hive module based on @ravipesala update. ---

[GitHub] carbondata issue #2508: [CARBONDATA-2744]Streaming lock is not released even...

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

[jira] [Created] (CARBONDATA-3201) SORT_SCOPE in LOAD_OPTIONS

2018-12-26 Thread Naman Rastogi (JIRA)
Naman Rastogi created CARBONDATA-3201: - Summary: SORT_SCOPE in LOAD_OPTIONS Key: CARBONDATA-3201 URL: https://issues.apache.org/jira/browse/CARBONDATA-3201 Project: CarbonData Issue

[GitHub] carbondata issue #3025: [WIP][CARBONDATA-3199]"show datamap" represents prea...

2018-12-26 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/3025 @qiuchenjian currently pre-aggregate datamap is not following the datamap interfaces as it was implemented before datamap framework. That is why not all datamap DDL works with pre-aggregate.

[jira] [Created] (CARBONDATA-3200) No-Sort Compaction

2018-12-26 Thread Naman Rastogi (JIRA)
Naman Rastogi created CARBONDATA-3200: - Summary: No-Sort Compaction Key: CARBONDATA-3200 URL: https://issues.apache.org/jira/browse/CARBONDATA-3200 Project: CarbonData Issue Type: New

[GitHub] carbondata issue #3020: [CARBONDATA-3195]Added validation for Inverted Index...

2018-12-26 Thread shardul-cr7
Github user shardul-cr7 commented on the issue: https://github.com/apache/carbondata/pull/3020 > I think you need describe this validation in the ddl-of-carbondata.md of Inverted Index Configuration part Done! ---

[GitHub] carbondata issue #752: [CARBONDATA-879] Clear driver side dict cache for Car...

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

[GitHub] carbondata issue #419: [CARBONDATA-523] Added test cases for carbon data pro...

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

[GitHub] carbondata issue #732: [CARBONDATA-754] improve performance when order by pr...

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

[GitHub] carbondata issue #710: [CARBONDATA-833]load data from dataframe,generater da...

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

[GitHub] carbondata issue #749: [CARBONDATA-854] Datastax CFS file system support

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

[GitHub] carbondata issue #745: [CARBONDATA-876] Clear segment access count ASAP

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

[GitHub] carbondata issue #807: [CARBONDATA-942] off heap sort chunk size should be v...

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

[GitHub] carbondata issue #985: [CARBONDATA-1090] added integration test cases for al...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Carbon table schema compatible...

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

[GitHub] carbondata issue #825: [CARBONDATA-961] Added condition to skip sort step fo...

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

[GitHub] carbondata issue #994: [CARBONDATA-933]Added Compare Test For BenchMarking O...

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

[GitHub] carbondata issue #1061: [CARBONDATA-1193] ViewFS Support - improvement

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

[GitHub] carbondata issue #1010: [CARBONDATA-1110] put if clause out of the for claus...

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

[GitHub] carbondata issue #1241: [CARBONDATA-1390]Request 1 executor when preferred l...

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

[GitHub] carbondata issue #1101: [CARBONDATA-1143] fix for null struct type

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

[GitHub] carbondata issue #1092: [CARBONDATA-1225] Create Table Failed for partition ...

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

[GitHub] carbondata issue #1132: [CARBONDATA-1260] Show Partition for Range partition...

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

[GitHub] carbondata issue #1138: [CARBONDATA-1263]Single pass load does not take defa...

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

[GitHub] carbondata issue #1230: [WIP]corrected sdv test cases

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

[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

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

[GitHub] carbondata issue #1243: [CARBONDATA-1388]Clean up stale carbondata files whe...

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

[GitHub] carbondata issue #1291: [CARBONDATA-1343] Hive can't query data when the car...

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

[GitHub] carbondata issue #1278: [CARBONDATA-1326] Fixed high priority findbug issues

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

[GitHub] carbondata issue #1284: [CARBONDATA-1330] Not able to drop temporary table b...

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

[GitHub] carbondata issue #2496: [CARBONDATA-2737][Complex DataType Enhancements] Com...

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

[GitHub] carbondata issue #2465: [CARBONDATA-2863] Refactored CarbonFile interface

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

[GitHub] carbondata issue #2568: [Presto-integration-Technical-note] created document...

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

[GitHub] carbondata issue #1363: [CARBONDATA-1378] support creating table in hive

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

[GitHub] carbondata issue #1351: Add maven-antrun-plugin into build profiles so that ...

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

[GitHub] carbondata issue #1380: [CARBONDATA-1485] Timestamp no dictionary bug

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

[GitHub] carbondata issue #2713: [WIP][CARBONDATA-2931][BloomDataMap] Optimize bloom ...

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

[GitHub] carbondata issue #2632: [CARBONDATA-2206] Enhanced document on Lucene datama...

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

[GitHub] carbondata issue #1386: [CARBONDATA-1513] bad-record for complex data type s...

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

[GitHub] carbondata issue #1390: [CARBONDATA-1360] fix for update table failures for ...

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

[GitHub] carbondata issue #1385: [WIP] [CARBONDATA-1492] Alter add and remove struct ...

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

[GitHub] carbondata issue #1399: [CARBONDATA-1570] [WIP] Lucene Datamap Implementatio...

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

[GitHub] carbondata issue #1387: [CARBONDATA-1503][WIP]Support CarbonFileInputFormat

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

[GitHub] carbondata issue #1413: [CARBONDATA-1548] resolved bug for creating table wi...

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

  1   2   3   >