Rajeev-01 commented on PR #14295: URL: https://github.com/apache/iceberg/pull/14295#issuecomment-3393970515
> @Rajeev-01 Thanks for the PR. The fix looks good, but seems the test passes without the fix? Hey yeah @huaxingao thanks for pointing it out, I should have tested it without the fix 😓. The reason for test is not working was the HMS createDatabase call is internally using the org.apache.hadoop.fs.Path for creating the path which normalizes the path by removing the trailing slashes. This will work with hadoop >= 3.x since the fix landed in this version https://issues.apache.org/jira/browse/HADOOP-16226. -- 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]
