[GitHub] carbondata pull request #1432: [WIP][CARBONDATA-1608]Support Column Comment ...

2017-10-24 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1432 [WIP][CARBONDATA-1608]Support Column Comment for Create Table add column comment during carbon create table and when table is described if comment is not mentioned, default comment will be

[GitHub] carbondata issue #1432: [WIP][CARBONDATA-1608]Support Column Comment for Cre...

2017-10-25 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1432 @manishgupta88 please review ---

[GitHub] carbondata pull request #1435: [WIP]add data size and index size in tabl sta...

2017-10-25 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1435 [WIP]add data size and index size in tabl status file Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] carbondata issue #1435: [WIP]add data size and index size in table status fi...

2017-10-26 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1435 @jackylk please review ---

[GitHub] carbondata issue #1432: [WIP][CARBONDATA-1608]Support Column Comment for Cre...

2017-10-26 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1432 @jackylk please review ---

[GitHub] carbondata pull request #1438: [WIP]insert overwrite fix

2017-10-26 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1438 [WIP]insert overwrite fix Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like

[GitHub] carbondata issue #1432: [WIP][CARBONDATA-1608]Support Column Comment for Cre...

2017-10-26 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1432 @gvramana please review ---

[GitHub] carbondata issue #1435: [WIP][CARBONDATA-1626]add data size and index size i...

2017-10-26 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1435 @gvramana please review ---

[GitHub] carbondata issue #1435: [WIP][CARBONDATA-1626]add data size and index size i...

2017-10-26 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1435 @ravipesala please review ---

[GitHub] carbondata issue #1432: [WIP][CARBONDATA-1608]Support Column Comment for Cre...

2017-10-26 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1432 @ravipesala please review ---

[GitHub] carbondata issue #1438: [WIP][CARBONDATA-1649]insert overwrite fix during jo...

2017-10-27 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1438 @ravipesala @gvramana @QiangCai @manishgupta88 please review this PR ---

[GitHub] carbondata pull request #1435: [CARBONDATA-1626]add data size and index size...

2017-11-05 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1435#discussion_r148957017 --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java --- @@ -1376,6 +1376,32 @@ public static

[GitHub] carbondata pull request #1432: [CARBONDATA-1608]Support Column Comment for C...

2017-11-14 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1432#discussion_r150883724 --- Diff: integration/spark2/src/test/scala/org/apache/carbondata/spark/testsuite/booleantype/BooleanDataTypesInsertTest.scala --- @@ -945,4 +948,41

[GitHub] carbondata pull request #1500: [WIP]Remove spark broadcast for gettting hado...

2017-11-15 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1500 [WIP]Remove spark broadcast for gettting hadoop configurations why? with the new conf set in hadoop conf, after broadcast conf will not get reflected, hence these changes Be sure to

[GitHub] carbondata issue #1500: [CARBONDATA-1717]Remove spark broadcast for gettting...

2017-11-15 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1500 @QiangCai please review ---

[GitHub] carbondata issue #1500: [CARBONDATA-1717]Remove spark broadcast for gettting...

2017-11-15 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1500 @ravipesala @jackylk please review ---

[GitHub] carbondata pull request #1438: [CARBONDATA-1649]insert overwrite fix during ...

2017-11-15 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1438#discussion_r151332421 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/LoadTableCommand.scala --- @@ -186,6 +186,12 @@ case

[GitHub] carbondata issue #1438: [CARBONDATA-1649]insert overwrite fix during job int...

2017-11-15 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1438 @jackylk handled your comment, please review ---

[GitHub] carbondata pull request #1432: [CARBONDATA-1608]Support Column Comment for C...

2017-11-16 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1432#discussion_r151345725 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/parser/CarbonSpark2SqlParser.scala --- @@ -424,11 +424,20 @@ class

[GitHub] carbondata pull request #1432: [CARBONDATA-1608]Support Column Comment for C...

2017-11-16 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1432#discussion_r151345870 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/CarbonDescribeFormattedCommand.scala --- @@ -65,6 +65,7 @@ private

[GitHub] carbondata issue #1500: [CARBONDATA-1717]Remove spark broadcast for gettting...

2017-11-16 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1500 retest sdv pleaase ---

[GitHub] carbondata issue #1500: [CARBONDATA-1717]Remove spark broadcast for gettting...

2017-11-16 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1500 retest this please ---

[GitHub] carbondata pull request #1506: [CARBONDATA-1734] Ignore empty line while rea...

2017-11-16 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1506 [CARBONDATA-1734] Ignore empty line while reading CSV - [ ] Any interfaces changed? - [ ] Any backward compatibility impacted? - [ ] Document update required

[GitHub] carbondata pull request #1507: [CARBONDATA-1326] Fixed high priority findbug...

2017-11-16 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1507 [CARBONDATA-1326] Fixed high priority findbug issue - [ ] Any interfaces changed? - [ ] Any backward compatibility impacted? - [ ] Document update required

[GitHub] carbondata issue #1512: [CARBONDATA-1742] Fix NullPointerException in Segmen...

2017-11-16 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1512 @xubo245 this change is already being handled in #1507 ---

[GitHub] carbondata pull request #1435: [CARBONDATA-1626]add data size and index size...

2017-11-16 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1435#discussion_r151421484 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java --- @@ -606,4 +609,53 @@ public static FileSystem

[GitHub] carbondata pull request #1506: [CARBONDATA-1734] Ignore empty line while rea...

2017-11-17 Thread akashrn5
Github user akashrn5 closed the pull request at: https://github.com/apache/carbondata/pull/1506 ---

[GitHub] carbondata pull request #1524: [CARBONDATA-1762] Remove existing column leve...

2017-11-17 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1524 [CARBONDATA-1762] Remove existing column level dateformat and support dateformat, timestampformat in the load option (1) Remove column level dateformat option (2) Support dateformat and

[GitHub] carbondata pull request #1567: [CARBONDATA-1809]Add create table event

2017-11-25 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1567 [CARBONDATA-1809]Add create table event Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [*] Any interfaces changed

[GitHub] carbondata issue #1567: [CARBONDATA-1809]Add create table event

2017-11-25 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1567 retest this please ---

[GitHub] carbondata pull request #1608: [CARBONDATA-1761]do not change status of segm...

2017-12-04 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1608 [CARBONDATA-1761]do not change status of segment to marked for delete if it is in progress do not change status of segment to marked for delete if it is in progress Be sure to do all

[GitHub] carbondata pull request #1610: [CARBONDATA-1879]do not drop the table if the...

2017-12-04 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1610 [CARBONDATA-1879]do not drop the table if the load, insert or insert overwrite is in progress do not drop the table if the load, insert or insert overwrite is in progress Be sure to

[GitHub] carbondata issue #1608: [CARBONDATA-1761]do not change status of segment dur...

2017-12-04 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1608 @ravipesala handled comments please review ---

[GitHub] carbondata issue #1610: [CARBONDATA-1879][CARBONDATA-1791]do not drop the ta...

2017-12-04 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1610 retest this please ---

[GitHub] carbondata issue #1610: [CARBONDATA-1789][CARBONDATA-1791]do not drop the ta...

2017-12-05 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1610 @ravipesala i have added test case for both scenario ---

[GitHub] carbondata issue #1610: [CARBONDATA-1789][CARBONDATA-1791]do not drop the ta...

2017-12-05 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1610 retest this please ---

[GitHub] carbondata pull request #1615: [CARBONDATA-1592]added new parameters for cre...

2017-12-05 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1615 [CARBONDATA-1592]added new parameters for create and load events added new parameters for create and load events, which will help for some specific validations on table during create and load

[GitHub] carbondata issue #1610: [CARBONDATA-1789][CARBONDATA-1791]do not drop the ta...

2017-12-05 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1610 retest sdv please ---

[GitHub] carbondata issue #1608: [CARBONDATA-1761]do not change status of segment dur...

2017-12-05 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1608 retest this please ---

[GitHub] carbondata issue #1615: [CARBONDATA-1592]added new parameters for create and...

2017-12-05 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1615 handled comment, plesae review @jackylk ---

[GitHub] carbondata pull request #1567: [CARBONDATA-1809]Add create table event

2017-12-06 Thread akashrn5
Github user akashrn5 closed the pull request at: https://github.com/apache/carbondata/pull/1567 ---

[GitHub] carbondata issue #1608: [CARBONDATA-1761]do not change status of segment dur...

2017-12-06 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1608 retest this please ---

[GitHub] carbondata pull request #1615: [CARBONDATA-1592]added new parameters for cre...

2017-12-06 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1615#discussion_r155253089 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/events/CreateTableEvents.scala --- @@ -20,14 +20,16 @@ package

[GitHub] carbondata pull request #1615: [CARBONDATA-1592]added new parameters for cre...

2017-12-06 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1615#discussion_r155267087 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonLoadDataCommand.scala --- @@ -148,7 +148,9

[GitHub] carbondata pull request #1627: [CARBONDATA-1759]make visibility of segments ...

2017-12-06 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1627 [CARBONDATA-1759]make visibility of segments as false eventhough file is not present To take care show segments after clean files operation make visibility of segments as false eventhough

[GitHub] carbondata issue #1627: [CARBONDATA-1759]make visibility of segments as fals...

2017-12-06 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1627 retest sdv please ---

[GitHub] carbondata pull request #1610: [CARBONDATA-1789][CARBONDATA-1791]do not drop...

2017-12-06 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1610#discussion_r155435306 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/concurrent/TestLoadTableConcurrentScenario.scala

[GitHub] carbondata pull request #1637: [CARBONDATA-1876]clean all the InProgress seg...

2017-12-10 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1637 [CARBONDATA-1876]clean all the InProgress segments for all databases during session initialization clean all the InProgress segments for all databases during session initialization

[GitHub] carbondata issue #1627: [CARBONDATA-1759]make visibility of segments as fals...

2017-12-10 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1627 retest this please ---

[GitHub] carbondata issue #1637: [CARBONDATA-1876]clean all the InProgress segments f...

2017-12-10 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1637 retest this please ---

[GitHub] carbondata pull request #1438: [CARBONDATA-1649]insert overwrite fix during ...

2017-12-13 Thread akashrn5
Github user akashrn5 closed the pull request at: https://github.com/apache/carbondata/pull/1438 ---

[GitHub] carbondata pull request #1682: [CARBONDATA-1910]do not allow tupleid, refere...

2017-12-19 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1682 [CARBONDATA-1910]do not allow tupleid, referenceid and positionReference as columns names Be sure to do all of the following checklist to help us incorporate your contribution quickly

[GitHub] carbondata issue #1682: [CARBONDATA-1910]do not allow tupleid, referenceid a...

2017-12-19 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1682 retest this please ---

[GitHub] carbondata issue #1682: [CARBONDATA-1910]do not allow tupleid, referenceid a...

2017-12-19 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1682 retest sdv please ---

[GitHub] carbondata pull request #1687: in the insert into and update flow when stati...

2017-12-19 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1687 in the insert into and update flow when static values are inserted then preferred locations are coming empty in the insert into and update flow when static values are inserted then preferred

[GitHub] carbondata pull request #1688: [CARBONDATA-1916]Correct the database locatio...

2017-12-19 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1688 [CARBONDATA-1916]Correct the database location path during carbon drop database Correct the database location path during carbon drop database when drop database is called, to delete

[GitHub] carbondata pull request #1687: [CARBONDATA-1915]In the insert into and updat...

2017-12-19 Thread akashrn5
Github user akashrn5 closed the pull request at: https://github.com/apache/carbondata/pull/1687 ---

[GitHub] carbondata issue #1688: [CARBONDATA-1916]Correct the database location path ...

2017-12-20 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1688 retest sdv please ---

[GitHub] carbondata pull request #1682: [CARBONDATA-1910]do not allow tupleid, refere...

2017-12-20 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1682#discussion_r158022056 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/iud/UpdateCarbonTableTestCase.scala --- @@ -569,6

[GitHub] carbondata pull request #1682: [CARBONDATA-1910]do not allow tupleid, refere...

