ajantha-bhat commented on a change in pull request #3921:
URL: https://github.com/apache/carbondata/pull/3921#discussion_r488463308
##########
File path:
processing/src/main/java/org/apache/carbondata/processing/loading/converter/impl/RowConverterImpl.java
##########
@@ -119,10 +118,6 @@ public CarbonRow convert(CarbonRow row) throws
CarbonDataLoadingException {
.getTableProperties();
String spatialProperty =
properties.get(CarbonCommonConstants.SPATIAL_INDEX);
boolean isSpatialColumn = false;
- Object[] rawData = row.getRawData();
- if (rawData == null) {
- rawData = row.getData() == null ? null : row.getData().clone();
Review comment:
Ok then.
----------------------------------------------------------------
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]