[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1261 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/210/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread linqer
Github user linqer commented on the issue: https://github.com/apache/carbondata/pull/1234 Table Script: carbon.sql("create table nation ( n_nationkey int, n_name string, n_regionkey int, n_comment string ) stored by 'carbondata'") The lastest master branch: sql: sele

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread linqer
Github user linqer commented on the issue: https://github.com/apache/carbondata/pull/1234 [CARBONDATA-issue number>] Title of the pull request there is not a existing CARBONDATA-issue number of this bug. --- If your project is set up for it, you can reply to this email and have yo

[GitHub] carbondata pull request #1258: [CARBONDATA-1325] Add partition guidance doc

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1258#discussion_r133634143 --- Diff: docs/partition-guide.md --- @@ -0,0 +1,124 @@ + + +### CarbonData Partition Table Guidance +This guidance illustrates how to

[GitHub] carbondata pull request #1258: [CARBONDATA-1325] Add partition guidance doc

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1258#discussion_r133634053 --- Diff: docs/partition-guide.md --- @@ -0,0 +1,124 @@ + + +### CarbonData Partition Table Guidance +This guidance illustrates how to

[GitHub] carbondata pull request #1258: [CARBONDATA-1325] Add partition guidance doc

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1258#discussion_r133645471 --- Diff: docs/partition-guide.md --- @@ -0,0 +1,124 @@ + + +### CarbonData Partition Table Guidance +This guidance illustrates how to

[GitHub] carbondata pull request #1258: [CARBONDATA-1325] Add partition guidance doc

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1258#discussion_r133645214 --- Diff: docs/partition-guide.md --- @@ -0,0 +1,124 @@ + + +### CarbonData Partition Table Guidance +This guidance illustrates how to

[GitHub] carbondata issue #1236: fixed bug for fetching the error value of decimal ty...

2017-08-17 Thread steven-qin
Github user steven-qin commented on the issue: https://github.com/apache/carbondata/pull/1236 @anubhav100 The lastest master branch: create statement: carbon.sql("create table partsupp2 ( ps_partkey int ,ps_suppkey int ,ps_availqty int , ps_supplycost decimal(15,2) ,ps_comment

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/carbondata/pull/1234 @linqer please create a jira --- 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

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1261 Test failed for `DataMapWriterSuite.scala:123` with message: List("blocklet start 0", "add page data: blocklet 0, page 0", "add page data: blocklet 0, page 1", "add page data: blockle

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1261 retest 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 feature enabled and wishes so, o

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1261 retest this please --- 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 wishe

[GitHub] carbondata issue #1236: fixed bug for fetching the error value of decimal ty...

2017-08-17 Thread steven-qin
Github user steven-qin commented on the issue: https://github.com/apache/carbondata/pull/1236 @anubhav100 There is not carbondata issue No. --- 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 ha

[GitHub] carbondata issue #1235: fixed bug for IsNull and IsNotNull clause in presto

2017-08-17 Thread steven-qin
Github user steven-qin commented on the issue: https://github.com/apache/carbondata/pull/1235 @anubhav100 select * from nation where n_comment is null; select * from nation where n_comment is not null; You have fixed the problem of pr-1235. --- If your project is set up f

[GitHub] carbondata issue #1236: fixed bug for fetching the error value of decimal ty...

2017-08-17 Thread bhavya411
Github user bhavya411 commented on the issue: https://github.com/apache/carbondata/pull/1236 Hi @steven-qin can you please remove the extra import " import com.google.common.base.Strings;" from CarbondataRecordCursor. I have verified the PR for both LongDecimalType and ShortDecimalTy

[GitHub] carbondata issue #1231: [CARBONDATA-1359] Unable to use carbondata on hive

2017-08-17 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1231 retest this please --- 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] carbondata issue #1236: fixed bug for fetching the error value of decimal ty...

2017-08-17 Thread steven-qin
Github user steven-qin commented on the issue: https://github.com/apache/carbondata/pull/1236 @bhavya411 I has removed the extra import " import com.google.common.base.Strings;". Please check it again. --- If your project is set up for it, you can reply to this email and have yo

[GitHub] carbondata issue #1235: fixed bug for IsNull and IsNotNull clause in presto

2017-08-17 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/carbondata/pull/1235 @steven-qin this issue does not exist --- 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 featur

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/carbondata/pull/1234 @linqer i am unable to reproduce this bug on latest master branch can you provide more details --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread linqer
Github user linqer commented on the issue: https://github.com/apache/carbondata/pull/1234 chould you give your skype ? i can show you it. --- 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] carbondata issue #1236: fixed bug for fetching the error value of decimal ty...

2017-08-17 Thread bhavya411
Github user bhavya411 commented on the issue: https://github.com/apache/carbondata/pull/1236 verified --- 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

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

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133661136 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/key/DictionaryMessage.java --- @@ -162,8 +161,8 @@ public void setDictiona

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1261 @sraghunandan @jackylk pls review this PR. Besides, please pay attention to the previous comment https://github.com/apache/carbondata/pull/1261#issuecomment-323000513, **there may be

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

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133661540 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/converter/ThriftWrapperSchemaConverterImpl.java --- @@ -110,6 +108,7 @@ r

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

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133661641 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/converter/ThriftWrapperSchemaConverterImpl.java --- @@ -193,14 +192,13 @@ r

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

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133661773 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/BucketingInfo.java --- @@ -44,4 +51,21 @@ public int getNumberOfBuckets() {

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

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133662025 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/BucketingInfo.java --- @@ -44,4 +51,21 @@ public int getNumberOfBuckets() {

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

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133662091 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/BucketingInfo.java --- @@ -44,4 +51,21 @@ public int getNumberOfBuckets() {

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

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133662489 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/PartitionInfo.java --- @@ -129,4 +136,77 @@ public int getPartitionId(int index

[GitHub] carbondata issue #1231: [CARBONDATA-1359] Unable to use carbondata on hive

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1231 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/211/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata pull request #1231: [CARBONDATA-1359] Unable to use carbondata on...

2017-08-17 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1231#discussion_r133666819 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/MapredCarbonInputFormat.java --- @@ -94,20 +94,21 @@ private static void popul

[GitHub] carbondata pull request #1235: fixed bug for IsNull and IsNotNull clause in ...

2017-08-17 Thread steven-qin
Github user steven-qin closed the pull request at: https://github.com/apache/carbondata/pull/1235 --- 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 featur

[GitHub] carbondata issue #1235: fixed bug for IsNull and IsNotNull clause in presto

2017-08-17 Thread steven-qin
Github user steven-qin commented on the issue: https://github.com/apache/carbondata/pull/1235 Hi @anubhav100 Based on the commit "69c634c5f32dfc333919d0b3e6cc342e15638cf7",I find the problem and subsequent versions have been fixed it. git checkout -b pre 69c634c5f32dfc3

[GitHub] carbondata issue #1231: [CARBONDATA-1359] Unable to use carbondata on hive

2017-08-17 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1231 @shivangi1015 as you provided steps, i verified it , it is working fine, thank you fixed this issue. Please check CI, there are some code check style issues, please fix it, as below :

[GitHub] carbondata issue #1262: [BUGFIX] Fix ZERO_BYTE_ARRAY constant not found in c...

2017-08-17 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1262 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 if

[GitHub] carbondata pull request #1262: [BUGFIX] Fix ZERO_BYTE_ARRAY constant not fou...

2017-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1262 --- 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 feature is

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/carbondata/pull/1234 @linquer can you give me your CSV using the steps you give to me I can not replicate the bug and you can show it to me on wechat --- If your project is set up for it, you can reply to this e

[GitHub] carbondata issue #1236: fixed bug for fetching the error value of decimal ty...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1236 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/212/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1231: [CARBONDATA-1359] Unable to use carbondata on hive

2017-08-17 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1231 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 if

[jira] [Resolved] (CARBONDATA-1359) Unable to use carbondata on hive

2017-08-17 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen resolved CARBONDATA-1359. Resolution: Fixed Fix Version/s: 1.2.0 > Unable to use carbondata on hive >

[GitHub] carbondata pull request #1231: [CARBONDATA-1359] Unable to use carbondata on...

2017-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1231 --- 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 feature is

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1261 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/213/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata pull request #1261: [CARBONDATA-1373] Enhance update performance ...

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1261#discussion_r133689326 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -657,26 +652,53 @@ object CarbonDataRDDFac

[GitHub] carbondata pull request #1261: [CARBONDATA-1373] Enhance update performance ...

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1261#discussion_r133689638 --- Diff: integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -756,26 +751,53 @@ object CarbonDataRDDFa

[GitHub] carbondata issue #1257: [CARBONDATA-1347] Implemented Columnar Reading Of Da...

2017-08-17 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1257 retest this please --- 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] carbondata issue #1233: [CARBONDATA-1150]added documentation for vector read...

2017-08-17 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/1233 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 if the f

[GitHub] carbondata issue #1236: fixed bug for fetching the error value of decimal ty...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1236 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/214/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1231: [CARBONDATA-1359] Unable to use carbondata on hive

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1231 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/215/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata pull request #1233: [CARBONDATA-1150]added documentation for vect...

2017-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1233 --- 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 feature is

[jira] [Resolved] (CARBONDATA-1150) Update vector reader support in documentation

2017-08-17 Thread Jacky Li (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Li resolved CARBONDATA-1150. -- Resolution: Fixed Fix Version/s: 1.2.0 > Update vector reader support in documentati

[GitHub] carbondata issue #1260: [CARBONDATA-1382] Add more test cases for bucket fea...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1260 SDV Build Failed with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/216/ --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] carbondata pull request #1248: [CARBONDATA-1371] Support creating decoder ba...

2017-08-17 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1248#discussion_r133704869 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/dimension/legacy/IndexStorageEncoder.java --- @@ -0,0 +1,93 @@ +/*

[GitHub] carbondata pull request #1213: [CARBONDATA-1342] Fixed bugs for spark conf p...

2017-08-17 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1213#discussion_r133705233 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/AbsoluteTableIdentifier.java --- @@ -99,8 +98,9 @@ public static AbsoluteTableId

[GitHub] carbondata issue #1257: [CARBONDATA-1347] Implemented Columnar Reading Of Da...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1257 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/217/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1240: [CARBONDATA-1365] add RLE codec implementation

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1240 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 if th

[GitHub] carbondata pull request #1240: [CARBONDATA-1365] add RLE codec implementatio...

2017-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1240 --- 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 feature is

[jira] [Created] (CARBONDATA-1386) Fix findbugs issues in carbondata-core module

2017-08-17 Thread Raghunandan S (JIRA)
Raghunandan S created CARBONDATA-1386: - Summary: Fix findbugs issues in carbondata-core module Key: CARBONDATA-1386 URL: https://issues.apache.org/jira/browse/CARBONDATA-1386 Project: CarbonData

[GitHub] carbondata pull request #1263: [Review][CARBONDATA-1386] fixed findbugs erro...

2017-08-17 Thread sraghunandan
GitHub user sraghunandan opened a pull request: https://github.com/apache/carbondata/pull/1263 [Review][CARBONDATA-1386] fixed findbugs errors in carbondata-core You can merge this pull request into a Git repository by running: $ git pull https://github.com/sraghunandan/carbon

[GitHub] carbondata issue #1263: [Review][CARBONDATA-1386] fixed findbugs errors in c...

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on the issue: https://github.com/apache/carbondata/pull/1263 retest this please --- 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] carbondata issue #1213: [CARBONDATA-1342] Fixed bugs for spark conf property...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1213 SDV Build Failed with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/218/ --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] carbondata issue #1248: [CARBONDATA-1371] Support creating decoder based on ...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1248 SDV Build Failed with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/219/ --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] carbondata issue #1257: [CARBONDATA-1347] Implemented Columnar Reading Of Da...

2017-08-17 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1257 retest this please --- 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] carbondata issue #1260: [CARBONDATA-1382] Add more test cases for bucket fea...

2017-08-17 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1260 retest this please --- 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] carbondata issue #1263: [Review][CARBONDATA-1386] fixed findbugs errors in c...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1263 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/220/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1261 @jackylk thks, reviews are fixed --- 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 ena

[GitHub] carbondata issue #1260: [CARBONDATA-1382] Add more test cases for bucket fea...

2017-08-17 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1260 SUCCESS --none-- --- 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

[GitHub] carbondata issue #1213: [CARBONDATA-1342] Fixed bugs for spark conf property...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1213 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/221/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata pull request #1248: [CARBONDATA-1371] Support creating decoder ba...

2017-08-17 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1248#discussion_r133776149 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/reader/MeasureColumnChunkReader.java --- @@ -55,7 +55,7 @@ MeasureRawColumnC

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1261 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/222/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1260: [CARBONDATA-1382] Add more test cases for bucket fea...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1260 SDV Build Failed with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/223/ --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] carbondata issue #1260: [CARBONDATA-1382] Add more test cases for bucket fea...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1260 @chenliang613 Please add the following if condition code snippet in ResourceRegisterAndCopier at line number 62. It will make the copy to hdfs successful ``` if (file.lastIndexO

[GitHub] carbondata issue #1261: [CARBONDATA-1373] Enhance update performance by incr...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1261 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/224/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1257: [CARBONDATA-1347] Implemented Columnar Reading Of Da...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1257 SDV Build Success with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/225/ --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread linqer
Github user linqer commented on the issue: https://github.com/apache/carbondata/pull/1234 [nationdata.zip](https://github.com/apache/carbondata/files/1233173/nationdata.zip) this is data file --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread linqer
Github user linqer commented on the issue: https://github.com/apache/carbondata/pull/1234 # 1. The latest master code have this issue: ![latestcode](https://user-images.githubusercontent.com/2104057/29442563-f546ed3c-8404-11e7-9abb-8cddfafac9a5.png) `create statement:

[GitHub] carbondata pull request #1264: Updated hive-guide.md

2017-08-17 Thread xubo245
GitHub user xubo245 opened a pull request: https://github.com/apache/carbondata/pull/1264 Updated hive-guide.md Updated hive-guide.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/xubo245/carbondata patch-3 Alternatively you c

[GitHub] carbondata pull request #1264: Updated hive-guide.md

2017-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1264 --- 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 feature is

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/carbondata/pull/1234 @linqer please give me nation_null.CSV as well I will try to replicate it again today --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Created] (CARBONDATA-1387) Incorrect partition creation while inserting data from another table

2017-08-17 Thread Vandana Yadav (JIRA)
Vandana Yadav created CARBONDATA-1387: - Summary: Incorrect partition creation while inserting data from another table Key: CARBONDATA-1387 URL: https://issues.apache.org/jira/browse/CARBONDATA-1387

[GitHub] carbondata issue #1263: [Review][CARBONDATA-1386] fixed findbugs errors in c...

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on the issue: https://github.com/apache/carbondata/pull/1263 retest this please --- 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] carbondata pull request #1259: [Review][CARBONDATA-1381] Add test cases for ...

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133878790 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/key/DictionaryMessage.java --- @@ -162,8 +161,8 @@ public void setDic

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133879377 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/converter/ThriftWrapperSchemaConverterImpl.java --- @@ -110,6 +108,7 @@

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133879443 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/converter/ThriftWrapperSchemaConverterImpl.java --- @@ -193,14 +192,13 @@

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133879595 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/BucketingInfo.java --- @@ -44,4 +51,21 @@ public int getNumberOfBuckets()

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133879745 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/BucketingInfo.java --- @@ -44,4 +51,21 @@ public int getNumberOfBuckets()

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133879839 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/BucketingInfo.java --- @@ -44,4 +51,21 @@ public int getNumberOfBuckets()

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1259#discussion_r133880125 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/PartitionInfo.java --- @@ -129,4 +136,77 @@ public int getPartitionId(int

[jira] [Created] (CARBONDATA-1388) Clean up stale carbondata files when update/delete operation is abruptly stopped

2017-08-17 Thread Raghunandan (JIRA)
Raghunandan created CARBONDATA-1388: --- Summary: Clean up stale carbondata files when update/delete operation is abruptly stopped Key: CARBONDATA-1388 URL: https://issues.apache.org/jira/browse/CARBONDATA-1388

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on the issue: https://github.com/apache/carbondata/pull/1243 retest this please --- 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] carbondata issue #1242: [CARBONDATA-1389]Offheap sort size validation

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on the issue: https://github.com/apache/carbondata/pull/1242 retest this please --- 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

[jira] [Created] (CARBONDATA-1389) Validate the off heap sort chunk size configured range

2017-08-17 Thread Raghunandan (JIRA)
Raghunandan created CARBONDATA-1389: --- Summary: Validate the off heap sort chunk size configured range Key: CARBONDATA-1389 URL: https://issues.apache.org/jira/browse/CARBONDATA-1389 Project: CarbonDa

[jira] [Created] (CARBONDATA-1390) Update/Delete opetations

2017-08-17 Thread Raghunandan (JIRA)
Raghunandan created CARBONDATA-1390: --- Summary: Update/Delete opetations Key: CARBONDATA-1390 URL: https://issues.apache.org/jira/browse/CARBONDATA-1390 Project: CarbonData Issue Type: Bug

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

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on the issue: https://github.com/apache/carbondata/pull/1241 retest this please --- 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] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread linqer
Github user linqer commented on the issue: https://github.com/apache/carbondata/pull/1234 yes, I have upload it . could you see my comment above? "nationdata.zip this is data file" --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Updated] (CARBONDATA-1390) Update/Delete operations requesting more executors for updating static values in dynamic cluster environment

2017-08-17 Thread Raghunandan (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghunandan updated CARBONDATA-1390: Description: When insert into or update command is run with static values, preferred l

[jira] [Created] (CARBONDATA-1391) Direct string codec for short string column

2017-08-17 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-1391: Summary: Direct string codec for short string column Key: CARBONDATA-1391 URL: https://issues.apache.org/jira/browse/CARBONDATA-1391 Project: CarbonData Issu

[GitHub] carbondata issue #1234: fix bug in Spi2CarbondataTypeMapper method, it will ...

2017-08-17 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/carbondata/pull/1234 @linqer ya i will review it --- 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

[GitHub] carbondata pull request #1265: [CARBONDATA-1128] Add direct string encoding ...

2017-08-17 Thread jackylk
GitHub user jackylk opened a pull request: https://github.com/apache/carbondata/pull/1265 [CARBONDATA-1128] Add direct string encoding for short string column For short string columns less than 128 bytes, add a new encoding to improve compression and loading speed. DirectStringC

[GitHub] carbondata issue #1263: [Review][CARBONDATA-1386] fixed findbugs errors in c...

2017-08-17 Thread sraghunandan
Github user sraghunandan commented on the issue: https://github.com/apache/carbondata/pull/1263 retest this please --- 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] carbondata issue #1265: [CARBONDATA-1128] Add direct string encoding for sho...

2017-08-17 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1265 SDV Build Failed with Spark 2.1, Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/226/ --- If your project is set up for it, you can reply to this email and have your reply app

  1   2   >