Skip to content

Commit

Permalink
fix(risingwave): set implicit flush to true (#8929)
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored Apr 12, 2024
1 parent ca97867 commit fe16877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/risingwave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def do_connect(

with self.begin() as cur:
cur.execute("SET TIMEZONE = UTC")
cur.execute("SET RW_IMPLICIT_FLUSH TO true;")

def create_table(
self,
Expand Down

0 comments on commit fe16877

Please sign in to comment.