[1/2] carbondata git commit: Fix Findbugs [Forced Update!]

2017-09-01 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 770e5f46b -> baca6f925 (forced update) Fix Findbugs This closes #1287 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/bb0b3471 Tree: http://git-wip-

[2/2] carbondata git commit: [CARBONDATA-1443] Schema storage has issue while converting table object to json string

2017-09-01 Thread ravipesala
[CARBONDATA-1443] Schema storage has issue while converting table object to json string Every table object converts to json and splits to small splits as there is limit in hive metastore of 4000. While splitting the json string code has problem so it could not get table and throws NPE This clo

carbondata git commit: [maven-release-plugin] prepare release apache-carbondata-1.2.0-rc1

2017-09-01 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 baca6f925 -> 52984c870 [maven-release-plugin] prepare release apache-carbondata-1.2.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/52984c87 Tr

[carbondata] Git Push Summary

2017-09-01 Thread ravipesala
Repository: carbondata Updated Tags: refs/tags/apache-carbondata-1.2.0-rc1 [created] c67563738

carbondata git commit: [maven-release-plugin] prepare for next development iteration

2017-09-01 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 52984c870 -> fe8867250 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/fe886725 Tree: h

svn commit: r21390 - in /dev/carbondata/1.2.0-rc1: ./ apache-carbondata-1.2.0-source-release.zip apache-carbondata-1.2.0-source-release.zip.asc apache-carbondata-1.2.0-source-release.zip.md5 apache-ca

2017-09-01 Thread ravipesala
Author: ravipesala Date: Fri Sep 1 09:06:54 2017 New Revision: 21390 Log: Upload 1.2.0-rc3 Added: dev/carbondata/1.2.0-rc1/ dev/carbondata/1.2.0-rc1/apache-carbondata-1.2.0-source-release.zip (with props) dev/carbondata/1.2.0-rc1/apache-carbondata-1.2.0-source-release.zip.asc

carbondata git commit: [CARBONDATA-1411][CARBONDATA-1414] Show Segment command gives Null Pointer Exception after updation

2017-09-05 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 04b63af6d -> 08ef3bb53 [CARBONDATA-1411][CARBONDATA-1414] Show Segment command gives Null Pointer Exception after updation This closes #1304 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.a

carbondata git commit: [CARBONDATA-1432] Fixed bug when column name in default.value property is not equal to column name in alter command

2017-09-06 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 08ef3bb53 -> f09dff1b4 [CARBONDATA-1432] Fixed bug when column name in default.value property is not equal to column name in alter command Added exception case when column name in alter table command does not matches with the column

carbondata git commit: [CARBONDATA-1456]Regenerate cached hive results if cluster testcases fail

2017-09-08 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 2d75c4661 -> 0ebdc94cf [CARBONDATA-1456]Regenerate cached hive results if cluster testcases fail This closes #1332 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbond

carbondata git commit: [CARBONDATA-1399]Enable findbugs

2017-09-09 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 0ebdc94cf -> 1852e135a [CARBONDATA-1399]Enable findbugs This closes #1272 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/1852e135 Tree: http://git-wip-

carbondata git commit: [CARBONDATA-1463] CompareTest should validate result size

2017-09-09 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 1852e135a -> a5483e8c5 [CARBONDATA-1463] CompareTest should validate result size CompareTest for spark2.1 should only validate result size instead of result value, because some test case include aggregation on double column which will

carbondata git commit: [CARBONDATA-1451] Removing configuration for number_of_rows_per_blocklet_column_page

2017-09-09 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master a5483e8c5 -> 435ea26eb [CARBONDATA-1451] Removing configuration for number_of_rows_per_blocklet_column_page This closes #1334 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos

carbondata git commit: [CARBONDATA-1420] Fixed bug for creation of partitioned table with date datatype column

2017-09-09 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 435ea26eb -> 252c3e335 [CARBONDATA-1420] Fixed bug for creation of partitioned table with date datatype column Added code to fetch the default date and timestamp format if not specified in carbon.properties. Added exception case when

carbondata git commit: [CARBONDATA-1458] Fixed backward compatibility issue with decimal

