Skip to content

Conversation

Tishj
Copy link
Contributor

@Tishj Tishj commented Oct 25, 2024

This PR fixes #14344

I've also included a small change to TableFilter, using ToString is impossible when debugging, as ToString("c0") would complain about c0 not being a std::string

DebugToString inserts a bogus default column name so the method can be called.

@Mytherin Mytherin merged commit 5090b73 into duckdb:main Oct 26, 2024
41 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Nov 2, 2024
[Python][Arrow] Cast to `py::bytes` when dealing with BLOB in filter pushdown (duckdb/duckdb#14553)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Nov 2, 2024
[Python][Arrow] Cast to `py::bytes` when dealing with BLOB in filter pushdown (duckdb/duckdb#14553)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
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.

[Python Arrow Scan] cannot join blob columns
2 participants