qiuchenjian commented on a change in pull request #3132: [CARBONDATA-3300] Fixed ClassNotFoundException when using UDF in spark-shell
URL:
https://github.com/apache/carbondata/pull/3132#discussion_r259315816
##########
File path: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java
##########
@@ -1536,7 +1537,8 @@ public static ValueEncoderMeta deserializeEncoderMetaV2(byte[] encoderMeta) {
ValueEncoderMeta meta = null;
try {
aos = new ByteArrayInputStream(encoderMeta);
- objStream = new ObjectInputStream(aos);
+ objStream =
Review comment:
"CarbonUtil.closeStreams(objStream);" cann't be called when not IOException
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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