2017-09-10 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 4030cfb27 -> 590bbb9b6 [CARBONDATA-1458] Fixed backward compatibility issue with decimal The table loaded in 1.1 version cannot be queried in 1.2 branch as decimal min/max are hard coded to double. This closes #1343 Project: http:/

carbondata git commit: [CARBONDATA-649] fix for update with rand function

2017-09-11 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 590bbb9b6 -> 8b38e0b38 [CARBONDATA-649] fix for update with rand function This closes #1296 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/8b38e0b3 Tre

carbondata git commit: [CARBONDATA-1462]Add an option 'carbon.update.storage.level' to support configuring the storage level when updating data with 'carbon.update.persist.enable'='true'

2017-09-11 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 8b38e0b38 -> 0ab928e9c [CARBONDATA-1462]Add an option 'carbon.update.storage.level' to support configuring the storage level when updating data with 'carbon.update.persist.enable'='true' When updating data with 'carbon.update.persist

carbondata git commit: [CARBONDATA-1470] csv data should not show in error log when data column length is greater than 100000 characters

2017-09-12 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 1551a7c7d -> 33ecca9b7 [CARBONDATA-1470] csv data should not show in error log when data column length is greater than 10 characters Added method to handle TextParsingException and stop the leak of the sensitive data in logs Thi

