[jira] [Created] (CARBONDATA-366) Incorrect load data behaviour in mentioned scenario

2016-11-02 Thread Ashok Kumar (JIRA)
Ashok Kumar created CARBONDATA-366: -- Summary: Incorrect load data behaviour in mentioned scenario Key: CARBONDATA-366 URL: https://issues.apache.org/jira/browse/CARBONDATA-366 Project: CarbonData

[jira] [Created] (CARBONDATA-365) Compaction fails when table is created with configured block size

2016-11-02 Thread Ashok Kumar (JIRA)
Ashok Kumar created CARBONDATA-365: -- Summary: Compaction fails when table is created with configured block size Key: CARBONDATA-365 URL: https://issues.apache.org/jira/browse/CARBONDATA-365 Project:

[jira] [Created] (CARBONDATA-364) Drop table is behaving inconsistently

2016-11-02 Thread Ashok Kumar (JIRA)
Ashok Kumar created CARBONDATA-364: -- Summary: Drop table is behaving inconsistently Key: CARBONDATA-364 URL: https://issues.apache.org/jira/browse/CARBONDATA-364 Project: CarbonData Issue Ty

Int accepting range of BigInt

2016-11-02 Thread Pallavi Singh
Hi, I would like to know when we execute the query : create table employee(id int, name String) stored by 'carbondata'; the table created is : [image: Inline image 1] the Int is converted into BigInt and Int supports range beyond (-2147483648 to 2147483647) -- Regards | Pallavi Singh

[GitHub] incubator-carbondata pull request #286: [CARBONDATA-350] mv processing/sorta...

2016-11-02 Thread allwefantasy
GitHub user allwefantasy opened a pull request: https://github.com/apache/incubator-carbondata/pull/286 [CARBONDATA-350] mv processing/sortandgroupby/sortdatastep/SortKeyStep to … - No new unit test cases have been added - Just passed existing unit test cases - actio

Discussion:Add support alluxio(tachyon) file system(ecosystem)

2016-11-02 Thread Liang Chen
Hi all For supporting alluxio users to use higher performance file format(CarbonData), and build Apache CarbonData ecosystem, i propose to support alluxio file system.

[GitHub] incubator-carbondata pull request #281: [CARBONDATA-362]Optimize the Paramet...

2016-11-02 Thread lion-x
Github user lion-x closed the pull request at: https://github.com/apache/incubator-carbondata/pull/281 --- 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 pull request #281: [CARBONDATA-362]Optimize the Paramet...

2016-11-02 Thread Hexiaoqiao
Github user Hexiaoqiao commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/281#discussion_r86279989 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -65,7 +65,7 @@ object CarbonDat

[GitHub] incubator-carbondata pull request #285: [WIP]Insert into carbon table featur...

2016-11-02 Thread ashokblend
GitHub user ashokblend opened a pull request: https://github.com/apache/incubator-carbondata/pull/285 [WIP]Insert into carbon table feature Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is fo

[GitHub] incubator-carbondata pull request #284: [WIP]In case while copying store to ...

2016-11-02 Thread ashokblend
GitHub user ashokblend opened a pull request: https://github.com/apache/incubator-carbondata/pull/284 [WIP]In case while copying store to hdfs, if stream didn't closed properly… Be sure to do all of the following to help us incorporate your contribution quickly and easily:

[GitHub] incubator-carbondata pull request #283: [WIP]Pass block size to model during...

2016-11-02 Thread ashokblend
GitHub user ashokblend opened a pull request: https://github.com/apache/incubator-carbondata/pull/283 [WIP]Pass block size to model during compaction. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[GitHub] incubator-carbondata pull request #282: [WIP]When data load and drop is exec...

2016-11-02 Thread ashokblend
GitHub user ashokblend opened a pull request: https://github.com/apache/incubator-carbondata/pull/282 [WIP]When data load and drop is executed concurrently, then even though dr… Be sure to do all of the following to help us incorporate your contribution quickly and easily:

