[GitHub] carbondata pull request #2929: [CARBONDATA-3108][CARBONDATA-3044] Fix the er...

2018-11-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2929 ---

[GitHub] carbondata pull request #2929: [CARBONDATA-3108][CARBONDATA-3044] Fix the er...

2018-11-20 Thread KanakaKumar
Github user KanakaKumar commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2929#discussion_r235266810 --- Diff: store/CSDK/src/CarbonRow.cpp --- @@ -170,6 +170,9 @@ char *CarbonRow::getString(int ordinal) { args[0].l = carbonRow; arg

[GitHub] carbondata pull request #2929: [CARBONDATA-3108][CARBONDATA-3044] Fix the er...

2018-11-20 Thread xubo245
Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2929#discussion_r235266305 --- Diff: store/CSDK/src/CarbonRow.cpp --- @@ -170,6 +170,9 @@ char *CarbonRow::getString(int ordinal) { args[0].l = carbonRow; args[1]

[GitHub] carbondata pull request #2929: [CARBONDATA-3108][CARBONDATA-3044] Fix the er...

2018-11-20 Thread KanakaKumar
Github user KanakaKumar commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2929#discussion_r235261186 --- Diff: store/CSDK/src/CarbonRow.cpp --- @@ -170,6 +170,9 @@ char *CarbonRow::getString(int ordinal) { args[0].l = carbonRow; arg

[GitHub] carbondata pull request #2929: [CARBONDATA-3108][CARBONDATA-3044] Fix the er...

2018-11-19 Thread xubo245
GitHub user xubo245 opened a pull request: https://github.com/apache/carbondata/pull/2929 [CARBONDATA-3108][CARBONDATA-3044] Fix the error of jvm will crash when CarbonRow use wrong index number in CSDK This PR: 1. fix the error of jvm will crash when CarbonRow use wrong index n