[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1142 --- 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, or if the feature

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-10 Thread bhavya411
Github user bhavya411 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126392840 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/DictionaryDecodeReadSupport.java --- @@ -0,0 +1,288 @@ +/* + * Licensed

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-10 Thread bhavya411
Github user bhavya411 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126392125 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -444,9 +444,14 @@ protected Expression

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-07 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126274038 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/DictionaryDecodeReadSupport.java --- @@ -0,0 +1,288 @@ +/* + *

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-07 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126273765 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/CarbonHiveRecordReader.java --- @@ -111,58 +108,46 @@ private void

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-07 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126273657 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -444,9 +444,14 @@ protected Expression

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-07 Thread bhavya411
Github user bhavya411 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126119484 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/DictionaryDecodeReadSupport.java --- @@ -0,0 +1,288 @@ +/* + * Licensed

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-07 Thread bhavya411
Github user bhavya411 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126119465 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/DictionaryDecodeReadSupport.java --- @@ -0,0 +1,288 @@ +/* + * Licensed

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-07 Thread bhavya411
Github user bhavya411 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126077264 --- Diff: core/src/main/java/org/apache/carbondata/core/stats/QueryStatisticsRecorderImpl.java --- @@ -101,45 +101,47 @@ public String

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-06 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126070302 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/DictionaryDecodeReadSupport.java --- @@ -0,0 +1,288 @@ +/* + *

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-06 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126070269 --- Diff: integration/hive/src/main/java/org/apache/carbondata/hive/DictionaryDecodeReadSupport.java --- @@ -0,0 +1,288 @@ +/* + *

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-06 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1142#discussion_r126056257 --- Diff: core/src/main/java/org/apache/carbondata/core/stats/QueryStatisticsRecorderImpl.java --- @@ -101,45 +101,47 @@ public String

[GitHub] carbondata pull request #1142: [CARBONDATA-1271] Enhanced Performance for Hi...

2017-07-06 Thread bhavya411
GitHub user bhavya411 opened a pull request: https://github.com/apache/carbondata/pull/1142 [CARBONDATA-1271] Enhanced Performance for Hive Integration with Carbondata There are various fixes added to improve the performance - Added a DictionaryDecodeReadSupport class in Hive