[GitHub] incubator-carbondata pull request #532: Move package in carbon-core module

2017-01-13 Thread jackylk
GitHub user jackylk opened a pull request: https://github.com/apache/incubator-carbondata/pull/532 Move package in carbon-core module As a step to refactor code to make it more modular, this PR move following package in carbon-core module 1. move org.apache.carbondata.core.carbo

[GitHub] incubator-carbondata issue #532: Move package in carbon-core module

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/532 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/585/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #517: [CARBONDATA-621]Fixed compaction with multi...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/517 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] incubator-carbondata pull request #517: [CARBONDATA-621]Fixed compaction wit...

2017-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/517 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95956671 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/optimizer/CarbonOptimizer.scala --- @@ -237,9 +237,15 @@ class ResolveCarbonFun

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95956802 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +781,49 @@ case class CarbonRelation(

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95956880 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +781,49 @@ case class CarbonRelation(

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95956920 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +781,49 @@ case class CarbonRelation(

[GitHub] incubator-carbondata issue #529: Fixed testcase issues in spark 1.6 and 2.1 ...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/529 @ravipesala Is this PR only fix some of the test case? I used mvn verify -Pno-kettle, but IUD test case is failing. Fix in another PR? --- If your project is set up for it, you can rep

[GitHub] incubator-carbondata issue #527: [CARBONDATA-630]Fixed select query with exp...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/527 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] incubator-carbondata pull request #527: [CARBONDATA-630]Fixed select query w...

2017-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/527 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata pull request #533: [WIP]Fixed offheap Query Crash issue

2017-01-13 Thread kumarvishal09
GitHub user kumarvishal09 opened a pull request: https://github.com/apache/incubator-carbondata/pull/533 [WIP]Fixed offheap Query Crash issue **Problem** Query is failing sometime when number of 1 block contains more than one blocklet **Reason** Offheap memory is gettin

[GitHub] incubator-carbondata issue #423: [CARBONDATA-527] Greater than/less-than/Lik...

2017-01-13 Thread gvramana
Github user gvramana commented on the issue: https://github.com/apache/incubator-carbondata/pull/423 Please rebase --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wis

[GitHub] incubator-carbondata issue #533: [WIP]Fixed offheap Query Crash issue

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/533 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/586/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata pull request #264: [CARBONDATA-341] CarbonTableIdentifi...

2017-01-13 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/264#discussion_r95140944 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -188,13 +194,26 @@ public static void setSegmentsToAc

[GitHub] incubator-carbondata pull request #264: [CARBONDATA-341] CarbonTableIdentifi...

2017-01-13 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/264#discussion_r95959773 --- Diff: hadoop/src/test/java/org/apache/carbondata/hadoop/CarbonInputFormatTest.java --- @@ -0,0 +1,58 @@ +/* + * Licensed to the Apa

[GitHub] incubator-carbondata pull request #534: [CARBONDATA-632] Fix wrong comments ...

2017-01-13 Thread chenliang613
GitHub user chenliang613 opened a pull request: https://github.com/apache/incubator-carbondata/pull/534 [CARBONDATA-632] Fix wrong comments of load data in CarbonDataRDDFactory.scala Fix wrong comments of load data in CarbonDataRDDFactory.scala: 1.Currently, not use NewHadoopRDD

[GitHub] incubator-carbondata issue #507: [CARBONDATA-609]Fixed carbondata file versi...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/507 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/587/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #534: [CARBONDATA-632] Fix wrong comments of load...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/534 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/588/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #533: [CARBONDATA-633]Fixed offheap Query Crash i...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/533 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/589/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95973885 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/optimizer/CarbonOptimizer.scala --- @@ -237,9 +237,15 @@ class ResolveCarbonFu

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95973907 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +781,49 @@ case class CarbonRelation

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95973866 --- Diff: processing/src/main/java/org/apache/carbondata/processing/csvreaderstep/CsvInput.java --- @@ -193,28 +195,26 @@ public boolean proce

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95973928 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +781,49 @@ case class CarbonRelation

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r95976060 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +781,49 @@ case class CarbonRelation

[GitHub] incubator-carbondata issue #528: [CARBONDATA-617]Fix InsertInto test case of...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/528 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/590/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #528: [CARBONDATA-617]Fix InsertInto test case of...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/528 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/591/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata pull request #535: [CARBONDATA-542] Abnormal behaviour ...

2017-01-13 Thread anuragknoldus
GitHub user anuragknoldus opened a pull request: https://github.com/apache/incubator-carbondata/pull/535 [CARBONDATA-542] Abnormal behaviour of Int datatype **Analysis:** Currently Short and Int datatypes are treated as long and at the time of storing in carbon data files delta comp

[GitHub] incubator-carbondata issue #535: [CARBONDATA-542] Abnormal behaviour of Int ...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/535 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/592/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #531: [CARBONDATA-612]throw exception when trying...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/531 Oh, I thought it is supported. Why bucket table is not supported in spark1.6? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-carbondata pull request #534: [CARBONDATA-632] Fix wrong comments ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/534#discussion_r96002854 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -559,11 +560,7 @@ object CarbonDat

[GitHub] incubator-carbondata pull request #533: [CARBONDATA-633]Fixed offheap Query ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/533#discussion_r96003271 --- Diff: core/src/main/java/org/apache/carbondata/scan/executor/impl/AbstractQueryExecutor.java --- @@ -470,6 +477,7 @@ private AggregatorInfo

[GitHub] incubator-carbondata pull request #533: [CARBONDATA-633]Fixed offheap Query ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/533#discussion_r96003724 --- Diff: core/src/main/java/org/apache/carbondata/scan/executor/impl/DetailQueryExecutor.java --- @@ -39,11 +39,12 @@ public CarbonIter

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96005860 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creatabl

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96005973 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creatabl

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96006080 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creatabl

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96006298 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creatabl

[GitHub] incubator-carbondata issue #521: [CARBONDATA-390] Support for float datatype

2017-01-13 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/incubator-carbondata/pull/521 @phalodi can you some testcases(with and with out filter on float datatype) on spark-common-test module --- If your project is set up for it, you can reply to this email and have yo

[GitHub] incubator-carbondata issue #531: [CARBONDATA-612]throw exception when trying...

2017-01-13 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/incubator-carbondata/pull/531 @anubhav100 bucket is supported in all spark versions, but we will not get the benefit of join optimization in 1.6 and 1.5. --- If your project is set up for it, you can reply to t

[GitHub] incubator-carbondata issue #529: [CARBONDATA-636]Fixed testcase issues in sp...

2017-01-13 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/incubator-carbondata/pull/529 @jackylk IUD testcase are fixed in https://github.com/apache/incubator-carbondata/pull/523. Please merge https://github.com/apache/incubator-carbondata/pull/523 as well. --- I

[GitHub] incubator-carbondata issue #507: [CARBONDATA-609]Fixed carbondata file versi...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/507 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] incubator-carbondata pull request #507: [CARBONDATA-609]Fixed carbondata fil...

2017-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/507 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata issue #531: [CARBONDATA-612]throw exception when trying...

2017-01-13 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/incubator-carbondata/pull/531 @ravipesala but it does not validate anycheck if it is supported even if we will not get the benefit of join optimization all carbondata checks must be validated --- If your proj

[GitHub] incubator-carbondata issue #529: [CARBONDATA-636]Fixed testcase issues in sp...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/529 I will merge this PR now and will wait for @ravikiran23 to fix comment for #523 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread anubhav100
Github user anubhav100 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96021180 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creat

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread anubhav100
Github user anubhav100 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96021165 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creat

[GitHub] incubator-carbondata pull request #529: [CARBONDATA-636]Fixed testcase issue...

2017-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/529 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96022013 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creatabl

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread anubhav100
Github user anubhav100 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96021932 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creat

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96022199 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creatabl

[GitHub] incubator-carbondata issue #512: [CARBONDATA-582]added validation for bucket...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/512 LGTM @ravipesala please check also --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] incubator-carbondata issue #511: [CARBONDATA-584]added validation for table ...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/511 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/593/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #511: [CARBONDATA-584]added validation for table ...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/511 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/594/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #511: [CARBONDATA-584]added validation for table ...

2017-01-13 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/incubator-carbondata/pull/511 @jackylk all issues are resolved --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] incubator-carbondata issue #511: [CARBONDATA-584]added validation for table ...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/511 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/595/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata pull request #533: [CARBONDATA-633]Fixed offheap Query ...

2017-01-13 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/533#discussion_r96071986 --- Diff: core/src/main/java/org/apache/carbondata/scan/executor/impl/DetailQueryExecutor.java --- @@ -39,11 +39,12 @@ public Carb

[GitHub] incubator-carbondata pull request #533: [CARBONDATA-633]Fixed offheap Query ...

2017-01-13 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/533#discussion_r96072237 --- Diff: core/src/main/java/org/apache/carbondata/scan/executor/impl/AbstractQueryExecutor.java --- @@ -470,6 +477,7 @@ private Aggregat

[GitHub] incubator-carbondata issue #532: Move package in carbon-core module

2017-01-13 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/incubator-carbondata/pull/532 move org.apache.carbondata.locks to org.apache.carbondata.core.updatestatus.locks, please change it org.apache.carbondata.core.locks.updatestatus --- If your project is set up

[GitHub] incubator-carbondata issue #533: [CARBONDATA-633]Fixed offheap Query Crash i...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/533 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/596/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #532: Move package in carbon-core module

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/532 @kumarvishal09 I feel this lock package can be reused in other scenario also, how about move it to org.apache.carbondata.core.lock? --- If your project is set up for it, you can r

[GitHub] incubator-carbondata issue #528: [CARBONDATA-617]Fix InsertInto test case of...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/528 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/597/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #534: [CARBONDATA-632] Fix wrong comments of load...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/534 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/598/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r96108486 --- Diff: processing/src/main/java/org/apache/carbondata/processing/csvreaderstep/CsvInput.java --- @@ -194,28 +196,25 @@ public boolean proces

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r96108503 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +782,47 @@ case class CarbonRelation(

[GitHub] incubator-carbondata pull request #528: [CARBONDATA-617]Fix InsertInto test ...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/528#discussion_r96108506 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala --- @@ -782,7 +782,47 @@ case class CarbonRelation(

[GitHub] incubator-carbondata issue #533: [CARBONDATA-633]Fixed offheap Query Crash i...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/533 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] incubator-carbondata pull request #533: [CARBONDATA-633]Fixed offheap Query ...

2017-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/533 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96108575 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -108,6 +110,10 @@ class CarbonSource extends Creatabl

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96108584 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -104,14 +106,17 @@ class CarbonSource extends Creatab

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread anubhav100
Github user anubhav100 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96110103 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -104,14 +106,17 @@ class CarbonSource extends Crea

[GitHub] incubator-carbondata issue #511: [CARBONDATA-584]added validation for table ...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/511 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/599/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread anubhav100
Github user anubhav100 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/511#discussion_r96110523 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -104,14 +106,17 @@ class CarbonSource extends Crea

[GitHub] incubator-carbondata pull request #511: [CARBONDATA-584]added validation for...

2017-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/511 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata issue #511: [CARBONDATA-584]added validation for table ...

2017-01-13 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/511 LGTM Thanks for working on this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] incubator-carbondata issue #534: [CARBONDATA-632] Fix wrong comments of load...

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/534 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/600/ --- If your project is set up for it, you can reply to this email and h

[GitHub] incubator-carbondata issue #532: Move package in carbon-core module

2017-01-13 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/532 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/601/ --- If your project is set up for it, you can reply to this email and h