Reranko05 commented on issue #41277: URL: https://github.com/apache/arrow/issues/41277#issuecomment-4778862541
@kou I investigated this issue and followed the history around the reported regression in #41068. It looks like the same two failing tests reported here: * `TestAzureHierarchicalNSGeneric.Empty` * `TestAzureHierarchicalNSGeneric.GetFileInfoSelectorWithRecursion` were later reported again in #44303. The corresponding fix in #44307 explicitly mentions both failures and introduces: * a fix for incorrect `NotFound` handling in `GetFileInfoWithSelectorFromFileSystem`, * support for `FileSelector::max_recursion` for hierarchical namespace accounts. Based on the issue descriptions and the changes merged in #44307, it appears that the failures reported here may already have been resolved by that PR. Could you confirm whether #41277 can be closed as fixed by #44307? -- 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]
