[10/26] carbondata git commit: [CARBONDATA-3117] Rearrange the projection list in the Scan

2018-11-30 Thread ravipesala
[CARBONDATA-3117] Rearrange the projection list in the Scan Rearrange the projection list in the Scan with respect to the requested projection columns from the query This closes #2933 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit:

[22/26] carbondata git commit: [Documentation] Editorial review

2018-11-30 Thread ravipesala
[Documentation] Editorial review Corrected spelling mistakes and grammer This closes #2965 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/d28f87c2 Tree:

[02/26] carbondata git commit: [CARBONDATA-3134] fixed null values when cachelevel is set as blocklet

2018-11-30 Thread ravipesala
[CARBONDATA-3134] fixed null values when cachelevel is set as blocklet Problem: For each blocklet an object of SegmentPropertiesAndSchemaHolder is created to store the schema used for query. This object is created only if no other blocklet has the same schema. To check the schema we are

[17/26] carbondata git commit: [DOCUMENT] Added filter push handling parameter in documents.

2018-11-30 Thread ravipesala
[DOCUMENT] Added filter push handling parameter in documents. Added filter push handling parameter in documents This closes #2957 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/2036dc07 Tree:

Jenkins build is back to stable : carbondata-master-spark-2.1 » Apache CarbonData :: Processing #3198

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is still unstable: carbondata-master-spark-2.2 » Apache CarbonData :: Spark Common Test #1332

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.1 » Apache CarbonData :: Processing #3197

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.1 #3197

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.1 #3198

2018-11-30 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-3119] Fixing the getOrCreateCarbonSession method parameter to an empty string

2018-11-30 Thread zhangzc
Repository: carbondata Updated Branches: refs/heads/master 4554d191b -> 382ce430a [CARBONDATA-3119] Fixing the getOrCreateCarbonSession method parameter to an empty string Fixing the getOrCreateCarbonSession method parameter to an empty string causes the select table data to be empty

[06/26] carbondata git commit: [CARBONDATA-3115] Fix CodeGen error in preaggregate table and codegen display issue in oldstores

2018-11-30 Thread ravipesala
[CARBONDATA-3115] Fix CodeGen error in preaggregate table and codegen display issue in oldstores Problem: 1. While querying a preaggregate table, codegen error is displayed. 2. In old stores, code is getting displayed while executing queries. This closes #2939 Project:

[24/26] carbondata git commit: [HOTFIX] Fix ArrayOutOfBound exception when duplicate measure in projection column

2018-11-30 Thread ravipesala
[HOTFIX] Fix ArrayOutOfBound exception when duplicate measure in projection column problem: ArrayOutOfBound exception when duplicate measure in the projection column cause: In query executor, when the reusable buffer is formed. It was considering only the unique values. Need to consider all

[13/26] carbondata git commit: [CARBONDATA-3122]CarbonReader memory leak

