ajantha-bhat commented on a change in pull request #3173: [CARBONDATA-3351] Support Binary Data Type
URL:
https://github.com/apache/carbondata/pull/3173#discussion_r275630892
##########
File path: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonFileInputFormat.java
##########
@@ -162,7 +162,13 @@ public CarbonTable getOrCreateCarbonTable(Configuration configuration) throws IO
// do block filtering and get split
splits = getSplits(job, filter, externalTableSegments, null, partitionInfo, null);
} else {
- for (CarbonFile carbonFile : getAllCarbonDataFiles(carbonTable.getTablePath())) {
+ List<CarbonFile> carbonFiles = null;
Review comment:
This change is not related to binary, suggest to keep it in separate PR
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services