bug: pg_sequence
not found when write data with polars
#15934
Labels
type/bug
Something isn't working
Milestone
Describe the bug
RisingWave does not have the
pg_sequence
view. When polars using methodDataframe.write_database
to writes data and specifiesif_table_exists
asreplace
, the generated sql will use this view, which leads to the error.Error message/log
To Reproduce
Run the following code twice.
Expected behavior
No response
How did you deploy RisingWave?
Build from source.
The version of RisingWave
e3f3fb8f89bbb4879855297f65965fdcc4f8eb9d
Additional context
No response
The text was updated successfully, but these errors were encountered: