nastra commented on issue #7101: URL: https://github.com/apache/iceberg/issues/7101#issuecomment-1467713736
The Iceberg build doesn't officially support Windows, but you might try and run `./gradlew wrapper --gradle-version 8.0.2 --gradle-distribution-sha256-sum ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7` locally. This will then produce a `gradlew.bat` for Windows. You could try and see how far you could get with this. However, there are most likely a bunch of places in the build that rely on non-Windows behavior. -- 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]
