bug: insert into an existing table errors out in table not exists with pyspark backend #11184
Open
1 task done
Labels
bug
Incorrect behavior inside of ibis
What happened?
Below is my code snippet. I am trying to create an empty table first and then add data to it.
con.create_table( "table", database="warehouse.schema", schema=df.schema() )
con.insert("table", obj=df, database="warehouse.schema")
What version of ibis are you using?
ibis-framework:9.5.0
What backend(s) are you using, if any?
pyspark
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: