[GitHub] carbondata pull request #1574: [CARBONDATA-1816] Changing BAD_RECORDS_ACTION...

2017-11-28 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1574#discussion_r153428387 --- Diff: integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/AlterTableTestCase.scala

[GitHub] carbondata pull request #1562: [CARBONDATA-1592] Added event listeners

2017-11-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1562#discussion_r153195294 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/LoadTableCommand.scala --- @@ -139,6 +140,15

[GitHub] carbondata issue #1563: [CARBONDATA-1592] Refactored CarbonSession

2017-11-27 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1563 Apart from 1 comment given, LGTM ---

[GitHub] carbondata pull request #1563: [CARBONDATA-1592] Refactored CarbonSession

2017-11-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1563#discussion_r153193171 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonSessionState.scala --- @@ -146,22 +149,31 @@ class

[GitHub] carbondata issue #1562: [CARBONDATA-1592] Added event listeners

2017-11-27 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1562 Apart from 1 comment given, LGTM ---

[GitHub] carbondata pull request #1562: [CARBONDATA-1592] Added event listeners

2017-11-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1562#discussion_r153192273 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/LoadTableCommand.scala --- @@ -139,6 +140,15

[GitHub] carbondata issue #1560: [CARBONDATA-1804] Support Plug-gable File Operations...

2017-11-27 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1560 LGMT ---

[GitHub] carbondata pull request #1416: [WIP] [CARBONDATA-1592] Adding event listener...

2017-11-20 Thread manishgupta88
Github user manishgupta88 closed the pull request at: https://github.com/apache/carbondata/pull/1416 ---

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

2017-11-20 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1416 Code already merged as part of PR #1473 ---

[GitHub] carbondata pull request #1416: [WIP] [CARBONDATA-1592] Adding event listener...

2017-10-23 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1416#discussion_r146236785 --- Diff: integration/spark2/src/main/scala/org/apache/carbondata/events/Events.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

2017-10-23 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1416 @jackylk ..This PR will provide an event listener interface using which you can register the events based on the need of your operations. For example before dropping a table you need

[GitHub] carbondata pull request #1395: [CARBONDATA-1533] Fixed decimal data load fai...

2017-09-28 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1395 [CARBONDATA-1533] Fixed decimal data load fail issue and restricted max characters per column 1. Fixed data load failure when both precision and data falls in integer range for decimal

[GitHub] carbondata pull request #1378: [CARBONDATA-1509] Fixed bug for maintaining c...

2017-09-22 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1378 [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

[GitHub] carbondata issue #1368: [CARBONDATA-1486] Fixed issue of table status updati...

2017-09-20 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1368 retest this please ---

[GitHub] carbondata issue #1373: [CARBONDATA-1490] Fixed memory allocation for carbon...

2017-09-20 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1373 LGTM ---

[GitHub] carbondata pull request #1368: [CARBONDATA-1486] Fixed issue of table status...

2017-09-19 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1368 [CARBONDATA-1486] Fixed issue of table status updation on insert overwrite failure and exception thrown while deletion of stale folders Issues Fixed as part of this PR: 1. Fixed

[GitHub] carbondata pull request #1352: [CARBONDATA-1174] Streaming Ingestion - schem...

2017-09-15 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1352#discussion_r139074844 --- Diff: core/src/main/java/org/apache/carbondata/core/streaming/CarbonStreamingCommitInfo.java --- @@ -0,0 +1,108 @@ +/* + * Licensed

[GitHub] carbondata pull request #1297: [CARBONDATA-1429] Add a value based compressi...

2017-09-14 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1297#discussion_r138941702 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/UnsafeDecimalColumnPage.java --- @@ -0,0 +1,274

[GitHub] carbondata pull request #1297: [CARBONDATA-1429] Add a value based compressi...

2017-09-14 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1297#discussion_r138941633 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/VarLengthColumnPageBase.java --- @@ -22,21 +22,48 @@ import

[GitHub] carbondata pull request #1297: [CARBONDATA-1429] Add a value based compressi...

2017-09-14 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1297#discussion_r138941549 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/VarLengthColumnPageBase.java --- @@ -22,21 +22,48 @@ import

[GitHub] carbondata issue #1297: [CARBONDATA-1429] Add a value based compression for ...

2017-09-14 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1297 @jackylk ..handled review comments ---

[GitHub] carbondata pull request #1297: [CARBONDATA-1429] Add a value based compressi...

2017-08-31 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1297#discussion_r136260340 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/SafeFixLengthColumnPage.java --- @@ -165,9 +165,28 @@ public double

[GitHub] carbondata issue #1297: [CARBONDATA-1429] Add a value based compression for ...

2017-08-30 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1297 ok to test --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] carbondata pull request #1097: [CARBONDATA-1317] Multiple dictionary files b...

2017-08-29 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r135974069 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/key/DictionaryMessage.java --- @@ -112,20 +110,12 @@ private

[GitHub] carbondata pull request #1297: [WIP] Added a value based compression for dec...

2017-08-29 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1297 [WIP] Added 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

[GitHub] carbondata issue #1213: [CARBONDATA-1342] Fixed bugs for spark conf property...

2017-08-28 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1213 Already merged --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] carbondata pull request #1213: [CARBONDATA-1342] Fixed bugs for spark conf p...

2017-08-28 Thread manishgupta88
Github user manishgupta88 closed the pull request at: https://github.com/apache/carbondata/pull/1213 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] carbondata pull request #1213: [WIP] Fixed bugs for spark conf property and ...

2017-07-30 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1213 [WIP] Fixed bugs for spark conf property and debugging in windows Fixes include: 1. In spark 2, spark conf once set in spark context cannot be modified with the same context again

[GitHub] carbondata pull request #1191: [WIP] Fixed high priority findbug issues in t...

2017-07-21 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1191 [WIP] Fixed high priority findbug issues in the code Fixed high priority findbug issues in the code You can merge this pull request into a Git repository by running: $ git pull

[GitHub] carbondata pull request #1187: [WIP] Modified code to support concurrent dat...

2017-07-19 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1187 [WIP] Modified code to support concurrent data load Modified code to support concurrent data load. Changes done 1. Removed meta.lock file 2. Modified code to add for the new load

[GitHub] carbondata pull request #1166: [CARBONDATA-1305] Add limit for external dict...

2017-07-12 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1166#discussion_r127131222 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonGlobalDictionaryRDD.scala --- @@ -83,7 +84,12 @@ case

[GitHub] carbondata pull request #1166: [CARBONDATA-1305] Add limit for external dict...

2017-07-12 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1166#discussion_r127131068 --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java --- @@ -1308,6 +1308,11 @@ public static

[GitHub] carbondata pull request #1147: [WIP][CARBONDATA-1277] Dictionary generation ...

2017-07-08 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1147 [WIP][CARBONDATA-1277] Dictionary generation failure if there is failure in closing output steam in HDFS Analysis: If there is any failure while closing the output stream of dictionary

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124217843 --- Diff: processing/src/main/java/org/apache/carbondata/processing/newflow/steps/DataWriterProcessorStepImpl.java --- @@ -83,10 +87,20

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124217603 --- Diff: processing/src/main/java/org/apache/carbondata/processing/newflow/converter/impl/DictionaryFieldConverterImpl.java --- @@ -80,11

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124217513 --- Diff: processing/src/main/java/org/apache/carbondata/processing/newflow/AbstractDataLoadProcessorStep.java --- @@ -95,6 +96,18 @@ public

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124216697 --- Diff: processing/src/main/java/org/apache/carbondata/processing/datatypes/PrimitiveDataType.java --- @@ -141,11 +147,12 @@ public

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124216604 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala --- @@ -358,7 +358,17 @@ case class

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124215370 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala --- @@ -358,7 +358,17 @@ case class

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124214779 --- Diff: integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -640,7 +640,16 @@ object

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124213355 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -1099,15 +1099,18 @@ object

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124213243 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -808,10 +808,10 @@ object

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124213032 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/GlobalDictionaryUtil.scala --- @@ -867,6 +868,11 @@ object

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124212817 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonGlobalDictionaryRDD.scala --- @@ -442,7 +456,15 @@ class

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124194927 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala --- @@ -51,7 +51,7 @@ object

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124194537 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/server/DictionaryServer.java --- @@ -146,21 +147,31 @@ public void shutdown

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124194437 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/server/DictionaryServer.java --- @@ -146,21 +147,31 @@ public void shutdown

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124192252 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/key/DictionaryMessage.java --- @@ -55,6 +60,10 @@ public void

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124189008 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/ServerDictionaryGenerator.java --- @@ -64,24 +66,34 @@ public void

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124188911 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/ServerDictionaryGenerator.java --- @@ -64,24 +66,34 @@ public void

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124188774 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/ServerDictionaryGenerator.java --- @@ -64,24 +66,34 @@ public void

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124188599 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/ServerDictionaryGenerator.java --- @@ -40,21 +42,21

[GitHub] carbondata pull request #1097: [WIP] [CARBONDATA-1229] Skip dictionary and d...

2017-06-27 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1097#discussion_r124188452 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/generator/ServerDictionaryGenerator.java --- @@ -40,21 +42,21

[GitHub] carbondata pull request #1032: [CARBONDATA-1149] Fixed range info overlappin...

