You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 asreplace
in the parameter ofDataFrame.write_database
, the sql query that risingwave currently does not support will be used.pg_sequence
(notpg_sequences
)pg_sequence
not found when write data with polars #15934json_build_object
(notjsonb_build_object
): https://www.postgresql.org/docs/16/functions-json.html#FUNCTIONS-JSON-CREATION-TABLEThe text was updated successfully, but these errors were encountered: