xuzifu666 commented on a change in pull request #4224: URL: https://github.com/apache/hudi/pull/4224#discussion_r762973856
########## 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: ok i updated it, but ci/cd report checkstyle error, not know the reason. -- 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