kevinjqliu opened a new issue, #254: URL: https://github.com/apache/iceberg-cpp/issues/254
I noticed that iceberg-cpp copied over the rc.yml script from iceberg-go. https://github.com/apache/iceberg-cpp/blob/main/.github/workflows/rc.yml We just merged a fix in iceberg-go for rc.yml, https://github.com/apache/iceberg-go/pull/588 & https://github.com/apache/iceberg-go/pull/590 Mainly, it address the issue where the folder in the tar.gz file contains the name with the -rc suffix. Currently: ``` https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-cpp-0.1.0-rc2/ apache-iceberg-cpp-0.1.0.tar.gz apache-iceberg-cpp-0.1.0-rc2/ (untar) ``` After fix: ``` apache-iceberg-cpp-0.1.0.tar.gz apache-iceberg-cpp-0.1.0/ (untar) ``` the fix _should_ transfer over directly, but needs to be verified :) -- 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]
