[carbondata] branch master updated: [CARBONDATA-3661] Fix target file size check fail when upload local file to carbon store

2020-01-10 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new e2ddc41 [CARBONDATA-3661] Fix target

[carbondata] branch master updated: [CARBONDATA-3650] Remove file format V1 and V2 reader

2020-01-05 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 5bd345b [CARBONDATA-3650] Remove file

[carbondata] 28/33: [CARBONDATA-3520] CTAS should fail if select query contains duplicate columns

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 21bbc4a5306ff850fcf14b488e4cb0452415213c Author: Indhumathi27 AuthorDate: Mon Sep 16 16:25:03 2019 +0530

[carbondata] 18/33: [CARBONDATA-3506]Fix alter table failures on parition table with hive.metastore.disallow.incompatible.col.type.changes as true

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit ef26a4a0a556d574cc30c74c674234a4564f34c1 Author: akashrn5 AuthorDate: Wed Aug 28 12:05:13 2019 +0530

[carbondata] 31/33: [CARBONDATA-3527] Fix 'String length cannot exceed 32000 characters' issue when load data with 'GLOBAL_SORT' from csv files which include big complex type data

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 93425458a93871fd18b1c3c41da396dbb06c02c8 Author: Zhang Zhichao <441586...@qq.com> AuthorDate: Wed Sep

[carbondata] 15/33: [CARBONDATA-3507] Fix Create Table As Select Failure in Spark-2.3

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit d509cd19e3a9249f18c6b8b0ab2bbe19df017e65 Author: manishnalla1994 AuthorDate: Thu Aug 29 12:00:11 2019 +0530

[carbondata] 22/33: [HOTFIX] fix incorrect word in index-server doc

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 8ffbc1d6afda2ad77efeb738168b972239c89731 Author: lamber-ken <2217232...@qq.com> AuthorDate: Tue Sep 17

[carbondata] 11/33: [CARBONDATA-3497] Support to write long string for streaming table

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 99e0c7cb59fdf9d89a797b1b13923b64639dfc30 Author: Zhang Zhichao <441586...@qq.com> AuthorDate: Tue Aug

[carbondata] 26/33: [HOTFIX] Fix wrong min/max index of measure

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit de81b380b71b111061bf27d8837b50a995631268 Author: QiangCai AuthorDate: Wed Sep 18 21:02:15 2019 +0800

[carbondata] 10/33: [CARBONDATA-3505] Drop database cascade fix

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 2328707b4477a11b7713aee8f123b780ad48cc25 Author: kunal642 AuthorDate: Tue Aug 27 14:49:58 2019 +0530

[carbondata] 30/33: [CARBONDATA-3523] Store data file size into index file

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 49e9ea3c6a75532e4f51d924bce4334687597a9c Author: QiangCai AuthorDate: Tue Aug 13 10:25:31 2019 +0800

[carbondata] 03/33: [CARBONDATA-3493] Initialize Profiler in CarbonEnv

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 90b6c648d3b20e563e685b9aa8c8bafcefbcf3ad Author: akashrn5 AuthorDate: Wed Jul 31 18:54:41 2019 +0530

[carbondata] 01/33: [CARBONDATA-3480] Fixed unnecessary refresh for table by removing modified mdt file

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 56879f747d150f4efae0f2998a38f4297706bc5e Author: kunal642 AuthorDate: Fri Jul 26 14:52:36 2019 +0530

[carbondata] 13/33: [CARBONDATA-3452] dictionary include udf handle all the scenarios

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 6f90b28dd3d3f008f33668884807cc63cb6b5db5 Author: ajantha-bhat AuthorDate: Wed Aug 14 20:36:13 2019 +0530

[carbondata] 23/33: [CARBONDATA-3489] Optimized the comparator instances in sort

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 9e4664742f04b4995bd8a2ecd465e8797ce7c2d2 Author: Vikram Ahuja AuthorDate: Tue Aug 6 12:21:11 2019 +0530

[carbondata] 25/33: [DOC] Update doc for alter sort_columns

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit ab86705f64f460b639e05a110d6a4e13977cc773 Author: QiangCai AuthorDate: Fri Sep 20 09:54:52 2019 +0800

[carbondata] 06/33: [CARBONDATA-3509] Support disable query prefetch by configuration

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 129b1634aa8eab29e6ec75653a9d9bd451d965b1 Author: ajantha-bhat AuthorDate: Fri Aug 30 11:08:09 2019 +0530

[carbondata] 09/33: [CARBONDATA-3502] Select query with UDF having Match expression inside IN expression Fails

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 75e207cf7ac3fa262ba04cc3c8d7f2d902256882 Author: manishnalla1994 AuthorDate: Mon Aug 26 17:25:34 2019 +0530

[carbondata] 27/33: [CARBONDATA-3473] Fix data size calcution of the last column in CarbonCli

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 57309d70d08675c31975d2a60692835e7a6c22cf Author: Manhua AuthorDate: Wed Jul 17 17:39:29 2019 +0800

[carbondata] 20/33: [HOTFIX] fix missing quotation marks in datamap doc

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 204f29047b2685d03f27febcec24095f56053a31 Author: lamber-ken <2217232...@qq.com> AuthorDate: Wed Sep 11

[carbondata] 12/33: [CARBONDATA-3513] fix 'taskNo' exceeding Long.MAX_VALUE issue when execute major compaction

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 41ae280c16905687c7ea08b3cd05acef9e359c26 Author: changchun wang AuthorDate: Thu Sep 5 16:28:41 2019 +0800

[carbondata] 16/33: [CARBONDATA-3508] Support CG datamap pruning fallback while querying

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 0e2d3e20cad0e7032d959c5f9107249eaa258685 Author: shivamasn AuthorDate: Thu Aug 29 11:49:41 2019 +0530

[carbondata] 05/33: [CARBONDATA-3491] Return updated/deleted rows count when execute update/delete sql

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 6c9bbfe8ec5606262b93b101986352578b2b Author: Zhang Zhichao <441586...@qq.com> AuthorDate: Tue Aug

[carbondata] 08/33: [CARBONDATA-3499] Fix insert failure with customFileProvider

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 1943ddae258c754ab11c466557877378fb9a748e Author: ajantha-bhat AuthorDate: Thu Aug 22 17:42:12 2019 +0530

[carbondata] 33/33: [CARBONDATA-3526]Fix cache issue during update and query

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit be9580b5768389d6adf0392fc820fb7e7186bd4c Author: akashrn5 AuthorDate: Thu Sep 12 14:30:48 2019 +0530

[carbondata] 17/33: [HOTFIX] Fix NPE on windows

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 631941b566ba015921ef2cdc89434f35d88aef5f Author: Manhua AuthorDate: Thu Sep 5 21:13:28 2019 +0800

[carbondata] 21/33: [CARBONDATA-3454] optimized index server output for count(*)

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 43a8086e15ec34648c02f9022975e683fc139f25 Author: kunal642 AuthorDate: Thu Jun 27 14:32:11 2019 +0530

[carbondata] 14/33: [CARBONDATA-3495] Fix Insert into Complex data type of Binary failure with Carbon & SparkFileFormat

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 3aea196715a9954e38dccdc50824e8f6a0a75de3 Author: Indhumathi27 AuthorDate: Thu Aug 22 16:01:49 2019 +0530

[carbondata] 24/33: [HOTFIX] Remove duplicate case for BYTE_ARRAY

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 336848365c06cc10d6bb39691b35f657be565c10 Author: Manhua AuthorDate: Fri Sep 20 14:26:48 2019 +0800

[carbondata] 02/33: [CARBONDATA-3494]Fix NullPointerException in drop table and Correct the document formatting

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 7571b99ecb257956a05528a0d2910f66f4fd7daf Author: akashrn5 AuthorDate: Thu Aug 15 17:56:57 2019 +0530

[carbondata] branch branch-1.6 updated (72169e5 -> be9580b)

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git. from 72169e5 [maven-release-plugin] prepare for next development iteration new 56879f7 [CARBONDATA

[carbondata] 19/33: [CARBONDATA-3515] Limit local dictionary size to 16MB and allow configuration.

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit f750b6f210ba87923793631f6b4a2cc4f7dbdd3d Author: ajantha-bhat AuthorDate: Tue Sep 10 10:48:26 2019 +0530

[carbondata] 29/33: [HOTFIX]Update Documentation for MV datamap

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 85dc0304743e74c7abc00d59d4d4b5e5f619d03e Author: Indhumathi27 AuthorDate: Thu Jul 25 17:02:26 2019 +0530

[carbondata] 32/33: [CARBONDATA-3501] Fix update table with varchar column

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 00d2fe930e713958e052e3a738616a852f1dbfe7 Author: Manhua AuthorDate: Wed Sep 25 11:47:01 2019 +0800

[carbondata] 07/33: [HOTFIX] Remove hive-service from carbondata assembly jar

2019-10-03 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit dff8ab38a986b388182a12f60dd4272659e1cbb6 Author: Zhang Zhichao <441586...@qq.com> AuthorDate: Wed Se

svn commit: r35419 - /release/carbondata/1.6.0/

2019-08-28 Thread ravipesala
Author: ravipesala Date: Wed Aug 28 06:24:37 2019 New Revision: 35419 Log: Upload 1.6.0 Added: release/carbondata/1.6.0/ release/carbondata/1.6.0/apache-carbondata-1.6.0-bin-spark2.1.0-hadoop2.7.2.jar (with props) release/carbondata/1.6.0/apache-carbondata-1.6.0-bin-spark2.1.0

[carbondata] branch master updated: [CARBONDATA-3494]Fix NullPointerException in drop table and Correct the document formatting

2019-08-20 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 499489c [CARBONDATA-3494]Fix

[carbondata] branch master updated: [CARBONDATA-3480] Fixed unnecessary refresh for table by removing modified mdt file

2019-08-20 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new a5344df [CARBONDATA-3480] Fixed

[carbondata] branch branch-1.6 updated (79b533f -> a73cadd)

2019-08-12 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git. discard 79b533f [maven-release-plugin] prepare release apache-CarbonData-1.6.0-rc2 This update removed

[carbondata] branch branch-1.6 updated (61a5bd3 -> a73cadd)

2019-08-12 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git. from 61a5bd3 [HOTFIX] Fix dictionary include issue with codegen failure add d5db3f4 [CARBONDATA-3488

[carbondata] branch master updated: [CARBONDATA-3490] Fix concurrent data load failure with carbondata FileNotFound exception

2019-08-12 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new a73cadd [CARBONDATA-3490] Fix

[carbondata] branch branch-1.6 updated (9724fd4 -> 61a5bd3)

2019-08-12 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git. discard 9724fd4 [maven-release-plugin] prepare for next development iteration omit 9ca7891 [maven-release

[carbondata] branch master updated: [HOTFIX] Fix dictionary include issue with codegen failure

2019-08-09 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 61a5bd3 [HOTFIX] Fix dictionary

[carbondata] branch master updated: [CARBONDATA-3482] Fixed NPE in Concurrent query

2019-08-09 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 8f0724e [CARBONDATA-3482] Fixed NPE

[carbondata] branch branch-1.6 updated: [HOTFIX] CLI test case failed during release because of space differences

2019-08-01 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/branch-1.6 by this push: new 917e041 [HOTFIX] CLI test case

[carbondata] branch branch-1.6 updated (6366d9e -> ac2af7c)

2019-07-31 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git. discard 6366d9e [maven-release-plugin] prepare for next development iteration omit 9938633 [maven-release

[carbondata] branch master updated: [HOTFIX] Fix failing CI test cases

2019-07-30 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new ed117f7 [HOTFIX] Fix failing CI test

svn commit: r34885 - in /dev/carbondata/1.6.0-rc1: ./ apache-carbondata-1.6.0-source-release.zip apache-carbondata-1.6.0-source-release.zip.asc apache-carbondata-1.6.0-source-release.zip.sha512

2019-07-15 Thread ravipesala
Author: ravipesala Date: Mon Jul 15 14:02:27 2019 New Revision: 34885 Log: Upload 1.6.0-rc1 Added: dev/carbondata/1.6.0-rc1/ dev/carbondata/1.6.0-rc1/apache-carbondata-1.6.0-source-release.zip (with props) dev/carbondata/1.6.0-rc1/apache-carbondata-1.6.0-source-release.zip.asc

[carbondata] branch branch-1.6 updated: [maven-release-plugin] prepare for next development iteration

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/branch-1.6 by this push: new 6366d9e [maven-release-plugin

[carbondata] annotated tag apache-carbondata-1.6.0-rc1 created (now 04c1e6b)

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to annotated tag apache-carbondata-1.6.0-rc1 in repository https://gitbox.apache.org/repos/asf/carbondata.git. at 04c1e6b (tag) tagging 9938633c6a80407876c7e7fa0ffd455164edff4b (commit

[carbondata] annotated tag apache-carbondata-1.6.0-rc1 deleted (was 68bae63)

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to annotated tag apache-carbondata-1.6.0-rc1 in repository https://gitbox.apache.org/repos/asf/carbondata.git. *** WARNING: tag apache-carbondata-1.6.0-rc1 was deleted! *** tag was 68bae63

[carbondata] annotated tag apache-carbondata-1.6.0-rc1 created (now 68bae63)

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to annotated tag apache-carbondata-1.6.0-rc1 in repository https://gitbox.apache.org/repos/asf/carbondata.git. at 68bae63 (tag) tagging 9938633c6a80407876c7e7fa0ffd455164edff4b (commit

[carbondata] branch branch-1.6 created (now 9938633)

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git. at 9938633 [maven-release-plugin] prepare release apache-carbondata-1.6.0-rc1 This branch includes

[carbondata] 01/01: [maven-release-plugin] prepare release apache-carbondata-1.6.0-rc1

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git commit 9938633c6a80407876c7e7fa0ffd455164edff4b Author: ravipesala AuthorDate: Mon Jul 15 18:14:51 2019 +0530

[carbondata] branch master updated: [CARBONDATA-3460] Fixed EOFException in CarbonScanRDD

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 0902d45 [CARBONDATA-3460] Fixed

[carbondata] branch master updated: [CARBONDATA-3459] Fixed id based distribution for showcache command

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new a682f98 [CARBONDATA-3459] Fixed id

[carbondata] branch master updated: [HOTFIX] Fixed MinMax Based Pruning for Measure column in case of Legacy store

2019-07-15 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new b017253 [HOTFIX] Fixed MinMax Based

[carbondata] branch master updated: [CARBONDATA-3467] Fix count(*) with filter on string column

2019-07-12 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new ebe78dc [CARBONDATA-3467] Fix count

[carbondata] branch master updated: [CARBONDATA-3457][MV] Fix Column not found issue with Query having Cast Expression

2019-07-12 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 771d436 [CARBONDATA-3457][MV] Fix

[carbondata] branch master updated: [CARBONDATA-3456] Fix DataLoading to MV table when Yarn-Application is killed

2019-07-12 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new cdf0594 [CARBONDATA-3456] Fix

svn commit: r34819 - /release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc

2019-07-09 Thread ravipesala
Author: ravipesala Date: Tue Jul 9 16:08:24 2019 New Revision: 34819 Log: Checkin 1.5.4 Added: release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc Added: release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc

svn commit: r34818 - /release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc

2019-07-09 Thread ravipesala
Author: ravipesala Date: Tue Jul 9 16:06:19 2019 New Revision: 34818 Log: Checkin 1.5.4 Removed: release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc

svn commit: r34798 - /release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc

2019-07-08 Thread ravipesala
Author: ravipesala Date: Mon Jul 8 15:56:07 2019 New Revision: 34798 Log: Checkin 1.5.4 Modified: release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc Modified: release/carbondata/1.5.4/apache-carbondata-1.5.4-source-release.zip.asc

[carbondata] branch master updated: [CARBONDATA-3440] Updated alter table DDL to accept upgrade_segments as a compaction type

2019-07-02 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 785cc6c [CARBONDATA-3440] Updated

[carbondata] branch master updated: [CARBONDATA-3398] Handled show cache for index server and MV

2019-06-22 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new f708efb [CARBONDATA-3398] Handled show

[carbondata] branch master updated: [CARBONDATA-3409] Fix Concurrent dataloading Issue with mv

2019-06-05 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 9d02092 [CARBONDATA-3409] Fix

[carbondata] branch master updated: [CARBONDATA-3407]Fix distinct, count, Sum query failure when MV is created on single projection column

2019-06-05 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new b0d5a5c [CARBONDATA-3407]Fix distinct

[carbondata] branch master updated: [CARBONDATA-3404] Support CarbonFile API through FileTypeInterface to use custom FileSystem

2019-06-05 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 85f1b9f [CARBONDATA-3404] Support

[carbondata] branch master updated: [CARBONDATA-3350] Enhance custom compaction to resort old single segment by new sort_columns

2019-06-05 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 6fa7fb4 [CARBONDATA-3350] Enhance

[carbondata] branch master updated: [CARBONDATA-3403]Fix MV is not working for like and filter AND and OR queries

2019-05-31 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 32f5b50 [CARBONDATA-3403]Fix MV

[carbondata] branch master updated: [CARBONDATA-3399] Implement executor id based distribution for indexserver

2019-05-31 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new fa3e392 [CARBONDATA-3399] Implement

[carbondata] annotated tag apache-carbondata-1.5.4 created (now 5a55d9b)

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to annotated tag apache-carbondata-1.5.4 in repository https://gitbox.apache.org/repos/asf/carbondata.git. at 5a55d9b (tag) tagging 1f2e184b81bef4e861b4dd32be94dc50bada6b68 (commit) replaces

[carbondata] annotated tag apache-carbondata-1.5.4-rc1 deleted (was 5a55d9b)

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to annotated tag apache-carbondata-1.5.4-rc1 in repository https://gitbox.apache.org/repos/asf/carbondata.git. *** WARNING: tag apache-carbondata-1.5.4-rc1 was deleted! *** tag was 5a55d9b

svn commit: r34308 - /release/carbondata/1.5.4/

2019-05-29 Thread ravipesala
Author: ravipesala Date: Wed May 29 11:27:17 2019 New Revision: 34308 Log: Checkin 1.5.4 Added: release/carbondata/1.5.4/ release/carbondata/1.5.4/apache-carbondata-1.5.4-bin-spark2.1.0-hadoop2.8.3.jar (with props) release/carbondata/1.5.4/apache-carbondata-1.5.4-bin-spark2.1.0

[carbondata] branch master updated: [CARBONDATA-3402] Fix block complex data type and validate dmproperties for MV

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 1023ba9 [CARBONDATA-3402] Fix block

[carbondata] branch master updated: [CARBONDATA-3393] Merge Index Job Failure should not trigger the merge index job again. Exception should be propagated to the caller.

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 706e8d3 [CARBONDATA-3393] Merge Index

[carbondata] branch master updated: [DOCUMENTATION] Document change for GLOBAL_SORT_PARTITIONS

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 10cbf4e [DOCUMENTATION] Document

[carbondata] branch master updated: [CARBONDATA-3396] Range Compaction Data Mismatch Fix

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new ce40c64 [CARBONDATA-3396] Range

[carbondata] branch master updated: [CARBONDATA-3397]Remove SparkUnknown Expression to Index Server

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 15bae6e [CARBONDATA-3397]Remove

[carbondata] branch master updated: [CARBONDATA-3400] Support IndexSever for Spark-Shell in secure Mode(kerberos)

2019-05-29 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new bf096e1 [CARBONDATA-3400] Support

[carbondata] branch master updated: [CARBONDATA-3364] Support Read from Hive. Queries are giving empty results from hive.

2019-05-28 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new fcca6c5 [CARBONDATA-3364] Support Read

[carbondata] branch master updated: [CARBONDATA-3395] Fix Exception when concurrent readers built with same split object

2019-05-28 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 36ee528 [CARBONDATA-3395] Fix

[carbondata] branch master updated: [HOTFIX]Fix select * failure when MV datamap is enabled

2019-05-28 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new faba657 [HOTFIX]Fix select * failure

[carbondata] branch master updated: [CARBONDATA-3387] Support Partition with MV datamap & Show DataMap Status

2019-05-28 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 51235d4 [CARBONDATA-3387] Support

[carbondata] branch master updated: [CARBONDATA-3392] Make LRU mandatory for index server

2019-05-28 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new df7339c [CARBONDATA-3392] Make LRU

[carbondata] branch master updated: [CARBONDATA-3357] Support TableProperties from single parent table and restrict alter/delete/partition on mv

2019-05-27 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 2a28dba [CARBONDATA-3357] Support

[carbondata] branch master updated: [CARBONDATA-3384] Fix NullPointerException for update/delete using index server

2019-05-27 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new bd16325 [CARBONDATA-3384] Fix

[carbondata] branch master updated: [HOTFIX] exclude logback from arrow dependency

2019-05-21 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new df71291 [HOTFIX] exclude logback from

[carbondata] branch master updated: [CARBONDATA-3303] Fix that MV datamap return wrong results when using coalesce and less groupby columns

2019-05-21 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new a2b7d20 [CARBONDATA-3303] Fix that MV

[carbondata] branch master updated: [CARBONDATA-3309] MV datamap supports Spark 2.1

2019-05-20 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 4d7c8ad [CARBONDATA-3309] MV datamap

[carbondata] branch master updated: [CARBONDATA-3295] Fix that MV datamap throw exception because its rewrite algorithm when query SQL has multiply subquery

2019-05-19 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 789c97e [CARBONDATA-3295] Fix that MV

[carbondata] branch master updated: [CARBONDATA-3294] Fix that MV datamap throw error when using count(1) and case when expression

2019-05-19 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 85ec206 [CARBONDATA-3294] Fix that MV

[carbondata] branch master updated: [CARBONDATA-3291] Fix that MV datamap doesn't take affect when the same table join

2019-05-19 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new 0482983 [CARBONDATA-3291] Fix that MV

[carbondata] branch master updated: [CARBONDATA-3367][CARBONDATA-3368] Fix multiple issues in SDK reader

2019-05-19 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/master by this push: new bd1d774 [CARBONDATA-3367][CARBONDATA

[carbondata] 02/02: [CARBONDATA-3365] Integrate apache arrow vector filling to carbon SDK

2019-05-19 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git commit f5cc9b748830c0251ee70a86aa62d8533762bb87 Author: ajantha-bhat AuthorDate: Tue Feb 26 20:03:41 2019 +0800

[carbondata] branch master updated (894216e -> f5cc9b7)

2019-05-19 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git. from 894216e [CARBONDATA-3386] Concurrent Merge index and query is failing new c85a11f [CARBONDATA-3365

[carbondata] 01/02: [CARBONDATA-3365] Integrate apache arrow vector filling to carbon SDK

2019-05-19 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/carbondata.git commit c85a11f0f900180dcf36976809c3d244fb24c161 Author: kumarvishal09 AuthorDate: Wed Feb 6 18:10:43 2019 +0530

svn commit: r34085 - in /dev/carbondata/1.5.4-rc1: ./ apache-carbondata-1.5.4-source-release.zip apache-carbondata-1.5.4-source-release.zip.asc apache-carbondata-1.5.4-source-release.zip.sha512

2019-05-17 Thread ravipesala
Author: ravipesala Date: Fri May 17 13:40:24 2019 New Revision: 34085 Log: Upload 1.5.4-rc1 Added: dev/carbondata/1.5.4-rc1/ dev/carbondata/1.5.4-rc1/apache-carbondata-1.5.4-source-release.zip (with props) dev/carbondata/1.5.4-rc1/apache-carbondata-1.5.4-source-release.zip.asc

[carbondata] branch branch-1.5 updated: [maven-release-plugin] prepare for next development iteration

2019-05-17 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/carbondata.git The following commit(s) were added to refs/heads/branch-1.5 by this push: new 31a2d14 [maven-release-plugin

[carbondata] annotated tag apache-carbondata-1.5.4-rc1 created (now 5a55d9b)

2019-05-17 Thread ravipesala
This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a change to annotated tag apache-carbondata-1.5.4-rc1 in repository https://gitbox.apache.org/repos/asf/carbondata.git. at 5a55d9b (tag) tagging 1f2e184b81bef4e861b4dd32be94dc50bada6b68 (commit

  1   2   3   4   5   6   7   8   9   10   >