[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114481333 --- Diff: format/src/main/thrift/schema.thrift --- @@ -121,6 +127,24 @@ struct SchemaEvolution{ } /** + * One partition in

[jira] [Created] (CARBONDATA-1013) Unexpected characters displays in results while using join query.

2017-05-02 Thread Vandana Yadav (JIRA)
Vandana Yadav created CARBONDATA-1013: - Summary: Unexpected characters displays in results while using join query. Key: CARBONDATA-1013 URL: https://issues.apache.org/jira/browse/CARBONDATA-1013 P

[GitHub] incubator-carbondata issue #876: [CARBONDATA-935] Define PartitionInfo model

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

[GitHub] incubator-carbondata issue #876: [CARBONDATA-935] Define PartitionInfo model

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

[GitHub] incubator-carbondata pull request #873: [WIP][CARBONDATA-1009] Added check f...

2017-05-02 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/873#discussion_r114474152 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/detailquery/ExpressionWithNullTestCase.scala ---

[GitHub] incubator-carbondata issue #873: [WIP][CARBONDATA-1009] Added check for null...

2017-05-02 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/incubator-carbondata/pull/873 @sounakr Please review 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 project does not have this feat

[GitHub] incubator-carbondata issue #875: [CARBONDATA-999] Fixed the Bucketing Issue ...

2017-05-02 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/incubator-carbondata/pull/875 @bhavya411 Bucketing feature can only work in spark 2.0 and higher versions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Resolved] (CARBONDATA-1011) select * doesn't work after adding column of date type

2017-05-02 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala resolved CARBONDATA-1011. - Resolution: Fixed Fix Version/s: 1.1.0 > select * doesn't work after a

[GitHub] incubator-carbondata pull request #874: [CARBONDATA-1011] Fixed cast excepti...

2017-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/874 --- 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 #874: [CARBONDATA-1011] Fixed cast exception for ...

2017-05-02 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/incubator-carbondata/pull/874 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,

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114468530 --- Diff: format/src/main/thrift/schema.thrift --- @@ -121,6 +127,25 @@ struct SchemaEvolution{ } /** + * One partition in

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114468468 --- Diff: format/src/main/thrift/schema.thrift --- @@ -121,6 +127,25 @@ struct SchemaEvolution{ } /** + * One partition in

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114468427 --- Diff: format/src/main/thrift/schema.thrift --- @@ -121,6 +127,25 @@ struct SchemaEvolution{ } /** + * One partition in

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114468110 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/partition/SinglePartition.java --- @@ -0,0 +1,92 @@ +/* + * L

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114468076 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/partition/SinglePartition.java --- @@ -0,0 +1,92 @@ +/* + * L

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114468043 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/partition/SinglePartition.java --- @@ -0,0 +1,92 @@ +/* + * L

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/876#discussion_r114467968 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/partition/SinglePartition.java --- @@ -0,0 +1,92 @@ +/* + * L

[GitHub] incubator-carbondata issue #876: [CARBONDATA-935] Define PartitionInfo model

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

[GitHub] incubator-carbondata pull request #876: [CARBONDATA-935] Define PartitionInf...

2017-05-02 Thread lionelcao
GitHub user lionelcao opened a pull request: https://github.com/apache/incubator-carbondata/pull/876 [CARBONDATA-935] Define PartitionInfo model Define PartitionInfo model You can merge this pull request into a Git repository by running: $ git pull https://github.com/lionelcao/

[GitHub] incubator-carbondata issue #842: [CARBONDATA-937][WIP] Data loading for part...

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

[GitHub] incubator-carbondata issue #869: [CARBONDATA-1004] Fixed broadcast filter jo...

2017-05-02 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/869 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

[jira] [Comment Edited] (CARBONDATA-999) use carbondata bulket featureļ¼Œbut it doesn't seem to work?

2017-05-02 Thread xuzhiliang (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991993#comment-15991993 ] xuzhiliang edited comment on CARBONDATA-999 at 5/3/17 12:45 AM:

[GitHub] incubator-carbondata issue #852: [WIP] Refactory write step and add ColumnPa...

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

[GitHub] incubator-carbondata issue #875: [CARBONDATA-999] Fixed the Bucketing Issue ...

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

[GitHub] incubator-carbondata pull request #875: [CARBONDATA-999] Fixed the Bucketing...

2017-05-02 Thread bhavya411
GitHub user bhavya411 opened a pull request: https://github.com/apache/incubator-carbondata/pull/875 [CARBONDATA-999] Fixed the Bucketing Issue for Spark 1.6.2 This PR fixes the issue of bucketing for Spark 1.6.2 - Build with spark 1.6.2 successful - Build with Spark 2.1 suce

[GitHub] incubator-carbondata issue #874: [CARBONDATA-1011] Fixed cast exception for ...

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

[jira] [Assigned] (CARBONDATA-1011) select * doesn't work after adding column of date type

2017-05-02 Thread Kunal Kapoor (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kunal Kapoor reassigned CARBONDATA-1011: Assignee: Kunal Kapoor > select * doesn't work after adding column of date typ

[GitHub] incubator-carbondata pull request #874: [CARBONDATA-1011] Fixed cast excepti...

2017-05-02 Thread kunal642
GitHub user kunal642 opened a pull request: https://github.com/apache/incubator-carbondata/pull/874 [CARBONDATA-1011] Fixed cast exception for new column with date datatype Analysis: The date column being added had default value as Integer and it was being cast to long which caused

[GitHub] incubator-carbondata issue #842: [CARBONDATA-937][WIP] Data loading for part...

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

[GitHub] incubator-carbondata issue #852: [WIP] Refactory write step and add ColumnPa...

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

[jira] [Assigned] (CARBONDATA-1012) Decimal value is not supported when we select the Query with integer data type.

2017-05-02 Thread sounak chakraborty (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sounak chakraborty reassigned CARBONDATA-1012: -- Assignee: sounak chakraborty > Decimal value is not supported when

[GitHub] incubator-carbondata issue #873: [WIP][CARBONDATA-1009] Added check for null...

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

[jira] [Created] (CARBONDATA-1012) Decimal value is not supported when we select the Query with integer data type.

2017-05-02 Thread manoj mathpal (JIRA)
manoj mathpal created CARBONDATA-1012: - Summary: Decimal value is not supported when we select the Query with integer data type. Key: CARBONDATA-1012 URL: https://issues.apache.org/jira/browse/CARBONDATA-1012

[GitHub] incubator-carbondata issue #873: [WIP][CARBONDATA-1009] Added check for null...

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

[GitHub] incubator-carbondata pull request #873: [CARBONDATA-1009] Added check for nu...

2017-05-02 Thread kunal642
GitHub user kunal642 opened a pull request: https://github.com/apache/incubator-carbondata/pull/873 [CARBONDATA-1009] Added check for null value in expression result Analysis: If the left expression has null value and the right expression has empty string then the equals method woul

[jira] [Assigned] (CARBONDATA-1009) Select statement is not working with empty string in where clause.

2017-05-02 Thread Kunal Kapoor (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kunal Kapoor reassigned CARBONDATA-1009: Assignee: Kunal Kapoor > Select statement is not working with empty string in

[jira] [Created] (CARBONDATA-1011) select * doesn't work after adding column of date type

2017-05-02 Thread Neha Bhardwaj (JIRA)
Neha Bhardwaj created CARBONDATA-1011: - Summary: select * doesn't work after adding column of date type Key: CARBONDATA-1011 URL: https://issues.apache.org/jira/browse/CARBONDATA-1011 Project: Carb

[GitHub] incubator-carbondata issue #852: [WIP] Refactory write step and add ColumnPa...

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

[GitHub] incubator-carbondata pull request #816: [CARBONDATA-944] Fixed unwanted exce...

2017-05-02 Thread bhavya411
Github user bhavya411 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/816#discussion_r114288845 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala --- @@ -112,7 +112,17 @@ class CarbonSource extends Crea

[jira] [Created] (CARBONDATA-1010) Data loaded differently in Hive & Carbondata because of that comparision failure occurs on Select * statement

2017-05-02 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-1010: - Summary: Data loaded differently in Hive & Carbondata because of that comparision failure occurs on Select * statement Key: CARBONDATA-1010 URL: https://issues.apache.org/jira/b

[jira] [Created] (CARBONDATA-1009) Select statement is not working with empty string in where clause.

2017-05-02 Thread manoj mathpal (JIRA)
manoj mathpal created CARBONDATA-1009: - Summary: Select statement is not working with empty string in where clause. Key: CARBONDATA-1009 URL: https://issues.apache.org/jira/browse/CARBONDATA-1009