[jira] [Comment Edited] (CARBONDATA-1203) insert data caused many duplicated data on spark 1.6.2

2017-06-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16060325#comment-16060325 ] chenerlu edited comment on CARBONDATA-1203 at 6/23/17 2:36 AM: --- Hi, I

[jira] [Comment Edited] (CARBONDATA-1203) insert data caused many duplicated data on spark 1.6.2

2017-06-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16060325#comment-16060325 ] chenerlu edited comment on CARBONDATA-1203 at 6/23/17 2:24 AM: --- Hi, I

[jira] [Comment Edited] (CARBONDATA-1203) insert data caused many duplicated data on spark 1.6.2

2017-06-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16060325#comment-16060325 ] chenerlu edited comment on CARBONDATA-1203 at 6/23/17 2:23 AM: --- Hi, I

[jira] [Commented] (CARBONDATA-1203) insert data caused many duplicated data on spark 1.6.2

2017-06-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16060325#comment-16060325 ] chenerlu commented on CARBONDATA-1203: -- Hi, I encounter same problem. Issue can be summarized

[jira] [Comment Edited] (CARBONDATA-1203) insert data caused many duplicated data on spark 1.6.2

2017-06-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16060325#comment-16060325 ] chenerlu edited comment on CARBONDATA-1203 at 6/23/17 2:22 AM: --- Hi, I

[GitHub] carbondata pull request #1076: [WIP] Implement range interval partition

2017-06-22 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1076 [WIP] Implement range interval partition This PR is try to implement range interval partition and now work on process. You can merge this pull request into a Git repository by running

[GitHub] carbondata pull request #1066: [CARBONDATA-1197] Update related docs which s...

2017-06-22 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1066#discussion_r123440083 --- Diff: docs/installation-guide.md --- @@ -150,7 +150,7 @@ $SPARK_HOME/carbonlib/$CARBON_ASSEMBLY_JAR | Parameter | Description

[jira] [Commented] (CARBONDATA-1201) don't support insert syntax "insert into table select constants" on spark 1.6.2

2017-06-20 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16056904#comment-16056904 ] chenerlu commented on CARBONDATA-1201: -- I remember this syntax may not support on spark1.6.2

[jira] [Created] (CARBONDATA-1204) Update operation fail and generate extra records when test with big data

