[jira] [Created] (CARBONDATA-390) Float Data Type is Not Working

2016-11-07 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-390: Summary: Float Data Type is Not Working Key: CARBONDATA-390 URL: https://issues.apache.org/jira/browse/CARBONDATA-390 Project: CarbonData Issue Type: Bug

[jira] [Created] (CARBONDATA-386) Write unit test for Util Module

2016-11-07 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-386: -- Summary: Write unit test for Util Module Key: CARBONDATA-386 URL: https://issues.apache.org/jira/browse/CARBONDATA-386 Project: CarbonData Issue

[jira] [Created] (CARBONDATA-387) RLike and REGEXP showing all records in empty regex

2016-11-07 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-387: -- Summary: RLike and REGEXP showing all records in empty regex Key: CARBONDATA-387 URL: https://issues.apache.org/jira/browse/CARBONDATA-387 Project:

Re: Use of ANTLR instead of CarbonSqlParser

2016-11-07 Thread Anurag Srivastava
Hi, We can use ANTLR with Spark1.5/1.6. There is no compatibility issue. We can replace the carbon parser with the ANTLR even when CarbonData is integrated with Spark 1.5/1.6. And when we are integrating with Spark 2.0, not much changes will be required in the ANTLR parser. But, if integration

[GitHub] incubator-carbondata pull request #263: [CARBONDATA-2] Data load integration...

2016-11-07 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/263#discussion_r86929386 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -761,6 +761,11 @@ object

[GitHub] incubator-carbondata pull request #262: [CARBONDATA-308] Use CarbonInputForm...

2016-11-07 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/262#discussion_r86786637 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/datastore/block/Distributable.java --- @@ -16,10 +16,12 @@ */

[GitHub] incubator-carbondata pull request #301: [CARBONDATA-385]Select query in case...

2016-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/301 --- 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

As planed, we are ready to make Apache CarbonData 0.2.0 release:

2016-11-07 Thread Liang Chen
Hi all In 0.2.0 version of CarbonData, there are major performance improvements like blocklets distribution, support BZIP2 compressed files, and so on added to enhance the CarbonData performance significantly. Along with performance improvement, there are new features added to enhance

[GitHub] incubator-carbondata pull request #304: [WIP]Fixed issue with coalasce funct...

2016-11-07 Thread ashokblend
GitHub user ashokblend opened a pull request: https://github.com/apache/incubator-carbondata/pull/304 [WIP]Fixed issue with coalasce function. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[jira] [Created] (CARBONDATA-391) [Documentation] Information missing about how to load data from data source other than CSV

2016-11-07 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-391: -- Summary: [Documentation] Information missing about how to load data from data source other than CSV Key: CARBONDATA-391 URL:

[GitHub] incubator-carbondata pull request #262: [CARBONDATA-308] Use CarbonInputForm...

2016-11-07 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/262#discussion_r86786673 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -311,80 +278,6 @@ private void

[GitHub] incubator-carbondata pull request #300: [CARBONDATA-359]is null & not null f...

2016-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/300 --- 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

[jira] [Created] (CARBONDATA-389) Subquery not working

2016-11-07 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-389: -- Summary: Subquery not working Key: CARBONDATA-389 URL: https://issues.apache.org/jira/browse/CARBONDATA-389 Project: CarbonData Issue Type: Bug

[GitHub] incubator-carbondata pull request #302: [WIP]Remove Useless File CarbonLoadS...

2016-11-07 Thread lion-x
GitHub user lion-x opened a pull request: https://github.com/apache/incubator-carbondata/pull/302 [WIP]Remove Useless File CarbonLoadStatisticsDummy.java # Why raise this PR? Remove Useless File CarbonLoadStatisticsDummy.java # How to test? Pass all test cases.

[jira] [Created] (CARBONDATA-388) Remove Useless File CarbonLoadStatisticsDummy.java

2016-11-07 Thread Lionx (JIRA)
Lionx created CARBONDATA-388: Summary: Remove Useless File CarbonLoadStatisticsDummy.java Key: CARBONDATA-388 URL: https://issues.apache.org/jira/browse/CARBONDATA-388 Project: CarbonData Issue

[GitHub] incubator-carbondata pull request #303: [CARBONDATA-386] Unit test case for ...

2016-11-07 Thread abhisheknoldus
GitHub user abhisheknoldus opened a pull request: https://github.com/apache/incubator-carbondata/pull/303 [CARBONDATA-386] Unit test case for CarbonMetadataUtil,CarbonMergerUtil,DataFileFooterConverter,DataTypeUtil Be sure to do all of the following to help us incorporate your