anujmodi2021 opened a new pull request, #5535: URL: https://github.com/apache/hadoop/pull/5535
### Description of PR This PR fixes the Unchecked Cast Error/Warning thrown at javac step of yetus checks on PR. Jira ticket: https://issues.apache.org/jira/browse/HADOOP-18690 Fix is to deterministically type cast the return type of the function. Since there is only one return type possible for the function, there is no need to type cast it. -- 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]
