PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.58k stars 208 forks source link

build: Use `connector_arrow` re-export for arrow #4677

Closed max-sixty closed 6 days ago

max-sixty commented 6 days ago

Re discussion at https://github.com/PRQL/prql/pull/4668 (arrow is already re-exported)

max-sixty commented 6 days ago

Actually I just saw:

It turns out I already do, but but we need to depend on arrow anyways, because we need additional features that are not needed for connector_arrow.

...so maybe this isn't OK

aljazerzen commented 6 days ago

Actually I just saw:

It turns out I already do, but but we need to depend on arrow anyways, because we need additional features that are not needed for connector_arrow.

...so maybe this isn't OK

Exactly.