xubo245 commented on a change in pull request #3188: [CARBONDATA-3358] Support
configurable decode for loading binary data, support base64 and Hex decode.
URL: https://github.com/apache/carbondata/pull/3188#discussion_r285921181
##########
File path:
processing/src/main/java/org/apache/carbondata/processing/loading/model/CarbonLoadModelBuilder.java
##########
@@ -224,6 +226,9 @@ public void build(
}
}
+ String binaryDecoder = options.get("binary_decoder");
+ carbonLoadModel.setBinaryDecoder(binaryDecoder);
+
Review comment:
done
----------------------------------------------------------------
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