Skip to content
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

Use size_t to allow large conditional joins #16127

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove large test.
  • Loading branch information
bdice committed Jun 28, 2024
commit 78b856db68cccc780cdb467e04cb536f020f37d7
1 change: 0 additions & 1 deletion cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ ConfigureTest(

# ##################################################################################################
# * join tests ------------------------------------------------------------------------------------
ConfigureTest(JOIN_TEST2 join/conditional_join_tests2.cu)
ConfigureTest(
JOIN_TEST join/join_tests.cpp join/conditional_join_tests.cu join/cross_join_tests.cpp
join/semi_anti_join_tests.cpp join/mixed_join_tests.cu join/distinct_join_tests.cpp
Expand Down
133 changes: 0 additions & 133 deletions cpp/tests/join/conditional_join_tests2.cu

This file was deleted.

Loading