ajantha-bhat commented on a change in pull request #3583: [CARBONDATA-3687]
Support writing non-transactional carbondata files through hive
URL: https://github.com/apache/carbondata/pull/3583#discussion_r388134906
##########
File path:
integration/hive/src/main/java/org/apache/carbondata/hive/CarbonHiveRecordReader.java
##########
@@ -106,6 +86,7 @@ private void initialize(InputSplit inputSplit,
Configuration conf) throws IOExce
int columnId = 0;
for (int j = 0; j < arraySelectedColId.length; j++) {
columnId = Integer.parseInt(arraySelectedColId[j]);
+
Review comment:
revert this and remove local variable `columnId`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services