[GitHub] incubator-carbondata pull request #281: [CARBONDATA-362]Optimize the Paramet...

2016-11-02 Thread lion-x
GitHub user lion-x opened a pull request: https://github.com/apache/incubator-carbondata/pull/281 [CARBONDATA-362]Optimize the Parameters Name in CarbonDataRDDFactory.scala # Why raise this PR? changes the name of "hdfsStoreLocation" to "storePath", because not only support hdfs

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

2016-11-02 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/262#discussion_r86214621 --- Diff: integration/spark/src/main/java/org/apache/carbondata/spark/load/CarbonLoaderUtil.java --- @@ -953,66 +959,6 @@ public static void

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

2016-11-02 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/262#discussion_r86211496 --- Diff: core/src/main/java/org/apache/carbondata/scan/filter/FilterExpressionProcessor.java --- @@ -352,4 +354,18 @@ private FilterResolve

[jira] [Created] (CARBONDATA-363) Block loading issue in case of blocklet distribution

2016-11-02 Thread kumar vishal (JIRA)
kumar vishal created CARBONDATA-363: --- Summary: Block loading issue in case of blocklet distribution Key: CARBONDATA-363 URL: https://issues.apache.org/jira/browse/CARBONDATA-363 Project: CarbonData

[GitHub] incubator-carbondata pull request #280: [CARBONDATA-363]fixed block loading ...

2016-11-02 Thread kumarvishal09
GitHub user kumarvishal09 opened a pull request: https://github.com/apache/incubator-carbondata/pull/280 [CARBONDATA-363]fixed block loading issue in case of blocklet distribution **Problem**: In case of blocklet distribution same block is getting loaded multiple times this is becau

[jira] [Created] (CARBONDATA-362) Optimize the parameters' name in CarbonDataRDDFactory.scala

2016-11-02 Thread Liang Chen (JIRA)
Liang Chen created CARBONDATA-362: - Summary: Optimize the parameters' name in CarbonDataRDDFactory.scala Key: CARBONDATA-362 URL: https://issues.apache.org/jira/browse/CARBONDATA-362 Project: CarbonDa

[GitHub] incubator-carbondata pull request #274: [CARBONDATA-355] Remove unnecessary ...

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

[jira] [Created] (CARBONDATA-361) SMALL INT data showing unsupported datatype

2016-11-02 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-361: -- Summary: SMALL INT data showing unsupported datatype Key: CARBONDATA-361 URL: https://issues.apache.org/jira/browse/CARBONDATA-361 Project: CarbonData

[GitHub] incubator-carbondata pull request #275: [CARBONDATA-349][WIP] Support load l...

2016-11-02 Thread Jay357089
GitHub user Jay357089 reopened a pull request: https://github.com/apache/incubator-carbondata/pull/275 [CARBONDATA-349][WIP] Support load local file into carbon table https://issues.apache.org/jira/browse/CARBONDATA-349 You can merge this pull request into a Git repository by runnin

[GitHub] incubator-carbondata pull request #275: [CARBONDATA-349][WIP] Support load l...

2016-11-02 Thread Jay357089
Github user Jay357089 closed the pull request at: https://github.com/apache/incubator-carbondata/pull/275 --- 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] incubator-carbondata pull request #276: [CARBONDATA-356]Remove Two Useless F...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/276 --- 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 pull request #279: [CARBONDATA-328] [Spark] Improve Cod...

2016-11-02 Thread PKOfficial
GitHub user PKOfficial opened a pull request: https://github.com/apache/incubator-carbondata/pull/279 [CARBONDATA-328] [Spark] Improve Code and Fix Warnings [Squashed] Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ]

[GitHub] incubator-carbondata pull request #276: [CARBONDATA-356]Remove Two Useless F...

2016-11-02 Thread lion-x
Github user lion-x commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/276#discussion_r86104485 --- Diff: core/src/main/java/org/apache/carbondata/scan/expression/ExpressionResult.java --- @@ -33,8 +33,7 @@ import org.apache.carbondat