2018-11-30 Thread ravipesala
[CARBONDATA-3122]CarbonReader memory leak Issue Detail CarbonReader has List of initialized RecordReader for each Split and each split holds page data till the reference of RecordReader is present in the List . Same is applicable for GC once user comes out from his/her calling method ( not

[01/26] carbondata git commit: [CARBONDATA-3108][CARBONDATA-3044] Fix the error of jvm will crash when CarbonRow use wrong index number in CSDK [Forced Update!]

2018-11-30 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.5 5ab58ec85 -> 920f05749 (forced update) [CARBONDATA-3108][CARBONDATA-3044] Fix the error of jvm will crash when CarbonRow use wrong index number in CSDK 1. fix the error of jvm will crash when CarbonRow use wrong index number in

[26/26] carbondata git commit: [CARBONDATA-3120] Fixed the parent version error in MV module

2018-11-30 Thread ravipesala
[CARBONDATA-3120] Fixed the parent version error in MV module fix carbondata 1.5.1 Datamap's core and plan project, pom.xml version mismatch problem. Update version 1.5.0 to 1.5.1 This closes #2943 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit:

[11/26] carbondata git commit: [CARBONDATA-3101] Fixed dataload failure when a column is dropped and added in partition table

2018-11-30 Thread ravipesala
[CARBONDATA-3101] Fixed dataload failure when a column is dropped and added in partition table Problem: Data load is failing when a column in partition table is dropped and recreated because fieldConverters are created based on schemaOrdinal and this may be different than the order in which

carbondata git commit: [CARBONDATA-3120] Fixed the parent version error in MV module [Forced Update!]

2018-11-30 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.5 920f05749 -> aa70c5bcd (forced update) [CARBONDATA-3120] Fixed the parent version error in MV module fix carbondata 1.5.1 Datamap's core and plan project, pom.xml version mismatch problem. Update version 1.5.0 to 1.5.1 This

Jenkins build is back to stable : carbondata-master-spark-2.2 » Apache CarbonData :: Processing #1332

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is still unstable: carbondata-master-spark-2.2 #1332

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.2 » Apache CarbonData :: Processing #1331

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.2 #1331

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.2 » Apache CarbonData :: Spark Common Test #1331

2018-11-30 Thread Apache Jenkins Server
See

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

2018-11-30 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.5 aa70c5bcd -> 1d1eb7bd6 [maven-release-plugin] prepare release apache-carbondata-1.5.1-rc2 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/1d1eb7bd

[14/26] carbondata git commit: [CARBONDATA-3123] Fixed JVM crash issue with CarbonRecordReader(SDK Reader).

2018-11-30 Thread ravipesala
[CARBONDATA-3123] Fixed JVM crash issue with CarbonRecordReader(SDK Reader). Problem: As CarbonReaderBuilder is executed on the main thread therefore while Reader creation we are setting TaskId to threadlocal. When multiple readers are created using the split API then the TaskID for the last

[16/26] carbondata git commit: [CARBONDATA-3140]Block create like table command in carbon

2018-11-30 Thread ravipesala
[CARBONDATA-3140]Block create like table command in carbon Why this PR? when like table is created using carbon table as source table, and the new table is dropped, it deletes the source table in spark-2.1 and works fine in other. Blocking the create like command for carbon table This closes

[15/26] carbondata git commit: [CARBONDATA-3132]Correct the task disrtibution in case of compaction when the actual block nodes and active nodes are different

2018-11-30 Thread ravipesala
[CARBONDATA-3132]Correct the task disrtibution in case of compaction when the actual block nodes and active nodes are different Why This PR? There is an unequal distribution of tasks during compaction ex: When the load is done using replication factor 2 and all nodes are active and during

[23/26] carbondata git commit: [CARBONDATA-3136] Fix JVM crash with preaggregate datamap when average of decimal column is taken with orderby

2018-11-30 Thread ravipesala
[CARBONDATA-3136] Fix JVM crash with preaggregate datamap when average of decimal column is taken with orderby problem: JVM crash with preaggregate datamap when average of decimal column is taken with orderby. cause: When preparing plan with preaggregate datamap, decimal is cast to double in

[21/26] carbondata git commit: [CARBONDATA-3119] Fixing the getOrCreateCarbonSession method parameter to an empty string

2018-11-30 Thread ravipesala
[CARBONDATA-3119] Fixing the getOrCreateCarbonSession method parameter to an empty string Fixing the getOrCreateCarbonSession method parameter to an empty string causes the select table data to be empty problem: When create carbonSession in this way: [val carbon =

[09/26] carbondata git commit: [Documentation] Local dictionary Data which are not supported float and byte updated in the note Float and Byte data types which are not supported are added to note and

2018-11-30 Thread ravipesala
[Documentation] Local dictionary Data which are not supported float and byte updated in the note Float and Byte data types which are not supported are added to note and formatting issues handled This closes #2805 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit:

[25/26] carbondata git commit: [CARBONDATA-3138] Fix random count mismatch with multi-thread block pruning

2018-11-30 Thread ravipesala
[CARBONDATA-3138] Fix random count mismatch with multi-thread block pruning problem: Random count mismatch in query in multi-thread block-pruning scenario. cause: Existing prune method not meant for multi-threading as synchronization was missing. only in implicit filter scenario, while

[05/26] carbondata git commit: [CARBONDATA-3114]Remove Null Values for a Dictionary_Include Timestamp column for Range Filters

2018-11-30 Thread ravipesala
[CARBONDATA-3114]Remove Null Values for a Dictionary_Include Timestamp column for Range Filters Problem: Null Values are not removed in case of RangeFilters, if column is a dictionary and no_inverted_index timestamp column. Solution: Remove NULL values in case of RangeFilters for such

[03/26] carbondata git commit: [CARBONDATA-3121] Improvement of CarbonReader build time

2018-11-30 Thread ravipesala
[CARBONDATA-3121] Improvement of CarbonReader build time CarbonReader builder is taking huge time. Reason Initialization of ChunkRowIterator is triggering actual I/O operation, and thus huge build time. Solution remove CarbonIterator.hasNext() and CarbonIterator.next() from build. This closes

[07/26] carbondata git commit: [CARBONDATA-2896] Added TestCases for Adaptive encoding

2018-11-30 Thread ravipesala
[CARBONDATA-2896] Added TestCases for Adaptive encoding Test cases added for Adaptive encoding for primitive types. This closes #2849 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/658a37ad Tree:

[18/26] carbondata git commit: [CARBONDATA-3095] Optimize the documentation of SDK/CSDK

2018-11-30 Thread ravipesala
[CARBONDATA-3095] Optimize the documentation of SDK/CSDK Optimize the documentation of SDK/CSDK. 1.correct one error: after split(int maxSplits) of sdk-guide.md, the format has problem because less ` 2.add doc 3.move the order of doc This closes #2915 Project:

[12/26] carbondata git commit: [CARBONDATA-3118] Parallelize block pruning of default datamap in driver for filter query processing

2018-11-30 Thread ravipesala
[CARBONDATA-3118] Parallelize block pruning of default datamap in driver for filter query processing Parallelize block pruning of default datamap in driver for filter query processing Background: We do block pruning for the filter queries at the driver side. In real time big data scenario, we

[20/26] carbondata git commit: [CARBONDATA-3124] Updated log message in UnsafeMemoryManager

2018-11-30 Thread ravipesala
[CARBONDATA-3124] Updated log message in UnsafeMemoryManager This closes #2948 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/5dd242bf Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/5dd242bf Diff:

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

2018-11-30 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.5 1d1eb7bd6 -> 442e2446e [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/442e2446 Tree:

[carbondata] Git Push Summary

2018-11-30 Thread ravipesala
Repository: carbondata Updated Tags: refs/tags/apache-carbondata-1.5.1-rc2 [created] f00829fcb

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

2018-11-30 Thread ravipesala
Author: ravipesala Date: Sat Dec 1 00:49:44 2018 New Revision: 31277 Log: Upload 1.5.1-rc2 Added: dev/carbondata/1.5.1-rc2/ dev/carbondata/1.5.1-rc2/apache-carbondata-1.5.1-source-release.zip (with props) dev/carbondata/1.5.1-rc2/apache-carbondata-1.5.1-source-release.zip.asc

Jenkins build became unstable: carbondata-master-spark-2.2 » Apache CarbonData :: Processing #1327

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.2 #1327

2018-11-30 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-3095] Optimize the documentation of SDK/CSDK

2018-11-30 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master 6e04fe65a -> c55279c5c [CARBONDATA-3095] Optimize the documentation of SDK/CSDK Optimize the documentation of SDK/CSDK. 1.correct one error: after split(int maxSplits) of sdk-guide.md, the format has problem because less ` 2.add doc

Jenkins build became unstable: carbondata-master-spark-2.1 #3193

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.1 » Apache CarbonData :: Processing #3193

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.1 #3194

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.1 » Apache CarbonData :: Processing #3194

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.2 » Apache CarbonData :: Processing #1328

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.2 » Apache CarbonData :: Spark Common Test #1328

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is still unstable: carbondata-master-spark-2.2 #1328

2018-11-30 Thread Apache Jenkins Server
See

carbondata git commit: [Documentation] Editorial review

2018-11-30 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master c55279c5c -> 4705d1a20 [Documentation] Editorial review Corrected spelling mistakes and grammer This closes #2965 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit:

Jenkins build is back to stable : carbondata-master-spark-2.2 » Apache CarbonData :: Spark Common Test #1329

2018-11-30 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.2 #1329

2018-11-30 Thread Apache Jenkins Server
See

carbondata git commit: [HOTFIX] Fix ArrayOutOfBound exception when duplicate measure in projection column

2018-11-30 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master 4705d1a20 -> f52f97ea6 [HOTFIX] Fix ArrayOutOfBound exception when duplicate measure in projection column problem: ArrayOutOfBound exception when duplicate measure in the projection column cause: In query executor, when the