2017-06-20 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-1204: Summary: Update operation fail and generate extra records when test with big data Key: CARBONDATA-1204 URL: https://issues.apache.org/jira/browse/CARBONDATA-1204

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-20 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122897963 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/ShowCarbonPartitionsCommand.scala --- @@ -0,0 +1,98

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-20 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122897255 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/ShowPartitionInfoExample.scala --- @@ -0,0 +1,108 @@ +/* + * Licensed

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-20 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122896730 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/ShowPartitionInfoExample.scala --- @@ -0,0 +1,108 @@ +/* + * Licensed

[GitHub] carbondata pull request #1066: [CARBONDATA-1197] Update related docs which s...

2017-06-20 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1066 [CARBONDATA-1197] Update related docs which still use incubating such as presto integration Update related docs which still use incubating. Just update the references links, file name

[jira] [Updated] (CARBONDATA-1197) Update related docs which still use incubating such as presto integration

2017-06-20 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu updated CARBONDATA-1197: - Description: Update related docs which still use incubating. Just update the references

[jira] [Assigned] (CARBONDATA-1197) Update related docs which still use incubating such as presto integra

2017-06-20 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu reassigned CARBONDATA-1197: Assignee: chenerlu > Update related docs which still use incubating such as pre

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122864627 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/ShowPartitionsCommand.scala --- @@ -0,0 +1,95

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122864102 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/ShowPartitionsCommand.scala --- @@ -0,0 +1,95

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122864076 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/ShowPartitionsCommand.scala --- @@ -0,0 +1,95

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122863911 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/ShowPartitionsCommand.scala --- @@ -0,0 +1,96

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122863841 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/ShowPartitionsCommand.scala --- @@ -0,0 +1,96

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122717016 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestShowPartitions.scala --- @@ -0,0 +1,127

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122715807 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestShowPartitions.scala --- @@ -0,0 +1,127

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122658883 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestShowPartitions.scala --- @@ -0,0 +1,127

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122658340 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonShowPartitionInfo.scala --- @@ -0,0 +1,111 @@ +/* + * Licensed

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122658297 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonShowPartitionInfo.scala --- @@ -0,0 +1,111 @@ +/* + * Licensed

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122657713 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonPartitionExample.scala --- @@ -107,7 +105,6 @@ object

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122656172 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonShowPartitionInfo.scala --- @@ -0,0 +1,114 @@ +/* + * Licensed

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122652358 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonShowPartitionInfo.scala --- @@ -0,0 +1,114 @@ +/* + * Licensed

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122650800 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonShowPartitionInfo.scala --- @@ -0,0 +1,114 @@ +/* + * Licensed

[GitHub] carbondata pull request #1042: [CARBONDATA-1181] Show partitions

2017-06-19 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1042#discussion_r122650261 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonShowPartitionInfo.scala --- @@ -0,0 +1,114 @@ +/* + * Licensed

[jira] [Commented] (CARBONDATA-1180) loading data failed for dictionary file id is locked for updation

2017-06-19 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053607#comment-16053607 ] chenerlu commented on CARBONDATA-1180: -- Is this always happen ? Could you please remove

[GitHub] carbondata pull request #1060: [CARBONDATA-1191] Remove carbon-spark-shell s...

2017-06-19 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1060 [CARBONDATA-1191] Remove carbon-spark-shell script As discuss in mailing list, we reach an agreement to remove this useless feature. So this PR is removing related class. You can merge

[GitHub] carbondata pull request #1049: [CARBONDATA-1183] Update CarbonPartitionExamp...

2017-06-16 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1049 [CARBONDATA-1183] Update CarbonPartitionExample because partition columns should not be specified in schema Background: CarbonPartitionTable fail in lastest master branch. Root

[jira] [Created] (CARBONDATA-1183) Update CarbonPartitionTable Because partition columns should not be specified in the schema

2017-06-16 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-1183: Summary: Update CarbonPartitionTable Because partition columns should not be specified in the schema Key: CARBONDATA-1183 URL: https://issues.apache.org/jira/browse/CARBONDATA

[GitHub] carbondata issue #1023: [carbondata-1149] Fix issue of mismatch type of part...

2017-06-15 Thread chenerlu
Github user chenerlu commented on the issue: https://github.com/apache/carbondata/pull/1023 Duplicated --- 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

[GitHub] carbondata pull request #1023: [carbondata-1149] Fix issue of mismatch type ...

2017-06-15 Thread chenerlu
Github user chenerlu closed the pull request at: https://github.com/apache/carbondata/pull/1023 --- 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

[GitHub] carbondata pull request #1046: [carbondata-1149] Fix issue of mismatch type ...

2017-06-15 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1046 [carbondata-1149] Fix issue of mismatch type of partition column when specify partition info You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] carbondata pull request #1045: [carbondata-1149] Fix issue of mismatch type ...

2017-06-15 Thread chenerlu
Github user chenerlu closed the pull request at: https://github.com/apache/carbondata/pull/1045 --- 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

[GitHub] carbondata pull request #1045: [carbondata-1149] Fix issue of mismatch type ...

2017-06-15 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1045 [carbondata-1149] Fix issue of mismatch type of partition column when specify partition info You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] carbondata pull request #1044: [carbondata-1149] Fix issue of mismatch type ...

2017-06-15 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1044 [carbondata-1149] Fix issue of mismatch type of partition column when specify partition info You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] carbondata pull request #1037: [CARBONDATA-1163][Bug-Fix] Fix CI failures

2017-06-15 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1037#discussion_r122151896 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestGlobalSortDataLoad.scala --- @@ -280,12

[GitHub] carbondata pull request #1037: [CARBONDATA-1163][Bug-Fix] Fix CI failures

2017-06-15 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1037#discussion_r122151976 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestGlobalSortDataLoad.scala --- @@ -299,16

[jira] [Updated] (CARBONDATA-1149) Fix issue of mismatch type of partition column when specify partition info and range info overlapping values issue

2017-06-14 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu updated CARBONDATA-1149: - Summary: Fix issue of mismatch type of partition column when specify partition info

[GitHub] carbondata pull request #1000: [CARBONDATA-1018] Add unsafe ColumnPage imple...

2017-06-13 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1000#discussion_r121847432 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -508,7 +567,7 @@ public static ColumnPage decompress

[GitHub] carbondata pull request #1000: [CARBONDATA-1018] Add unsafe ColumnPage imple...

2017-06-13 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1000#discussion_r121839529 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -98,56 +117,54 @@ public static ColumnPage newPage

[GitHub] carbondata pull request #1000: [CARBONDATA-1018] Add unsafe ColumnPage imple...

2017-06-13 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1000#discussion_r121838660 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -98,56 +117,54 @@ public static ColumnPage newPage

[GitHub] carbondata pull request #1000: [CARBONDATA-1018] Add unsafe ColumnPage imple...

2017-06-13 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1000#discussion_r121838636 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -98,56 +117,54 @@ public static ColumnPage newPage

[GitHub] carbondata pull request #991: [Just Test CI] modify notes for testing CI

2017-06-13 Thread chenerlu
Github user chenerlu closed the pull request at: https://github.com/apache/carbondata/pull/991 --- 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

[GitHub] carbondata issue #991: [Just Test CI] modify notes for testing CI

2017-06-13 Thread chenerlu
Github user chenerlu commented on the issue: https://github.com/apache/carbondata/pull/991 This PR is raised just for test CI, now close 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

[GitHub] carbondata pull request #1015: [CARBONDATA-1151] Update useful-tips-on-carbo...

2017-06-13 Thread chenerlu
Github user chenerlu closed the pull request at: https://github.com/apache/carbondata/pull/1015 --- 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

[GitHub] carbondata pull request #1011: [carbondata-1149] Fix issue of mismatch type ...

2017-06-12 Thread chenerlu
Github user chenerlu closed the pull request at: https://github.com/apache/carbondata/pull/1011 --- 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

[GitHub] carbondata issue #1011: [carbondata-1149] Fix issue of mismatch type of part...

2017-06-12 Thread chenerlu
Github user chenerlu commented on the issue: https://github.com/apache/carbondata/pull/1011 Same modify to PR1023, so close 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

[GitHub] carbondata pull request #1018: [Just For Test] Just test PR1105

2017-06-11 Thread chenerlu
Github user chenerlu closed the pull request at: https://github.com/apache/carbondata/pull/1018 --- 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

[GitHub] carbondata pull request #1015: [CARBONDATA-1151] Update useful-tips-on-carbo...

2017-06-09 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1015 [CARBONDATA-1151] Update useful-tips-on-carbondata.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/chenerlu/incubator-carbondata patch

[GitHub] carbondata pull request #1011: [carbondata-1149] Fix issue of mismatch type ...

2017-06-09 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/1011 [carbondata-1149] Fix issue of mismatch type of partition column when specify partition info Background: Create table should fail as data type mismatch in partition column type

[jira] [Created] (CARBONDATA-1149) Fix issue of mismatch type of partition column when specify partition info

2017-06-09 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-1149: Summary: Fix issue of mismatch type of partition column when specify partition info Key: CARBONDATA-1149 URL: https://issues.apache.org/jira/browse/CARBONDATA-1149

[GitHub] carbondata pull request #964: [CARBONDATA-1099] Fixed bug for carbon-spark-s...

2017-06-06 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/964#discussion_r120403537 --- Diff: integration/spark2/src/main/scala/org/apache/spark/repl/CarbonSparkILoop.scala --- @@ -19,54 +19,66 @@ package org.apache.spark.repl

[GitHub] carbondata pull request #999: Fix issue of CarbonData-1134

2017-06-06 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/999 Fix issue of CarbonData-1134 Background: When run mvn -Pspark-1.6 -Dspark.version=1.6.3 clean package, it will generate redundant folders under integration model. Solution

[jira] [Created] (CARBONDATA-1134) Generate redundant folders under integration model when run test cases with mvn command in spark1.6

2017-06-06 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-1134: Summary: Generate redundant folders under integration model when run test cases with mvn command in spark1.6 Key: CARBONDATA-1134 URL: https://issues.apache.org/jira/browse

[GitHub] carbondata pull request #990: Test PR988 #1

2017-06-04 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/990 Test PR988 #1 Just Test PR988 You can merge this pull request into a Git repository by running: $ git pull https://github.com/chenerlu/incubator-carbondata TestPR Alternatively you can

[jira] [Commented] (CARBONDATA-1116) Not able to connect with Carbonsession while starting carbon spark shell and beeline

2017-06-01 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16032668#comment-16032668 ] chenerlu commented on CARBONDATA-1116: -- Hi, I met same issue when I ran CarbonSessionExample

[jira] [Commented] (CARBONDATA-1076) Join Issue caused by dictionary and shuffle exchange

2017-05-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16019445#comment-16019445 ] chenerlu commented on CARBONDATA-1076: -- Yes, I have reproduced this problem with csv file. Data

[jira] [Updated] (CARBONDATA-1076) Join Issue caused by dictionary and shuffle exchange

2017-05-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu updated CARBONDATA-1076: - Description: We can reproduce this issue as following steps: Step1: create a carbon table

[jira] [Updated] (CARBONDATA-1076) Join Issue caused by dictionary and shuffle exchange

2017-05-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu updated CARBONDATA-1076: - Description: We can reproduce this issue as following steps: Step1: create a carbon table

[jira] [Updated] (CARBONDATA-1076) Join Issue caused by dictionary and shuffle exchange

2017-05-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu updated CARBONDATA-1076: - Description: We can reproduce this issue as following steps: Step1: create a carbon table

[jira] [Updated] (CARBONDATA-1076) Join Issue caused by dictionary and shuffle exchange

2017-05-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu updated CARBONDATA-1076: - Description: We can reproduce this issue as following steps: Step1: create a carbon table

[jira] [Updated] (CARBONDATA-1076) Join Issue caused by dictionary and shuffle exchange

2017-05-22 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu updated CARBONDATA-1076: - Description: We can reproduce this issue as following steps: Step1: create a carbon table

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115928432 --- Diff: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/createtable/TestCreateTableSyntax.scala --- @@ -31,7 +36,60 @@ class

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115928229 --- Diff: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/createtable/TestCreateTableSyntax.scala --- @@ -31,7 +36,60 @@ class

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115927494 --- Diff: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/createtable/TestCreateTableSyntax.scala --- @@ -31,7 +36,60 @@ class

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115926761 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonBitMapFilterQueryExample.scala --- @@ -0,0 +1,153

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115926511 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonBitMapFilterQueryExample.scala --- @@ -0,0 +1,153

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115925385 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonBitMapFilterQueryExample.scala --- @@ -0,0 +1,153

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115924772 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonBitMapEncodingExample.scala --- @@ -0,0 +1,66 @@ +/* + * Licensed

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115919753 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorageForShort.java --- @@ -33,6 +33,7 @@ private

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115919384 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorageForBitMapForShort.java --- @@ -0,0 +1,171

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115919093 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorageForBitMapForShort.java --- @@ -0,0 +1,171

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115918708 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeBitMapDimensionDataChunkStore.java --- @@ -0,0 +1,213

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115918640 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeBitMapDimensionDataChunkStore.java --- @@ -0,0 +1,213

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115918545 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeBitMapDimensionDataChunkStore.java --- @@ -0,0 +1,213

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115918486 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeBitMapDimensionDataChunkStore.java --- @@ -0,0 +1,213

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115918125 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeBitMapDimensionDataChunkStore.java --- @@ -0,0 +1,213

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115917852 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeBitMapDimensionDataChunkStore.java --- @@ -0,0 +1,213

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115914954 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/impl/BitMapDimensionDataChunk.java --- @@ -0,0 +1,171

[GitHub] carbondata pull request #877: [CARBONDATA-951] create table ddl can specify ...

2017-05-11 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/877#discussion_r115913800 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/impl/BitMapDimensionDataChunk.java --- @@ -0,0 +1,171

[GitHub] carbondata pull request #900: Update dml-operation-on-carbondata.md

2017-05-09 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/carbondata/pull/900 Update dml-operation-on-carbondata.md Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[jira] [Created] (CARBONDATA-1040) Add description of carbon not support update table and delete records in spark2.1

2017-05-09 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-1040: Summary: Add description of carbon not support update table and delete records in spark2.1 Key: CARBONDATA-1040 URL: https://issues.apache.org/jira/browse/CARBONDATA-1040

[GitHub] incubator-carbondata pull request #877: [CARBONDATA-951] create table ddl ca...

2017-05-04 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/877#discussion_r114817008 --- Diff: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/createtable/TestCreateTableSyntax.scala --- @@ -31,7

[GitHub] incubator-carbondata pull request #880: update code for compact

2017-05-04 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/incubator-carbondata/pull/880 update code for compact Description: Just update some code of compaction in order to improve code style and remove unnecessary operation. You can merge this pull

[jira] [Created] (CARBONDATA-1021) Update compact for code style and unne

2017-05-04 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-1021: Summary: Update compact for code style and unne Key: CARBONDATA-1021 URL: https://issues.apache.org/jira/browse/CARBONDATA-1021 Project: CarbonData Issue

[jira] [Assigned] (CARBONDATA-1021) Update compact for code style and unnecessary operation

2017-05-04 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu reassigned CARBONDATA-1021: Assignee: chenerlu Request participants

[GitHub] incubator-carbondata issue #866: [CARBONDATA-986] Update examples for code s...

2017-04-27 Thread chenerlu
Github user chenerlu commented on the issue: https://github.com/apache/incubator-carbondata/pull/866 @jackylk @chenliang613 , pls help to review and merge this PR~ --- 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

[GitHub] incubator-carbondata pull request #866: [CARBONDATA-986] Update examples for...

2017-04-27 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/incubator-carbondata/pull/866 [CARBONDATA-986] Update examples for code style Problem: code style relative problem Solution: Update examples You can merge this pull request into a Git repository

[GitHub] incubator-carbondata pull request #850: [CARBONDATA-986] Add alter table exa...

2017-04-26 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/850#discussion_r113447813 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/AlterTableExample.scala --- @@ -0,0 +1,103

[GitHub] incubator-carbondata pull request #851: [CARBONDATA-987] Can not delete lock...

2017-04-25 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/incubator-carbondata/pull/851 [CARBONDATA-987] Can not delete lock file when drop table Problem: can not delete lock file when drop table in CarbonSessionExample Solution: check file existence

[jira] [Created] (CARBONDATA-987) Can not delete lock file when drop table

2017-04-25 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-987: --- Summary: Can not delete lock file when drop table Key: CARBONDATA-987 URL: https://issues.apache.org/jira/browse/CARBONDATA-987 Project: CarbonData Issue Type

[GitHub] incubator-carbondata pull request #850: [CARBONDATA-986] Add alter table exa...

2017-04-25 Thread chenerlu
GitHub user chenerlu opened a pull request: https://github.com/apache/incubator-carbondata/pull/850 [CARBONDATA-986] Add alter table example Description: Just add alter table example for testing alter table grammar You can merge this pull request into a Git repository by running

[jira] [Created] (CARBONDATA-986) Add alter table example

2017-04-25 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-986: --- Summary: Add alter table example Key: CARBONDATA-986 URL: https://issues.apache.org/jira/browse/CARBONDATA-986 Project: CarbonData Issue Type: Bug

[jira] [Created] (CARBONDATA-964) How Carbon will behave when execute insert operation in abnormal scenarios?

2017-04-20 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-964: --- Summary: How Carbon will behave when execute insert operation in abnormal scenarios? Key: CARBONDATA-964 URL: https://issues.apache.org/jira/browse/CARBONDATA-964

[jira] [Resolved] (CARBONDATA-954) The driverExecutorCacheConfTest failed because of interaction between testcases in CacheProviderTest

2017-04-19 Thread chenerlu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenerlu resolved CARBONDATA-954. - Resolution: Duplicate > The driverExecutorCacheConfTest failed because of interaction betw

<    1   2   3   >