skytin1004 commented on PR #7861: URL: https://github.com/apache/iceberg/pull/7861#issuecomment-1602302764
Thank you so much for your very detailed review @nastra . Based on your review, I was able to change the Hadoop package to JUnit5, incorporating all the things you reviewed. However, there is an issue. When I run the tests in TestHadoopCatalog, I get the following results The test "testListNamespace" fails. I investigated the problem through debug and found that the namespaces "db", "db2" in the root directory are not being looked up properly, since switching to JUnit5 In that method. So I would like to get some Solutions from you. Thank you again for the detailed review :) -- 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]