[GitHub] incubator-carbondata pull request #272: [CARBONDATA-353]Update doc for datef...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/272 --- 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 pull request #278: [CARBONDATA-85][WIP] support insert ...

2016-11-02 Thread QiangCai
GitHub user QiangCai opened a pull request: https://github.com/apache/incubator-carbondata/pull/278 [CARBONDATA-85][WIP] support insert into carbon table select from table **1.Support insert into carbon table select from table** **2.Imporve performance of dataframe loading*

[jira] [Created] (CARBONDATA-360) On Dictionary excluded column, condition is not working if value is not in ''

2016-11-02 Thread Krishna Reddy (JIRA)
Krishna Reddy created CARBONDATA-360: Summary: On Dictionary excluded column, condition is not working if value is not in '' Key: CARBONDATA-360 URL: https://issues.apache.org/jira/browse/CARBONDATA-360

[jira] [Created] (CARBONDATA-359) is null & null functions are not working when data fetching from sub query

2016-11-02 Thread Krishna Reddy (JIRA)
Krishna Reddy created CARBONDATA-359: Summary: is null & null functions are not working when data fetching from sub query Key: CARBONDATA-359 URL: https://issues.apache.org/jira/browse/CARBONDATA-359

[jira] [Created] (CARBONDATA-358) Compaction is not working in latest release

2016-11-02 Thread Krishna Reddy (JIRA)
Krishna Reddy created CARBONDATA-358: Summary: Compaction is not working in latest release Key: CARBONDATA-358 URL: https://issues.apache.org/jira/browse/CARBONDATA-358 Project: CarbonData

[GitHub] incubator-carbondata pull request #277: [CARBONDATA-357] Added ValueCompress...

2016-11-02 Thread kunal642
GitHub user kunal642 opened a pull request: https://github.com/apache/incubator-carbondata/pull/277 [CARBONDATA-357] Added ValueCompressionUtilTest Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR tit

[jira] [Created] (CARBONDATA-357) Write unit test for ValueCompressionUtil

2016-11-02 Thread Prabhat Kashyap (JIRA)
Prabhat Kashyap created CARBONDATA-357: -- Summary: Write unit test for ValueCompressionUtil Key: CARBONDATA-357 URL: https://issues.apache.org/jira/browse/CARBONDATA-357 Project: CarbonData

[jira] [Created] (CARBONDATA-356) Remove Two Useless Files ConvertedType.java and QuerySchemaInfo.java

2016-11-02 Thread Lionx (JIRA)
Lionx created CARBONDATA-356: Summary: Remove Two Useless Files ConvertedType.java and QuerySchemaInfo.java Key: CARBONDATA-356 URL: https://issues.apache.org/jira/browse/CARBONDATA-356 Project: CarbonDat

[GitHub] incubator-carbondata pull request #276: [WIP] Remove Two Useless Files Conve...

2016-11-02 Thread lion-x
GitHub user lion-x opened a pull request: https://github.com/apache/incubator-carbondata/pull/276 [WIP] Remove Two Useless Files ConvertedType.java and QuerySchemaInfo.java # Why raise this PR? ## Remove Two Useless Files. core/src/main/java/org/apache/carbondata/core/carbo

[GitHub] incubator-carbondata pull request #268: Add one FAQ in README

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/268 --- 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 pull request #275: [CARBONDATA-349][WIP] Support load l...

2016-11-02 Thread Jay357089
GitHub user Jay357089 opened a pull request: https://github.com/apache/incubator-carbondata/pull/275 [CARBONDATA-349][WIP] Support load local file into carbon table https://issues.apache.org/jira/browse/CARBONDATA-349 You can merge this pull request into a Git repository by running:

Re: List the supported datatypes in carbondata

2016-11-02 Thread Pallavi Singh
As per the previous conversation reply : Following are the supported datatypes in carbon. string,int, integer,tinyint,short,long,bigint,numeric,double,decimal, timestamp,array,struct. Could you please clarify if both int and Integer should be supported ? Using Integer datatype is giving me follow