risingwavelabs / risingwave

SQL stream processing, analytics, and management. We decouple storage and compute to offer instant failover, dynamic scaling, speedy bootstrapping, and efficient joins.
https://www.risingwave.com/slack
Apache License 2.0
6.59k stars 539 forks source link

Tracking: polars support #15933

Open jetjinser opened 3 months ago

jetjinser commented 3 months ago

Polars is a DataFrame interface on top of an OLAP Query Engine implemented in Rust using Apache Arrow Columnar Format as the memory model.

Works normally with general use. However, when if_table_exist is specified as replace in the parameter of DataFrame.write_database, the sql query that risingwave currently does not support will be used.

neverchanje commented 3 months ago

Related issue: https://github.com/risingwavelabs/sqlalchemy-risingwave/pull/29 datapolars requires upgrading sqlalchemy version to v2.

github-actions[bot] commented 1 month ago

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.