We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug #4529 #4585 introduced GpuhashJoin.diff and GpuHashJoin.diff case-folding issue for different OSs
which confused local checkout on mac
--- a/scripts/spark2diffs/GpuHashJoin.diff +++ b/scripts/spark2diffs/GpuHashJoin.diff @@ -6,9 +6,13 @@ < object GpuHashJoin { --- > object GpuHashJoin extends Arm { -101a102 +72c72 +< meta: RapidsMeta[_, _], +--- +> meta: RapidsMeta[_, _, _], +99a100 > -122c123 +120c121 < } --- >
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
#4529
#4585
introduced
GpuhashJoin.diff and GpuHashJoin.diff
case-folding issue for different OSs
which confused local checkout on mac
The text was updated successfully, but these errors were encountered: