danny0405 commented on a change in pull request #4224: URL: https://github.com/apache/hudi/pull/4224#discussion_r762968840
########## File path: hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/hive/HoodieCombineHiveInputFormat.java ########## @@ -183,8 +183,8 @@ protected HoodieCombineFileInputFormatShim createInputFormatShim() { deserializerClassName = part.getDeserializer(job).getClass().getName(); } catch (Exception e) { // ignore + LOG.error("can not get deserializerClassName, occur exception ", e); } Review comment: LOG.error("Getting deserializer class name error", e); -- 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. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org