mootari commented on issue #665: URL: https://github.com/apache/arrow-site/issues/665#issuecomment-3041246238
No error, you just end up with a bunch of modified files because the lowercase version also replaces the mixed-case one. E.g., with ``` docs/python/generated/pyarrow.Array.html docs/python/generated/pyarrow.array.html ``` `docs/python/generated/pyarrow.Array.html` will be marked as modified immediately after checkout, showing the contents of `docs/python/generated/pyarrow.array.html` instead. Presumably the same problem exists on Windows outside of WSL. -- 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]
