Re: List the supported datatypes in carbondata

2016-11-04 Thread Ravindra Pesala
Yes,. We need to have a document with the supported datatypes of carbon data. We listed this gap and working towards it. The following are datatypes we should support now. We better follow the datatypes syntax supported by hive as we use there parser. (string, int/integer, smallint, bigint,

Re: List the supported datatypes in carbondata

2016-11-04 Thread cenyuhai
I think we should make it clear that what datatypes are supported in carbondata. these types are confused (int or integer, short or smallint, long or bigint, double or numeric) some datatypes are not supported now, (numeric, integer, short, smallint, long, numeric). We should tell users what

[GitHub] incubator-carbondata pull request #297: [CARBONDATA-284]Fixed compilation an...

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

[GitHub] incubator-carbondata pull request #297: [CARBONDATA-284]Fixed compilation an...

2016-11-04 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/incubator-carbondata/pull/297 [CARBONDATA-284]Fixed compilation and checkstyle issues of PR 208 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-carbondata pull request #208: [CARBONDATA-284] Abstracting index a...

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

[GitHub] incubator-carbondata pull request #296: [CARBONDATA-382]Like Filter Query Op...

2016-11-04 Thread sujith71955
GitHub user sujith71955 opened a pull request: https://github.com/apache/incubator-carbondata/pull/296 [CARBONDATA-382]Like Filter Query Optimization for Dictionary Columns **Like Filter Query Optimization for Dictionary Columns** a) Added pushdown mechanism for the Like filters

[jira] [Created] (CARBONDATA-382) Like Filter Query Optimization for Dictionary Columns

2016-11-04 Thread Sujith (JIRA)
Sujith created CARBONDATA-382: - Summary: Like Filter Query Optimization for Dictionary Columns Key: CARBONDATA-382 URL: https://issues.apache.org/jira/browse/CARBONDATA-382 Project: CarbonData

[GitHub] incubator-carbondata pull request #248: [CARBONDATA-328] Improve Code and Fi...

2016-11-04 Thread PKOfficial
Github user PKOfficial closed the pull request at: https://github.com/apache/incubator-carbondata/pull/248 --- 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] incubator-carbondata pull request #292: [CARBONDATA-375] Dictionary cache no...

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

[GitHub] incubator-carbondata pull request #295: Carbondata 379

2016-11-04 Thread deepakmehra10
GitHub user deepakmehra10 opened a pull request: https://github.com/apache/incubator-carbondata/pull/295 Carbondata 379 Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like:

[GitHub] incubator-carbondata pull request #207: [CARBONDATA-283] VT enhancement for ...

2016-11-04 Thread ManoharVanam
Github user ManoharVanam commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/207#discussion_r86523287 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonTableStatusUtil.java --- @@ -0,0 +1,92 @@ +/* + *

[GitHub] incubator-carbondata pull request #207: [CARBONDATA-283] VT enhancement for ...

2016-11-04 Thread ManoharVanam
Github user ManoharVanam commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/207#discussion_r86523222 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonTableStatusUtil.java --- @@ -0,0 +1,92 @@ +/* + *

[GitHub] incubator-carbondata pull request #294: [CARBONDATA-381] Unnecessary catalog...

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

Re: No error message is shown in drop command when table doesn't exist

2016-11-04 Thread Jay
hi, Swati pls configure hive.exec.drop.ignorenonexistent to false in hive-site.xml, then try again. Regards Jay -- Original -- From: "Swati";; Date: Fri, Nov 4, 2016 04:32 PM To: "dev";

[jira] [Created] (CARBONDATA-381) Unnecessary catalog metadata refresh and array index of bound exception in drop table

2016-11-04 Thread Manish Gupta (JIRA)
Manish Gupta created CARBONDATA-381: --- Summary: Unnecessary catalog metadata refresh and array index of bound exception in drop table Key: CARBONDATA-381 URL: https://issues.apache.org/jira/browse/CARBONDATA-381

No error message is shown in drop command when table doesn't exist

2016-11-04 Thread Swati
When we try to execute query using drop command in beeline then no error message is being displayed even when the table doesn't exist . Although an error message is shown in the log file of thrift server. So our question is, whether an error message should be displayed on beeline or not? --

Re: Int accepting range of BigInt

2016-11-04 Thread Anurag Srivastava
Please find Image. ​ On Fri, Nov 4, 2016 at 1:31 PM, Pallavi Singh wrote: > > ​ > > On Fri, Nov 4, 2016 at 1:28 PM, Sangeeta Gulia > wrote: > >> Please find the image attached. >> >> On Fri, Nov 4, 2016 at 1:24 PM, Pallavi Singh

Re: Int accepting range of BigInt

2016-11-04 Thread Sangeeta Gulia
Please find the image attached. On Fri, Nov 4, 2016 at 1:24 PM, Pallavi Singh wrote: > Please find the image as an attachment > > On Thu, Nov 3, 2016 at 11:06 PM, Kumar Vishal > wrote: > >> Hi Pallavi, >>Currently in carbon

[jira] [Created] (CARBONDATA-380) Invalid output of Count function without arguments

2016-11-04 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-380: -- Summary: Invalid output of Count function without arguments Key: CARBONDATA-380 URL: https://issues.apache.org/jira/browse/CARBONDATA-380 Project:

Re: Int accepting range of BigInt

2016-11-04 Thread Pallavi Singh
Please find the image as an attachment On Thu, Nov 3, 2016 at 11:06 PM, Kumar Vishal wrote: > Hi Pallavi, >Currently in carbon int data type is stored as big int. Can > u please re-upload the image. > > -Regards > Kumar Vishal > > On Thu, Nov 3, 2016

Ambiguous behavior of Joins with ON clause

2016-11-04 Thread prabhatkashyap
Hello, When ever I'm trying to run following query it executes successfully. But when I m trying to run : It gave error Similarly Is working but Not working Please confirm. -- View this message in context:

Use of ANTLR instead of CarbonSqlParser

2016-11-04 Thread Anurag Srivastava
Hi, We are using CarbonSqlParser for parsing the queries but we can use ANTLR for the same. Is there any specific reason for using CarbonSqlParser because as per my concern we could better handle with ANTLR. -- *Thanks* *Anurag Srivastava**Software Consultant* *Knoldus Software LLP* *India

[jira] [Created] (CARBONDATA-379) Test Cases to be added for Scan package under org.apache.carbondata.core

2016-11-04 Thread DEEPAK MEHRA (JIRA)
DEEPAK MEHRA created CARBONDATA-379: --- Summary: Test Cases to be added for Scan package under org.apache.carbondata.core Key: CARBONDATA-379 URL: https://issues.apache.org/jira/browse/CARBONDATA-379

[jira] [Created] (CARBONDATA-378) Long datatype is not working

2016-11-04 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-378: Summary: Long datatype is not working Key: CARBONDATA-378 URL: https://issues.apache.org/jira/browse/CARBONDATA-378 Project: CarbonData Issue Type: Bug

[GitHub] incubator-carbondata pull request #293: [CARBONDATA-374] Support smallint ty...

2016-11-04 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/293#discussion_r86498453 --- Diff: integration/spark/src/test/scala/org/apache/spark/sql/TestCreateTable.scala --- @@ -0,0 +1,30 @@ +/* --- End diff --

[jira] [Created] (CARBONDATA-377) Improve code coverage for Core.Cache.Dictionary

2016-11-04 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-377: -- Summary: Improve code coverage for Core.Cache.Dictionary Key: CARBONDATA-377 URL: https://issues.apache.org/jira/browse/CARBONDATA-377 Project: CarbonData

Re: List of File Formats supported to Load Data

2016-11-04 Thread Ravindra Pesala
Hi, At present we support only CSV type format but it is not limited to only comma(,) delimiter. We can use any delimiter here. And also there is a provision to load data from any datasource using data frame save functionality. Please have a look at writeDataframe method inside ExampleUtils class

Re: Load Array and Struct data into carbon

2016-11-04 Thread Ravindra Pesala
Hi, It is more or less same as how we load data to hive. Please have a look at ComplexTypeExample.scala in examples package. It is self explanatory. Regards, Ravi. On Fri, Nov 4, 2016, 12:31 PM Pallavi Singh wrote: > Hi, > > > Carbon Supports Array and Struct data,

Re: Int accepting range of BigInt

2016-11-04 Thread Pallavi Singh
[image: Inline image 1] please find the image you requested for. On Thu, Nov 3, 2016 at 11:06 PM, Kumar Vishal wrote: > Hi Pallavi, >Currently in carbon int data type is stored as big int. Can > u please re-upload the image. > > -Regards > Kumar Vishal

Re: Int accepting range of BigInt

2016-11-04 Thread manish gupta
Hi Pallavi, This is a bug in the system. We store Int as bigInt but value beyond the integer range should not be allowed for storage in integer datatype column. >From my opinion you can raise a Jira issue for this. Regards Manish Gupta On Thu, Nov 3, 2016 at 11:06 PM, Kumar Vishal

[GitHub] incubator-carbondata pull request #293: [CARBONDATA-374] Support smallint ty...

2016-11-04 Thread cenyuhai
Github user cenyuhai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/293#discussion_r86494087 --- Diff: integration/spark/src/test/scala/org/apache/spark/sql/TestCreateTable.scala --- @@ -0,0 +1,30 @@ +/* --- End diff --