2017-06-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1032#discussion_r124182621 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala --- @@ -288,6 +297,69 @@ object CommonUtil

[GitHub] carbondata pull request #1080: [CARBONDATA-1217] Failure in data load when w...

2017-06-23 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1080 [CARBONDATA-1217] Failure in data load when we first load the bad record and then valid record and bad record action is set to Fail Problem: Failure in data load when we first load

[GitHub] carbondata pull request #1032: [CARBONDATA-1149] Fixed range info overlappin...

2017-06-22 Thread manishgupta88
Github user manishgupta88 closed the pull request at: https://github.com/apache/carbondata/pull/1032 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] carbondata pull request #1032: [CARBONDATA-1149] Fixed range info overlappin...

2017-06-22 Thread manishgupta88
GitHub user manishgupta88 reopened a pull request: https://github.com/apache/carbondata/pull/1032 [CARBONDATA-1149] Fixed range info overlapping values issue Fixed range info overlapping values issue. Added data type based validation for sorting range info values for checking

[GitHub] carbondata issue #1074: [CARBONDATA-1212] Memory leak in case of compaction ...

2017-06-21 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/1074 @jackylk ...handled review comment...please check --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] carbondata pull request #1074: [CARBONDATA-1212] Memory leak in case of comp...

2017-06-21 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1074 [CARBONDATA-1212] Memory leak in case of compaction when unsafe is true Problem: Memory leak in case of compaction when unsafe is true Analysis: In case of compaction

[GitHub] carbondata pull request #1032: [WIP] Fixed range info overlapping values iss...

2017-06-14 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/1032 [WIP] Fixed range info overlapping values issue Fixed range info overlapping values issue. Added data type based validation for sorting range info values for checking if there are any

[GitHub] carbondata pull request #1023: [carbondata-1149] Fix issue of mismatch type ...

2017-06-14 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1023#discussion_r121863383 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala --- @@ -179,6 +193,68 @@ object CommonUtil

[GitHub] carbondata pull request #1023: [carbondata-1149] Fix issue of mismatch type ...

2017-06-13 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1023#discussion_r121855817 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala --- @@ -179,6 +193,68 @@ object CommonUtil

[GitHub] carbondata pull request #996: [WIP] Executor lost failure in case of data lo...

2017-06-06 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/996 [WIP] Executor lost failure in case of data load failure due to bad records Problem: Executor lost failure in case of data load failure due to bad records Analysis: In case when

[GitHub] carbondata pull request #978: [CARBONDATA-1109] Acquire semaphore before sub...

2017-06-01 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/978#discussion_r119785140 --- Diff: processing/src/main/java/org/apache/carbondata/processing/store/CarbonFactDataHandlerColumnar.java --- @@ -488,13 +488,19 @@ private

[GitHub] carbondata pull request #981: [CARBONDATA-1111]Improve No dictionary column ...

2017-05-31 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/981#discussion_r119526605 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/executer/ExcludeFilterExecuterImpl.java --- @@ -35,14 +33,19

[GitHub] carbondata pull request #983: [CARBONDATA-1113] Added validation for partiti...

2017-05-31 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/983 [CARBONDATA-1113] Added validation for partition columns Add various validation to partition columns like:- 1. Partition columns cannot be drop using alter command 2. Range

[GitHub] carbondata pull request #970: [CARBONDATA-1104] Query failure while using un...

2017-05-29 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/970 [CARBONDATA-1104] Query failure while using unsafe for query execution numeric data type column specified as sort column Problem: Query failure while using unsafe for query execution

[GitHub] carbondata pull request #952: [CARBONDATA-1094] Wrong results returned by th...

2017-05-25 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/952 [CARBONDATA-1094] Wrong results returned by the query in case inverted index is not created on a column Problem: Wrong results returned by the query in case inverted index is not created

[GitHub] carbondata pull request #922: [CARBONDATA-1062] Data load fails if a column ...

2017-05-17 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/922 [CARBONDATA-1062] Data load fails if a column specified as sort column is of numeric data type Problem: If a numeric data type column is specified as sort column and if it contains non

[GitHub] carbondata pull request #904: [CARBONDATA-1045] Mismatch in message display ...

2017-05-10 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/904 [CARBONDATA-1045] Mismatch in message display with insert and load operation on failure due to bad records in update operation Problem: When bad records action is set to fail and any IUD

[GitHub] incubator-carbondata pull request #841: [CARBONDATA-976] Fixed issue for wro...

2017-04-25 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/841#discussion_r113147895 --- Diff: integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/AddColumnTestCases.scala --- @@ -207,6

<    3   4   5   6   7   8