ibis icon indicating copy to clipboard operation
ibis copied to clipboard

fix(postgres): support uuid.to_pyarrow()

Open NickCrews opened this issue 8 months ago • 0 comments

Partially addresses https://github.com/ibis-project/ibis/issues/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 https://github.com/ibis-project/ibis/compare/main...double-thinker:ibis:fix/pyarrowtypes, but with the conversion stuff rebased on main, and relegated to the pyarrow.py file

NickCrews avatar Apr 04 '25 01:04 NickCrews