2017-12-21 Thread akashrn5
Github user akashrn5 closed the pull request at: https://github.com/apache/carbondata/pull/1682 ---

[GitHub] carbondata pull request #1682: [CARBONDATA-1910]do not allow tupleid, refere...

2017-12-21 Thread akashrn5
GitHub user akashrn5 reopened a pull request: https://github.com/apache/carbondata/pull/1682 [CARBONDATA-1910]do not allow tupleid, referenceid and positionReference as columns names Be sure to do all of the following checklist to help us incorporate your contribution quickly

[GitHub] carbondata issue #1688: [CARBONDATA-1916]Correct the database location path ...

2017-12-21 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1688 retest this please ---

[GitHub] carbondata pull request #1720: [WIP]fix the backword compatibility issue for...

2017-12-22 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1720 [WIP]fix the backword compatibility issue for tableInfo deserialization Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily

[GitHub] carbondata pull request #1688: [CARBONDATA-1916]Correct the database locatio...

2017-12-22 Thread akashrn5
Github user akashrn5 closed the pull request at: https://github.com/apache/carbondata/pull/1688 ---

[GitHub] carbondata pull request #1688: [CARBONDATA-1916]Correct the database locatio...

2017-12-22 Thread akashrn5
GitHub user akashrn5 reopened a pull request: https://github.com/apache/carbondata/pull/1688 [CARBONDATA-1916]Correct the database location path during carbon drop database Correct the database location path during carbon drop database when drop database is called, to

[GitHub] carbondata pull request #1720: [CARBONDATA-1935]fix the backword compatibili...

2017-12-22 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1720#discussion_r158512806 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/datatype/DataTypes.java --- @@ -112,6 +118,40 @@ public static DataType valueOf(int

[GitHub] carbondata pull request #1720: [CARBONDATA-1935]fix the backword compatibili...

2017-12-22 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1720#discussion_r158515688 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java --- @@ -1938,6 +1939,12 @@ public static TableInfo

[GitHub] carbondata issue #1720: [CARBONDATA-1935]fix the backword compatibility issu...

2017-12-22 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1720 retest this please ---

[GitHub] carbondata issue #1720: [CARBONDATA-1935]fix the backword compatibility issu...

2017-12-25 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1720 retest this please ---

[GitHub] carbondata issue #1682: [CARBONDATA-1910]do not allow tupleid, referenceid a...

2017-12-25 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1682 retest this please ---

[GitHub] carbondata issue #1732: [WIP] Fixed select query failure after alter change ...

2017-12-27 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1732 retest this please ---

[GitHub] carbondata issue #1720: [CARBONDATA-1935]fix the backword compatibility issu...

2017-12-27 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1720 retest this please ---

[GitHub] carbondata pull request #1735: [CARBONDATA-1947]fix select * issue after com...

2017-12-28 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1735 [CARBONDATA-1947]fix select * issue after compaction, delete and clean files operation **Problem**: fix select * issue after compaction, delete and clean files operation **Analysis

[GitHub] carbondata issue #1735: [CARBONDATA-1947]fix select * issue after compaction...

2017-12-28 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1735 retest this please ---

[GitHub] carbondata issue #1735: [CARBONDATA-1947]fix select * issue after compaction...

2017-12-28 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1735 retest this please ---

[GitHub] carbondata issue #1720: [CARBONDATA-1935]fix the backword compatibility issu...

2017-12-28 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1720 retest this please ---

[GitHub] carbondata issue #1741: [Carbondata 1951]: Sort Scope displayed multiple tim...

2017-12-29 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1741 this issue will be fixed with #1740 , so you can close this PR ---

[GitHub] carbondata issue #1720: [CARBONDATA-1935]fix the backword compatibility issu...

2018-01-01 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1720 retest this please ---

[GitHub] carbondata issue #1688: [CARBONDATA-1916]Correct the database location path ...

2018-01-02 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1688 retest this please ---

[GitHub] carbondata issue #1688: [CARBONDATA-1916]Correct the database location path ...

2018-01-03 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1688 retest this please ---

[GitHub] carbondata pull request #1766: [WIP]enable hive metastore and test

2018-01-05 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1766 [WIP]enable hive metastore and test Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed

[GitHub] carbondata pull request #1769: [WIP]update table status for failure only aft...

2018-01-06 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1769 [WIP]update table status for failure only after first entry and IndexOutOfBound Fix Be sure to do all of the following checklist to help us incorporate your contribution

[GitHub] carbondata pull request #1793: [CARBONDATA-2021]fix clean up issue when upda...

2018-01-11 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1793 [CARBONDATA-2021]fix clean up issue when update operation is abprutly stopped when delete is success and update is failed while writing status file then a stale carbon data file is created

[GitHub] carbondata pull request #1809: [CARBONDATA-2031] Fix ArrayIndexOutOfBoundExc...

2018-01-15 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1809 [CARBONDATA-2031] Fix ArrayIndexOutOfBoundException when filter query is applied on column where all values are null and column is noinverted index column PROBLEM: Fix

[GitHub] carbondata issue #1793: [CARBONDATA-2021]fix clean up issue when update oper...

2018-01-16 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1793 retest this please ---

[GitHub] carbondata issue #1793: [CARBONDATA-2021]fix clean up issue when update oper...

2018-01-16 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1793 retest sdv please ---

[GitHub] carbondata issue #1809: [CARBONDATA-2031] Fix ArrayIndexOutOfBoundException ...

2018-01-16 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1809 retest this please ---

[GitHub] carbondata pull request #1793: [CARBONDATA-2021]fix clean up issue when upda...

2018-01-17 Thread akashrn5
Github user akashrn5 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1793#discussion_r161996456 --- Diff: core/src/main/java/org/apache/carbondata/core/statusmanager/SegmentUpdateStatusManager.java --- @@ -956,9 +964,16 @@ public UpdateVO

[GitHub] carbondata issue #1793: [CARBONDATA-2021]fix clean up issue when update oper...

2018-01-17 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1793 retest this please ---

[GitHub] carbondata issue #1793: [CARBONDATA-2021]fix clean up issue when update oper...

2018-01-18 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1793 retest sdv please ---

[GitHub] carbondata issue #1793: [CARBONDATA-2021]fix clean up issue when update oper...

2018-01-18 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1793 retest sdv please ---

[GitHub] carbondata pull request #1766: [WIP]enable hive metastore and test

2018-01-18 Thread akashrn5
Github user akashrn5 closed the pull request at: https://github.com/apache/carbondata/pull/1766 ---

[GitHub] carbondata pull request #1838: [CARBONDATA-2060]fix insert overwrite on part...

2018-01-19 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1838 [CARBONDATA-2060]fix insert overwrite on partition table Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: Problem

[GitHub] carbondata issue #1793: [CARBONDATA-2021]fix clean up issue when update oper...

2018-01-21 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1793 retest sdv please ---

[GitHub] carbondata issue #1793: [CARBONDATA-2021]fix clean up issue when update oper...

2018-01-21 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1793 retest this please ---

[GitHub] carbondata pull request #1852: [CARBONDATA-2070]fix create preaggregate on d...

2018-01-23 Thread akashrn5
GitHub user akashrn5 opened a pull request: https://github.com/apache/carbondata/pull/1852 [CARBONDATA-2070]fix create preaggregate on decimal column in hive metastore Problem: when hive metastore is enabled and aggregate table is tried to create on the decimal column of main table

[GitHub] carbondata issue #1838: [CARBONDATA-2060]fix insert overwrite on partition t...

2018-01-23 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1838 retest this please ---

[GitHub] carbondata issue #1852: [CARBONDATA-2070]fix create preaggregate on decimal ...

2018-01-23 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1852 retest this please ---

[GitHub] carbondata issue #1852: [CARBONDATA-2070]fix create preaggregate on decimal ...

2018-01-23 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1852 retest sdv please ---

[GitHub] carbondata issue #1852: [CARBONDATA-2070]fix create preaggregate on decimal ...

2018-01-23 Thread akashrn5
Github user akashrn5 commented on the issue: https://github.com/apache/carbondata/pull/1852 retest this please ---

  1   2   3   4   >