BsoBird commented on PR #6345: URL: https://github.com/apache/hive/pull/6345#issuecomment-4004012710
@deniskuzZ Hello, I've updated the test code for cross-platform stability. The root cause was that macOS lacks the renameat2 syscall available in Linux, forcing rename to follow basic POSIX behavior (overwriting targets). To eliminate these filesystem behavioral differences between test environments, I've moved the rename logic into Java code to simulate HDFS rename semantics. -- 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]
