[GitHub] carbondata pull request #2560: [HOTFIX] Removed file existence check to impr...

2018-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2560 ---

[GitHub] carbondata pull request #2560: [HOTFIX] Removed file existence check to impr...

2018-07-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2560#discussion_r205677203 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDataMapIndexStore.java --- @@ -81,6 +82,8 @@ public BlockletDataMapInd

[GitHub] carbondata pull request #2560: [HOTFIX] Removed file existence check to impr...

2018-07-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2560#discussion_r205666480 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDataMapIndexStore.java --- @@ -81,6 +82,8 @@ public BlockletDataMapIndexW

[GitHub] carbondata pull request #2560: [HOTFIX] Removed file existence check to impr...

2018-07-26 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2560#discussion_r205436561 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDataMapIndexStore.java --- @@ -81,6 +82,8 @@ public BlockletDataMapInd

[GitHub] carbondata pull request #2560: [HOTFIX] Removed file existence check to impr...

2018-07-26 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2560#discussion_r205411295 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDataMapIndexStore.java --- @@ -81,6 +82,8 @@ public BlockletDataMapIndexW

[GitHub] carbondata pull request #2560: [HOTFIX] Removed file existence check to impr...

2018-07-25 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/carbondata/pull/2560 [HOTFIX] Removed file existence check to improve dataMap loading performance **Problem** DataMap loading performance degraded after adding file existence check. **Analysis**