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

fix binary_executor.patch #1959

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

e1arikawa
Copy link
Contributor

@e1arikawa e1arikawa commented Feb 19, 2025

When running make apply_patches, binary_executor.patch fails.

$ make apply_patches
(find patches/duckdb/* -type f -name '*.patch' -print0 | xargs -0 cat | patch -p1 --forward -d submodules/duckdb) || true
patching file 'src/include/duckdb/common/vector_operations/binary_executor.hpp'
4 out of 7 hunks failed--saving rejects to 'src/include/duckdb/common/vector_operations/binary_executor.hpp.rej'
...

In DuckDB 1.2, binary_executor.hpp has already been modified.
Therefore, I have reduced the patch to the following:

#define DUCKDB_SMALLER_BINARY 1
...
#undef DUCKDB_SMALLER_BINARY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant