risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7.07k stars 582 forks source link

Tracking: polars support #15933

Open jetjinser opened 8 months ago

jetjinser commented 8 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 7 months ago

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

github-actions[bot] commented 5 months 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.