InvisibleProgrammer commented on code in PR #6125: URL: https://github.com/apache/hive/pull/6125#discussion_r2433728085
########## checkstyle/suppressions.xml: ########## @@ -25,4 +25,10 @@ <suppress checks=".*" files="gen\-java"/> <!-- Ignore JDBM code --> <suppress checks=".*" files="ql\/util\/jdbm"/> + <!-- Copies of an external libraries --> + <suppress checks="RegexpHeader" files="serde\/src\/java\/org\/apache\/hadoop\/hive\/serde2\/lazy\/fast\/StringToDouble\.java"/> + <suppress checks="RegexpHeader" files="llap-server\/src\/java\/org\/apache\/hadoop\/hive\/llap\/daemon\/impl\/PriorityBlockingDeque\.java"/> + <!-- Generated by Avro --> + <suppress checks="RegexpHeader" files="hbase-handler\/src\/test\/org\/apache\/hadoop\/hive\/hbase\/avro\/.*\.java"/> Review Comment: EmployeeAvro.java is modified in this PR. And I see no other file that ends with avro.java. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
