Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2852#discussion_r228850717
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/loading/steps/DataWriterBatchProcessorStepImpl.java
---
@@ -84,7 +84,7 @@ public
DataWriterBatchProcessorStepImpl(CarbonDataLoadConfiguration configuratio
.recordDictionaryValue2MdkAdd2FileTime(CarbonTablePath.DEPRECATED_PATITION_ID,
System.currentTimeMillis());
int i = 0;
- String[] storeLocation = getStoreLocation(tableIdentifier);
+ String[] storeLocation =
getStoreLocation(configuration.getTableSpec().getCarbonTable());
--- End diff --
same comment as above
---