[3/3] carbondata git commit: [CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features

2017-09-12 Thread ravipesala
[CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features This closes #1293 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/fc39b287 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/t

[1/3] carbondata git commit: [CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features

2017-09-12 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 33ecca9b7 -> fc39b287a http://git-wip-us.apache.org/repos/asf/carbondata/blob/fc39b287/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/GlobalSortTestCase.scala ---

[2/3] carbondata git commit: [CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features

2017-09-12 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/fc39b287/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/DataLoadingIUDTestCase.scala -- diff --git a/integration/spark-common

carbondata git commit: [CARBONDATA-1413]Validate for invalid range info in partition definition

2017-09-12 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master b8ecf8176 -> 9f0ac24d9 [CARBONDATA-1413]Validate for invalid range info in partition definition This closes #1323 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbonda

carbondata git commit: [CARBONDATA-1452] Issue with loading timestamp data beyond cutoff

2017-09-13 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master a8b3face6 -> 2176a2f1d [CARBONDATA-1452] Issue with loading timestamp data beyond cutoff While generating surrogate for timestamp dictionary column, we are casting the value to int. We are considering only the +ve values for generatin

[2/3] carbondata git commit: [CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file

2017-09-13 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/8c1ddbf2/core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/DefaultEncodingFactory.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/datast

[1/3] carbondata git commit: [CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file

2017-09-13 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master b414393be -> 8c1ddbf2a http://git-wip-us.apache.org/repos/asf/carbondata/blob/8c1ddbf2/integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/complexType/TestComplexTypeWithBigArray.scala

[3/3] carbondata git commit: [CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file

2017-09-13 Thread ravipesala
[CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file If there is a big array in input csv file, when loading carbondata table, it may throw ArrayIndexOutOfBoundException because data exceed page size (32000 rows) This PR fixed it by changing complex column encodi

carbondata git commit: [CARBONDATA-1412] - Fixed bug related to incorrect behavior of delete functionality while using segment.starttime before ''

2017-09-14 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master c15a11d08 -> df95547d1 [CARBONDATA-1412] - Fixed bug related to incorrect behavior of delete functionality while using segment.starttime before '' This closes #1316 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Com

carbondata git commit: [CARBONDATA-1408]:Data loading with globalSort is failing in long run

2017-09-14 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master df95547d1 -> b269384d4 [CARBONDATA-1408]:Data loading with globalSort is failing in long run After 437 load, data loading getting failed. On analyzing the root cause it concluded that any new folder is not getting created in temp loca

carbondata git commit: [CARBONDATA-1291]:carbonData query performance improvement when number of carbon blocks are high

2017-09-14 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 642b4bf73 -> 940f4d5e6 [CARBONDATA-1291]:carbonData query performance improvement when number of carbon blocks are high Limit query performance is slow when one load is having around 8400 carbondata files using Spark Distribution Thi

carbondata git commit: [CARBONDATA-1452] Issue with loading timestamp data beyond cutoff

2017-09-15 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 940f4d5e6 -> 8791eabf0 [CARBONDATA-1452] Issue with loading timestamp data beyond cutoff (1)Removed timeValue>=0 condition => this condition will restrict loading proper data when the CARBON_CUTOFF_TIMESTAMP is set before 1970. In thi

carbondata git commit: [CARBONDATA-1348] Sort_Column should not supported for no-dictionary

2017-09-15 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 8791eabf0 -> 302ef2f56 [CARBONDATA-1348] Sort_Column should not supported for no-dictionary Sort_Column should not supported for no dictionary column having numeric data-type and measure column. This closes #1354 Project: http://gi

carbondata git commit: [CARBONDATA-1482] fixed the failing test cases of presto integration

2017-09-15 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 6f204376f -> d60d973df [CARBONDATA-1482] fixed the failing test cases of presto integration 1.builds are passing 2.added dependency for spark guava 3.throw exception in case carbondatastore creator is unable to load the data 4.fixed th

carbondata git commit: [CARBONDATA-1380] Fixed updation of load fail to table status file to make overwrite queries work properly

2017-09-16 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master d60d973df -> de445bb66 [CARBONDATA-1380] Fixed updation of load fail to table status file to make overwrite queries work properly Tablestatus file is not updated when load fails. It should be updated with fail status otherwise overwr

carbondata git commit: [CARBONDATA-1445] Fix update fail when carbon.update.persist.enable'='false'

2017-09-16 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master de445bb66 -> dd42277a0 [CARBONDATA-1445] Fix update fail when carbon.update.persist.enable'='false' The UDF for getting segementid while loading the data is not handled so when it needs to reexecute the rdd when persist enable is fals

[13/51] [abbrv] carbondata git commit: [CARBONDATA-1458] Fixed backward compatibility issue with decimal

2017-09-18 Thread ravipesala
[CARBONDATA-1458] Fixed backward compatibility issue with decimal The table loaded in 1.1 version cannot be queried in 1.2 branch as decimal min/max are hard coded to double. This closes #1343 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/

[45/51] [abbrv] carbondata git commit: [CARBONDATA-1438] Unify the sort column and sort scope in create table command

2017-09-18 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/d3cb6f65/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/GlobalSortTestCase.scala -- diff --git a/integration/spark-common-clu

[51/51] [abbrv] carbondata git commit: [CARBONDATA-1316] Support drop partition function

2017-09-18 Thread ravipesala
[CARBONDATA-1316] Support drop partition function This closes #1317 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/cb51b862 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/cb51b862 Diff: http://git-wip

[37/51] [abbrv] carbondata git commit: [CARBONDATA-1291]:carbonData query performance improvement when number of carbon blocks are high

2017-09-18 Thread ravipesala
[CARBONDATA-1291]:carbonData query performance improvement when number of carbon blocks are high Limit query performance is slow when one load is having around 8400 carbondata files using Spark Distribution This issue came, when number of blocks are high in that case for each block it is listin

[04/51] [abbrv] carbondata git commit: Fix examples metastore issues

2017-09-18 Thread ravipesala
Fix examples metastore issues This closes #1339 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/dc7d5057 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/dc7d5057 Diff: http://git-wip-us.apache.org/repos

[07/51] [abbrv] carbondata git commit: [CARBONDATA-1456]Regenerate cached hive results if cluster testcases fail

2017-09-18 Thread ravipesala
[CARBONDATA-1456]Regenerate cached hive results if cluster testcases fail This closes #1332 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/0ebdc94c Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/0ebdc

[24/51] [abbrv] carbondata git commit: [CARBONDATA-1423] added integration test cases for presto

2017-09-18 Thread ravipesala
[CARBONDATA-1423] added integration test cases for presto This closes #1303 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/b6727d75 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/b6727d75 Diff: http:/

[03/51] [abbrv] carbondata git commit: [CARBONDATA-1461]resolved bug for date and timestamp in hive

2017-09-18 Thread ravipesala
[CARBONDATA-1461]resolved bug for date and timestamp in hive This closes #1338 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/01492fce Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/01492fce Diff: htt

[41/51] [abbrv] carbondata git commit: [CARBONDATA-1482] fixed the failing test cases of presto integration

2017-09-18 Thread ravipesala
[CARBONDATA-1482] fixed the failing test cases of presto integration 1.builds are passing 2.added dependency for spark guava 3.throw exception in case carbondatastore creator is unable to load the data 4.fixed the timestamp issue due to which test cases are failing This closes #1360 Project: ht

[42/51] [abbrv] carbondata git commit: [CARBONDATA-1380] Fixed updation of load fail to table status file to make overwrite queries work properly

2017-09-18 Thread ravipesala
[CARBONDATA-1380] Fixed updation of load fail to table status file to make overwrite queries work properly Tablestatus file is not updated when load fails. It should be updated with fail status otherwise overwrite queries does not work properly. This closes #1256 Project: http://git-wip-us.ap

[30/51] [abbrv] carbondata git commit: [CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file

2017-09-18 Thread ravipesala
[CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file If there is a big array in input csv file, when loading carbondata table, it may throw ArrayIndexOutOfBoundException because data exceed page size (32000 rows) This PR fixed it by changing complex column encodi

[49/51] [abbrv] carbondata git commit: [CARBONDATA-1478] Update compaction documentation

2017-09-18 Thread ravipesala
[CARBONDATA-1478] Update compaction documentation In order to easier to understand, update the description about compaction. This closes #1357 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/fe36e3bc Tree: http://g

[08/51] [abbrv] carbondata git commit: [CARBONDATA-1399]Enable findbugs

2017-09-18 Thread ravipesala
[CARBONDATA-1399]Enable findbugs This closes #1272 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/1852e135 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/1852e135 Diff: http://git-wip-us.apache.org/re

[32/51] [abbrv] carbondata git commit: [CARBONDATA-1472] Optimize memory and fix nosort queries

2017-09-18 Thread ravipesala
[CARBONDATA-1472] Optimize memory and fix nosort queries 1.Use UnsafeManager for dimension chunks as well to avoid leaks 2.Fix filters on nosort columns. 3.Optimize scanRDD This closes #1346 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/rep

[15/51] [abbrv] carbondata git commit: [CARBONDATA-1462]Add an option 'carbon.update.storage.level' to support configuring the storage level when updating data with 'carbon.update.persist.enable'='tru

2017-09-18 Thread ravipesala
[CARBONDATA-1462]Add an option 'carbon.update.storage.level' to support configuring the storage level when updating data with 'carbon.update.persist.enable'='true' When updating data with 'carbon.update.persist.enable'='true'(default), the storage level of dataset is 'MEMORY_AND_DISK', it shoul

[09/51] [abbrv] carbondata git commit: [CARBONDATA-1463] CompareTest should validate result size

2017-09-18 Thread ravipesala
[CARBONDATA-1463] CompareTest should validate result size CompareTest for spark2.1 should only validate result size instead of result value, because some test case include aggregation on double column which will give different result since carbon records are sorted This closes #1341 Project:

[23/51] [abbrv] carbondata git commit: [CARBONDATA-1413]Validate for invalid range info in partition definition

2017-09-18 Thread ravipesala
[CARBONDATA-1413]Validate for invalid range info in partition definition This closes #1323 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/9f0ac24d Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/9f0ac2

[35/51] [abbrv] carbondata git commit: [CARBONDATA-1408]:Data loading with globalSort is failing in long run

2017-09-18 Thread ravipesala
[CARBONDATA-1408]:Data loading with globalSort is failing in long run After 437 load, data loading getting failed. On analyzing the root cause it concluded that any new folder is not getting created in temp location. There's a certain limit based on OS in folder creation. Thus in long run data l

[39/51] [abbrv] carbondata git commit: [CARBONDATA-1348] Sort_Column should not supported for no-dictionary

2017-09-18 Thread ravipesala
[CARBONDATA-1348] Sort_Column should not supported for no-dictionary Sort_Column should not supported for no dictionary column having numeric data-type and measure column. This closes #1354 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/rep

[21/51] [abbrv] carbondata git commit: [CARBONDATA-1446] Fixed Bug for error message on invalid partition id in alter partition command

2017-09-18 Thread ravipesala
[CARBONDATA-1446] Fixed Bug for error message on invalid partition id in alter partition command 1.In alter partition command, if the user has given invalid partition id ( that is, partition id which does not exist ), this case is not handled, and the invalid partition id results in inappropria

[12/51] [abbrv] carbondata git commit: [CARBONDATA-1379] Fixed Date range filter with cast not working

2017-09-18 Thread ravipesala
[CARBONDATA-1379] Fixed Date range filter with cast not working This closes #1254 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/4030cfb2 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/4030cfb2 Diff:

[22/51] [abbrv] carbondata git commit: [DOC] Update installation-guide.md

2017-09-18 Thread ravipesala
[DOC] Update installation-guide.md This closes #1174 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/b8ecf817 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/b8ecf817 Diff: http://git-wip-us.apache.org/

[26/51] [abbrv] carbondata git commit: [CARBONDATA-1452] Issue with loading timestamp data beyond cutoff

2017-09-18 Thread ravipesala
[CARBONDATA-1452] Issue with loading timestamp data beyond cutoff While generating surrogate for timestamp dictionary column, we are casting the value to int. We are considering only the +ve values for generating dictionary, when the value is out of range,overflow occurs and cyclic rotation happ

[31/51] [abbrv] carbondata git commit: [CARBONDATA-1221] Documentation - removed the unused parameter

2017-09-18 Thread ravipesala
[CARBONDATA-1221] Documentation - removed the unused parameter This closes #1282 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/dde2f4cc Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/dde2f4cc Diff: h

[06/51] [abbrv] carbondata git commit: [CARBONDATA-1464] Fixed SparkSessionExample

2017-09-18 Thread ravipesala
[CARBONDATA-1464] Fixed SparkSessionExample Not able to create table from SparkSession because of missing tablePath. This PR generates tablePath from storelocation. This closes #1342 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/

[10/51] [abbrv] carbondata git commit: [CARBONDATA-1451] Removing configuration for number_of_rows_per_blocklet_column_page

2017-09-18 Thread ravipesala
[CARBONDATA-1451] Removing configuration for number_of_rows_per_blocklet_column_page This closes #1334 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/435ea26e Tree: http://git-wip-us.apache.org/repos/asf/carbondat

[48/51] [abbrv] carbondata git commit: [CARBONDATA-1477] Corrected the Bug For Wrong Values Of Date data type in hive

2017-09-18 Thread ravipesala
[CARBONDATA-1477] Corrected the Bug For Wrong Values Of Date data type in hive This closes #1356 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/c2574688 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/

[16/51] [abbrv] carbondata git commit: [CARBONDATA-1469] Optimizations for Presto Integration

2017-09-18 Thread ravipesala
[CARBONDATA-1469] Optimizations for Presto Integration This closes #1348 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/1551a7c7 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/1551a7c7 Diff: http://gi

[40/51] [abbrv] carbondata git commit: [CARBONDATA-1429] Add a value based compression for decimal data type when decimal is stored as Int or Long

2017-09-18 Thread ravipesala
[CARBONDATA-1429] Add a value based compression for decimal data type when decimal is stored as Int or Long Added a value based compression for decimal data type when decimal is stored as Int or Long When decimal precision is <= 9, decimal values are stored in 4 bytes but they are not compress

[05/51] [abbrv] carbondata git commit: [CARBONDATA-1442] Refactored Partition-Guide.md

2017-09-18 Thread ravipesala
[CARBONDATA-1442] Refactored Partition-Guide.md This closes #1310 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/cd2332e5 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/cd2332e5 Diff: http://git-wip-u

[18/51] [abbrv] carbondata git commit: [CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features

2017-09-18 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/fc39b287/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/GlobalSortTestCase.scala -- diff --git a/integration/spark-common-clu

[28/51] [abbrv] carbondata git commit: [CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file

2017-09-18 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/8c1ddbf2/integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/complexType/TestComplexTypeWithBigArray.scala -- diff --git a/integrati

[20/51] [abbrv] carbondata git commit: [CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features

2017-09-18 Thread ravipesala
[CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features This closes #1293 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/fc39b287 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/t

[38/51] [abbrv] carbondata git commit: [CARBONDATA-1452] Issue with loading timestamp data beyond cutoff

2017-09-18 Thread ravipesala
[CARBONDATA-1452] Issue with loading timestamp data beyond cutoff (1)Removed timeValue>=0 condition => this condition will restrict loading proper data when the CARBON_CUTOFF_TIMESTAMP is set before 1970. In this case timeValue will always be < 0 (2) Added test case for the same This closes #13

[01/51] [abbrv] carbondata git commit: [CARBONDATA-1433] Added Vectorized Reader for Presto Integration [Forced Update!]

2017-09-18 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 fe8867250 -> cb51b8621 (forced update) http://git-wip-us.apache.org/repos/asf/carbondata/blob/531dcd23/integration/presto/src/main/scala/org/apache/carbondata/presto/CarbonDictionaryDecodeReadSupport.scala --

[44/51] [abbrv] carbondata git commit: [CARBONDATA-1438] Unify the sort column and sort scope in create table command

2017-09-18 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/d3cb6f65/integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/sortcolumns/TestSortColumns.scala -- diff --git a/integration/spark-common-test/src

[36/51] [abbrv] carbondata git commit: [SDV]Disable tests in other modules except cluster

2017-09-18 Thread ravipesala
[SDV]Disable tests in other modules except cluster This closes #1358 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/642b4bf7 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/642b4bf7 Diff: http://git-wi

[46/51] [abbrv] carbondata git commit: [CARBONDATA-1438] Unify the sort column and sort scope in create table command

2017-09-18 Thread ravipesala
[CARBONDATA-1438] Unify the sort column and sort scope in create table command In order to improve the ease of usage for users, unify the sort column and sort scope in create table command. This closes #1321 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip

[14/51] [abbrv] carbondata git commit: [CARBONDATA-649] fix for update with rand function

2017-09-18 Thread ravipesala
[CARBONDATA-649] fix for update with rand function This closes #1296 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/8b38e0b3 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/8b38e0b3 Diff: http://git-wi

[11/51] [abbrv] carbondata git commit: [CARBONDATA-1420] Fixed bug for creation of partitioned table with date datatype column

2017-09-18 Thread ravipesala
[CARBONDATA-1420] Fixed bug for creation of partitioned table with date datatype column Added code to fetch the default date and timestamp format if not specified in carbon.properties. Added exception case when partition values are not compatible with datatype of partition column. Added test ca

[25/51] [abbrv] carbondata git commit: [CARBONDATA-1471] Replace BigDecimal to double to improve performance

2017-09-18 Thread ravipesala
[CARBONDATA-1471] Replace BigDecimal to double to improve performance While calculating adaptive floating encoding currently it uses BigDecimal for calculations, But it is very slow to use BIgdecimal as it creates many objects of BigDecimals. Alternatively, we can use double to improve the perfo

[19/51] [abbrv] carbondata git commit: [CARBONDATA-1417]Added cluster tests for IUD, batch sort and global sort features

2017-09-18 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/fc39b287/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/DataLoadingIUDTestCase.scala -- diff --git a/integration/spark-common

[33/51] [abbrv] carbondata git commit: [CARBONDATA-1465] resolved bug for hive cant query carbon table when column name is in small letters

2017-09-18 Thread ravipesala
[CARBONDATA-1465] resolved bug for hive cant query carbon table when column name is in small letters 1.Resolved bug for hive can't query carbon when column name is in small letters 2.Corrected the hive guide there is no need of alter table statement to alter location now it is done by CarbonHi

[47/51] [abbrv] carbondata git commit: [CARBONDATA-1425] Inappropriate Exception displays while creating a new partition with incorrect partition type

2017-09-18 Thread ravipesala
[CARBONDATA-1425] Inappropriate Exception displays while creating a new partition with incorrect partition type Change the error content when the range info data mismatch the partition field's data type, the new showing content as below:Data in range info must be the same type with the partitio

[34/51] [abbrv] carbondata git commit: [CARBONDATA-1412] - Fixed bug related to incorrect behavior of delete functionality while using segment.starttime before ''

2017-09-18 Thread ravipesala
[CARBONDATA-1412] - Fixed bug related to incorrect behavior of delete functionality while using segment.starttime before '' This closes #1316 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/df95547d Tree: http://gi

[43/51] [abbrv] carbondata git commit: [CARBONDATA-1445] Fix update fail when carbon.update.persist.enable'='false'

2017-09-18 Thread ravipesala
[CARBONDATA-1445] Fix update fail when carbon.update.persist.enable'='false' The UDF for getting segementid while loading the data is not handled so when it needs to reexecute the rdd when persist enable is false it is not getting tupleId from carbon This closes #1337 Project: http://git-wip-

[02/51] [abbrv] carbondata git commit: [CARBONDATA-1433] Added Vectorized Reader for Presto Integration

2017-09-18 Thread ravipesala
[CARBONDATA-1433] Added Vectorized Reader for Presto Integration This PR is for optimizing the Presto Integration Performance. 1)Added Vectorized Reader for reading the data 2)Used DictionaryBlock for loading the dictionary values. 3) Removed unused code This closes #1307 Project: http://git-

[27/51] [abbrv] carbondata git commit: [CARBONDATA-1117]updated configuration-parameters.md and useful-tips-on-carbondata.md files for SET/RESET

2017-09-18 Thread ravipesala
[CARBONDATA-1117]updated configuration-parameters.md and useful-tips-on-carbondata.md files for SET/RESET This closes #1219 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/b414393b Tree: http://git-wip-us.apache.or

[17/51] [abbrv] carbondata git commit: [CARBONDATA-1470] csv data should not show in error log when data column length is greater than 100000 characters

2017-09-18 Thread ravipesala
[CARBONDATA-1470] csv data should not show in error log when data column length is greater than 10 characters Added method to handle TextParsingException and stop the leak of the sensitive data in logs This closes #1349 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commi

[29/51] [abbrv] carbondata git commit: [CARBONDATA-1400] Fix bug of array column out of bound when writing carbondata file

2017-09-18 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/8c1ddbf2/core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/DefaultEncodingFactory.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/datast

[50/51] [abbrv] carbondata git commit: [CARBONDATA-1316] Support drop partition function

2017-09-18 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/cb51b862/integration/spark2/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestAlterPartitionTable.scala -- diff --git a/integration/spark2/src/test/scala/org/

carbondata git commit: [Release]Add dependency of spark-sql-2.1 to presto as it fails when building using spark-1.6 version.

2017-09-18 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 cb51b8621 -> 8b83f5885 [Release]Add dependency of spark-sql-2.1 to presto as it fails when building using spark-1.6 version. This closes #1366 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wi

carbondata git commit: [maven-release-plugin] prepare release apache-carbondata-1.2.0-rc2

2017-09-18 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 8b83f5885 -> ede03f5c9 [maven-release-plugin] prepare release apache-carbondata-1.2.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/ede03f5c Tr

[carbondata] Git Push Summary

2017-09-18 Thread ravipesala
Repository: carbondata Updated Tags: refs/tags/apache-carbondata-1.2.0-rc2 [created] f33d01822

carbondata git commit: [maven-release-plugin] prepare for next development iteration

2017-09-18 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 ede03f5c9 -> 3b4881f1c [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/3b4881f1 Tree: h

svn commit: r21650 - in /dev/carbondata/1.2.0-rc2: ./ apache-carbondata-1.2.0-source-release.zip apache-carbondata-1.2.0-source-release.zip.asc apache-carbondata-1.2.0-source-release.zip.md5 apache-ca

2017-09-18 Thread ravipesala
Author: ravipesala Date: Mon Sep 18 15:20:30 2017 New Revision: 21650 Log: Upload 1.2.0-rc2 Added: dev/carbondata/1.2.0-rc2/ dev/carbondata/1.2.0-rc2/apache-carbondata-1.2.0-source-release.zip (with props) dev/carbondata/1.2.0-rc2/apache-carbondata-1.2.0-source-release.zip.asc

carbondata git commit: [CARBONDATA-1491] Dictionary_exclude columns are not going into no_dictionary flow

2017-09-20 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master d4eabbe56 -> 1e7da59b4 [CARBONDATA-1491] Dictionary_exclude columns are not going into no_dictionary flow (1) DICTIONARY_EXCLUDE columns are not considered as no_dictionary columns - while parsing we are not setting nodictionary colu

carbondata git commit: [CARBONDATA-1448] fix partitionInfo null issue in CarbonTableInputFormat

2017-09-21 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 1e7da59b4 -> 80fa37c55 [CARBONDATA-1448] fix partitionInfo null issue in CarbonTableInputFormat This closes #1369 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbonda

carbondata git commit: [CARBONDATA-1509] Fixed bug for maintaining compatibility of decimal type with older releases of Carbondata

2017-09-22 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 80fa37c55 -> 7f6b08a2b [CARBONDATA-1509] Fixed bug for maintaining compatibility of decimal type with older releases of Carbondata In old Carbondata releases, precision and scale is not stored for decimal data type and both values ar

[7/7] carbondata git commit: [CARBONDATA-1509] Fixed bug for maintaining compatibility of decimal type with older releases of Carbondata

2017-09-22 Thread ravipesala
[CARBONDATA-1509] Fixed bug for maintaining compatibility of decimal type with older releases of Carbondata In old Carbondata releases, precision and scale is not stored for decimal data type and both values are initialized to -1. In TableSpec.ColumnSpec default values for precision and scale a

[5/7] carbondata git commit: [CARBONDATA-1491] Dictionary_exclude columns are not going into no_dictionary flow

2017-09-22 Thread ravipesala
[CARBONDATA-1491] Dictionary_exclude columns are not going into no_dictionary flow (1) DICTIONARY_EXCLUDE columns are not considered as no_dictionary columns - while parsing we are not setting nodictionary columns. (2) For reconstructing defaultValue for newly added no dictionary measure column

[2/7] carbondata git commit: [CARBONDATA-1450] Support timestamp, int and Long as Dictionary Exclude

2017-09-22 Thread ravipesala
[CARBONDATA-1450] Support timestamp, int and Long as Dictionary Exclude Timestamp column supports 68 years. This PR breaks the limitation of 68 years and can support any time. To be noted, (1) By default timestamp will be no dictionary column that can support any timestamp without limitation

[1/7] carbondata git commit: [CARBONDATA-1450] Support timestamp, int and Long as Dictionary Exclude [Forced Update!]

2017-09-22 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 3b4881f1c -> 7f6b08a2b (forced update) http://git-wip-us.apache.org/repos/asf/carbondata/blob/36ceb59f/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/SortColumnExcudeDictTestCase.sca

[3/7] carbondata git commit: [CARBONDATA-1488] JVM crashes when unsafe columnpage is enabled

2017-09-22 Thread ravipesala
[CARBONDATA-1488] JVM crashes when unsafe columnpage is enabled Fixed capacity size calculation when column value size is larger than initial capacity in this PR. This closes #1370 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/ca

[4/7] carbondata git commit: [CARBONDATA-1490] Fixed memory allocation for carbon row

2017-09-22 Thread ravipesala
[CARBONDATA-1490] Fixed memory allocation for carbon row While creating carbon row the space for measures is assigned based on outputLength and not on measureCount which will tend to allocate more space than is actually needed. outputLength = measureCount + ((noDictCount + complexCount) > 0 ? 1

[6/7] carbondata git commit: [CARBONDATA-1448] fix partitionInfo null issue in CarbonTableInputFormat

2017-09-22 Thread ravipesala
[CARBONDATA-1448] fix partitionInfo null issue in CarbonTableInputFormat This closes #1369 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/80fa37c5 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/80fa37

carbondata git commit: [maven-release-plugin] prepare release apache-carbondata-1.2.0-rc3

2017-09-22 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.2 7f6b08a2b -> 09e07296a [maven-release-plugin] prepare release apache-carbondata-1.2.0-rc3 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/09e07296 Tr

<    8   9   10   11   12   13   14   15   16   17   >