Skip to content

fix(postgres): support uuid.to_pyarrow() #11080

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

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

Conversation

NickCrews
Copy link
Contributor

@NickCrews NickCrews commented Apr 4, 2025

Partially addresses #8532. It just implements materializing uuids to pyarrow strings on the few backends where this is broken. Longer term, we might want to switch to materiliazing as pyarrow uuid types.

Based off of main...double-thinker:ibis:fix/pyarrowtypes, but with the conversion stuff rebased on main, and relegated to the pyarrow.py file

@github-actions github-actions bot added tests Issues or PRs related to tests postgres The PostgreSQL backend labels Apr 4, 2025
@github-actions github-actions bot added impala The Apache Impala backend sqlite The SQLite backend clickhouse The ClickHouse backend mysql The MySQL backend pyspark The Apache PySpark backend sql Backends that generate SQL flink Issues or PRs related to Flink labels Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clickhouse The ClickHouse backend flink Issues or PRs related to Flink impala The Apache Impala backend mysql The MySQL backend postgres The PostgreSQL backend pyspark The Apache PySpark backend sql Backends that generate SQL sqlite The SQLite backend tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant