[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645259 --- Diff: core/src/main/java/org/apache/carbondata/core/util/DataTypeUtil.java --- @@ -417,6 +417,44 @@ public static Object

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645177 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/collector/impl/DictionaryBasedResultCollector.java --- @@ -136,28 +189,81 @@ void

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645154 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/complextypes/PrimitiveQueryType.java --- @@ -146,4 +148,58 @@ public

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645152 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/complextypes/StructQueryType.java --- @@ -109,4 +111,53 @@ public StructQueryType

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645136 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/executor/util/RestructureUtil.java --- @@ -156,8 +162,70 @@ private static boolean

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645133 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/model/QueryModelBuilder.java --- @@ -54,18 +58,134 @@ public QueryModelBuilder

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645110 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/complextypes/ArrayQueryType.java --- @@ -97,4 +99,56 @@ public void

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197645070 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/collector/impl/DictionaryBasedResultCollector.java --- @@ -67,17 +69,38

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197644958 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/CarbonDimension.java --- @@ -51,6 +51,16

[GitHub] carbondata pull request #2396: [CARBONDATA-2606] [Complex DataType Enhanceme...

2018-06-24 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2396#discussion_r197644949 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java --- @@ -665,6 +665,34 @@ public CarbonDimension

[GitHub] carbondata issue #2396: [WIP] Complex data type enhancements

2018-06-21 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2396 Retest this please ---

[GitHub] carbondata pull request #2396: [WIP] Complex data type enhancements

2018-06-21 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2396 [WIP] Complex data type enhancements Complex data type enhancements. (1) Projection push down: (a) Projection push down is handled only for STRUCT data type. (b) Even

[GitHub] carbondata pull request #2349: [CARBONDATA-2552]Fix Data Mismatch for Comple...

2018-05-29 Thread Indhumathi27
Github user Indhumathi27 closed the pull request at: https://github.com/apache/carbondata/pull/2349 ---

[GitHub] carbondata pull request #2349: [CARBONDATA-2552]Fix Data Mismatch for Comple...

2018-05-29 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2349#discussion_r191333564 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/complextypes/PrimitiveQueryType.java --- @@ -95,7 +95,7 @@ public PrimitiveQueryType

[GitHub] carbondata pull request #2349: [CARBONDATA-2552]Fix Data Mismatch for Comple...

2018-05-28 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2349 [CARBONDATA-2552]Fix Data Mismatch for Complex Data type Array of Timestamp with Dictionary Include Fix Data Mismatch for Complex Data type Array and Struct of Timestamp

[GitHub] carbondata issue #2308: [WIP]Adding SDV Testcases for SDKwriter

2018-05-23 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 retest sdv please ---

[GitHub] carbondata issue #2308: [WIP]Adding SDV Testcases for SDKwriter

2018-05-23 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 retest sdv please ---

[GitHub] carbondata issue #2308: [WIP]Adding SDV Testcases for SDKwriter

2018-05-22 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 retest sdv please ---

[GitHub] carbondata issue #2308: [WIP]Adding SDV Testcases for SDKwriter

2018-05-22 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 retest sdv please ---

[GitHub] carbondata issue #2308: [WIP]Adding SDV Testcases for SDKwriter

2018-05-22 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 retest sdv please ---

[GitHub] carbondata issue #2308: [WIP]Adding SDV Testcases for SDKwriter

2018-05-22 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 retest sdv please ---

[GitHub] carbondata issue #2308: [WIP]Adding SDV Testcases for SDKwriter

2018-05-22 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 retest sdv please ---

[GitHub] carbondata pull request #2311: [CARBONDATA-2487] Block filters for lucene wi...

2018-05-18 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2311#discussion_r189421516 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonLateDecodeStrategy.scala --- @@ -479,6 +479,24

[GitHub] carbondata issue #2311: [CARBONDATA-2487] Block filters for lucene with more...

2018-05-18 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2311 Retest this please ---

[GitHub] carbondata pull request #2311: [CARBONDATA-2487] Block filters for lucene wi...

2018-05-18 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2311#discussion_r189231955 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonLateDecodeStrategy.scala --- @@ -479,6 +479,21

[GitHub] carbondata pull request #2311: [CARBONDATA-2487] Block filters for lucene wi...

2018-05-18 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2311#discussion_r189224751 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonLateDecodeStrategy.scala --- @@ -479,6 +479,21

[GitHub] carbondata issue #2308: [CARBONDATA-2481]Adding SDV Testcases for SDKwriter

2018-05-15 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 Retest sdv please ---

[GitHub] carbondata issue #2308: [CARBONDATA-2481]Adding SDV Testcases for SDKwriter

2018-05-15 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2308 Retest this please ---

[GitHub] carbondata pull request #2308: [CARBONDATA-2481]Adding SDV Testcases for SDK...

2018-05-15 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2308 [CARBONDATA-2481]Adding SDV Testcases for SDKwriter - [x] Any interfaces changed? NA - [x] Any backward compatibility impacted? NA - [x] Document

[GitHub] carbondata pull request #2281: [CARBONDATA-2455]To support TEXT_MATCH to sea...

2018-05-10 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2281#discussion_r187273835 --- Diff: datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneDataMapWriter.java --- @@ -278,6 +278,16 @@ private boolean

[GitHub] carbondata pull request #2281: [CARBONDATA-2455]To support TEXT_MATCH to sea...

2018-05-10 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2281#discussion_r187269681 --- Diff: integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/LuceneTestCase.scala --- @@ -110,14

[GitHub] carbondata pull request #2281: [CARBONDATA-2455]To support TEXT_MATCH to sea...

2018-05-10 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2281#discussion_r187269147 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMapSuite.scala --- @@ -733,6

[GitHub] carbondata pull request #2281: [CARBONDATA-2455]To support TEXT_MATCH to sea...

2018-05-08 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2281 [CARBONDATA-2455]To support TEXT_MATCH to search empty string with Wildcard(*) and AND,OR,NOT Filter fix - [x] Any interfaces changed? NA - [x] Any backward

[GitHub] carbondata issue #2225: [CARBONDATA-2396] Add CTAS support for using DataSou...

2018-05-02 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2225 Retest this please ---

[GitHub] carbondata pull request #2260: [CarbonData-2427] Fix SearchMode Serializatio...

2018-05-02 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2260 [CarbonData-2427] Fix SearchMode Serialization Issue during Load - [x] Any interfaces changed? NA - [x] Any backward compatibility impacted? NA - [x

[GitHub] carbondata pull request #2225: [CARBONDATA-2396] Add CTAS support for using ...

2018-05-02 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2225#discussion_r185501934 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/sql/commands/UsingCarbondataSuite.scala --- @@ -69,4 +73,44 @@ class

[GitHub] carbondata pull request #2225: [CARBONDATA-2396] Add CTAS support for using ...

2018-05-02 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2225#discussion_r185494171 --- Diff: integration/spark2/src/main/spark2.1/org/apache/spark/sql/hive/CreateCarbonSourceTableAsSelectCommand.scala --- @@ -0,0 +1,170

[GitHub] carbondata pull request #2225: [CARBONDATA-2396] Add CTAS support for using ...

2018-05-02 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2225#discussion_r185483770 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/DDLStrategy.scala --- @@ -224,15 +224,32 @@ class DDLStrategy

[GitHub] carbondata issue #2225: [CARBONDATA-2396] Create Table As Select Fix with 'u...

2018-05-01 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2225 Retest sdv please ---

[GitHub] carbondata issue #2225: [CARBONDATA-2396] Create Table As Select Fix with 'u...

2018-04-28 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2225 Retest this please ---

[GitHub] carbondata issue #2241: [CARBONDATA-2356] Ignore SDV Load TestCases for Luce...

2018-04-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2241 Retest sdv please ---

[GitHub] carbondata issue #2241: [CARBONDATA-2356] Ignore SDV Load TestCases for Luce...

2018-04-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2241 Retest this please ---

[GitHub] carbondata issue #2225: [CARBONDATA-2396] Create Table As Select Fix with 'u...

2018-04-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2225 Retest this please ---

[GitHub] carbondata issue #2241: [CARBONDATA-2356] Ignore SDV Load TestCases for Luce...

2018-04-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2241 Retest sdv please ---

[GitHub] carbondata issue #2241: [CARBONDATA-2356] Ignore SDV Load TestCases for Luce...

2018-04-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2241 Retest sdv please ---

[GitHub] carbondata issue #2241: [CARBONDATA-2356] Ignore SDV Load TestCases for Luce...

2018-04-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2241 Retest this please ---

[GitHub] carbondata issue #2241: [CARBONDATA-2356] Ignore SDV Load TestCases for Luce...

2018-04-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2241 Retest sdv please ---

[GitHub] carbondata pull request #2241: [CARBONDATA-2356] Remove SDV Load TestCases f...

2018-04-27 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2241 [CARBONDATA-2356] Remove SDV Load TestCases for Lucene - [x] Any interfaces changed? NA - [ ] Any backward compatibility impacted? - [ ] Document update

[GitHub] carbondata issue #2180: [CARBONDATA-2356] Added UT Scenarios for LuceneDataM...

2018-04-26 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2180 Retest this please ---

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-26 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r184353464 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/expression/ColumnExpression.java --- @@ -132,5 +132,8 @@ public void setCarbonColumn

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-25 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r184057789 --- Diff: datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMap.java --- @@ -182,7 +182,7 @@ private String

[GitHub] carbondata pull request #2225: [CARBONDATA-2396] Create Table As Select Fix ...

2018-04-24 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2225 [CARBONDATA-2396] Create Table As Select Fix with 'using carbondata' Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-23 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r183458964 --- Diff: datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMap.java --- @@ -182,7 +182,7 @@ private String

[GitHub] carbondata issue #2180: [CARBONDATA-2356] Added UT Scenarios for LuceneDataM...

2018-04-21 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2180 Retest this please ---

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-21 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r183212273 --- Diff: datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMap.java --- @@ -157,6 +162,14 @@ private String

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-21 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r183212203 --- Diff: datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMap.java --- @@ -157,6 +162,14 @@ private String

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-21 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r183212201 --- Diff: datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMap.java --- @@ -85,6 +85,11

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-21 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r183212178 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMapSuite.scala --- @@ -197,13

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-20 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r183140729 --- Diff: datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMap.java --- @@ -182,7 +182,7 @@ private String

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT Scenarios for Luce...

2018-04-20 Thread Indhumathi27
Github user Indhumathi27 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2180#discussion_r183140665 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/datamap/lucene/LuceneFineGrainDataMapSuite.scala --- @@ -197,13

[GitHub] carbondata issue #2180: [CARBONDATA-2356] Added UT Scenarios for LuceneDataM...

2018-04-20 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2180 Retest this please ---

[GitHub] carbondata issue #2180: [CARBONDATA-2356] Added UT Scenarios for LuceneDataM...

2018-04-19 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2180 Retest this please ---

[GitHub] carbondata issue #2180: [CARBONDATA-2356] Added UT Scenarios for LuceneDataM...

2018-04-19 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2180 Retest this please ---

[GitHub] carbondata issue #2180: [CARBONDATA-2356] Added UT Scenarios for LuceneDataM...

2018-04-19 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2180 Retest this please ---

[GitHub] carbondata pull request #2180: [CARBONDATA-2356] Added UT & SDV Testcases fo...

2018-04-18 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2180 [CARBONDATA-2356] Added UT & SDV Testcases for LuceneDataMap - [X] Any interfaces changed? NA - [X] Any backward compatibility impacted? NA

[GitHub] carbondata pull request #2171: [wip]test lucene sdv and UT in CI

2018-04-18 Thread Indhumathi27
Github user Indhumathi27 closed the pull request at: https://github.com/apache/carbondata/pull/2171 ---

[GitHub] carbondata issue #2171: [wip]test lucene sdv and UT in CI

2018-04-16 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2171 Retest this please ---

[GitHub] carbondata pull request #2171: [wip]test lucene sdv and UT in CI

2018-04-13 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2171 [wip]test lucene sdv and UT in CI 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 #2140: [CARBONDATA-2315] success and failure log fix...

2018-04-05 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2140 [CARBONDATA-2315] success and failure log fixed when no data is loaded into table Success and failure log fixed when no data is loaded into table - [ ] Any interfaces

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 @kunal642 added a test scenario where the same property is added to set command and load command and the load command should have higher priority!! ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest sdv please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest sdv please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest this please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest sdv please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-27 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest sdv please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-26 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest SDV please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-26 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest this please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-26 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest this please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-21 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 retes this please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-19 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest this please ---

[GitHub] carbondata issue #2065: [CARBONDATA-2256] Adding sdv Testcases for SET_Param...

2018-03-19 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2065 Retest this please ---

[GitHub] carbondata pull request #2065: [CARBONDATA-2256] Adding sdv Testcases for SE...

2018-03-14 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/2065 [CARBONDATA-2256] Adding sdv Testcases for SET_Parameter_Dynamically_… …Feature Be sure to do all of the following checklist to help us incorporate your contribution

[GitHub] carbondata pull request #1721: [CARBONDATA-1822] Documentation - Added REFRE...

2017-12-22 Thread Indhumathi27
GitHub user Indhumathi27 opened a pull request: https://github.com/apache/carbondata/pull/1721 [CARBONDATA-1822] Documentation - Added REFRESH TABLE - [ Yes ] Document updated You can merge this pull request into a Git repository by running: $ git pull https://github.com

<    1   2