-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] submodule sync failed with rapids_logger json entry error #2678
Comments
This appears to be an issue either in rapids-cmake because it doesn't fallback to the git tag when no version is specified or a bug in cudf because it manually adds the rapids_logger package without a specified VERSION. Manually overriding the version in the thirdparty/cudf/versions.json file to match the git tag seems to fix the issue. |
Where did you find the git tag to use here? |
@jlowe Can you try reverting rapidsai/cudf#17307 to see if that PR is the source of issue? Maybe we need to adopt the changes in https://github.com/rapidsai/cudf/pull/17307/files#diff-1bba462ab050e89360fd88110a689e85ee037749cea091a1848ab574381d3795 to fix this issue. |
From the new rapids_logger dependency entry in thirdparty/cudf-pins/versions.json file after building with latest dependencies. Building libcudf with latest dependencies works, it's building with pinned dependencies that fails.
It should be that issue, since that's the PR that added the rapids_logger package dependency. I can try reverting to verify.
This is a build failure in libcudf, not our spark-rapids-jni native build. The fix needs to be either in rapids-cmake or libcudf. |
submodule sync failed new error with the latest changes #2677
|
Close as this was fixed. |
cudf submodule sync job failed with this error:
The text was updated successfully, but these errors were encountered: