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
Effectively, the code reaches the merge statement, but then crashes after only 10 seconds without passing any error messages (in python console).
However, this is a table that exists in 2 schemas in our source database, and gets converted to the same pandas schema. This code runs successfully on a daily basis for one table, but fails to be executed for the other, whilst having relatively the same amount of rows (source being ~1.5m rows, target ~20k rows. Both update when matched and insert when not matched are set to true for both scenarios.
It appears to me that the process crashes in the rust backend, but I have no clue how to further debug this.
What you expected to happen:
Successful merge execute statements How to reproduce it:
/ More details:
There are no concurrent writes
First 6 merges (in this case) have succeeded
Pandas dataframes are being used
The text was updated successfully, but these errors were encountered:
Environment
Delta-rs version:
0.16.1
Binding:
Python
Environment:
Bug
What happened:
During execution of following code, pod crashes without any error message:
Effectively, the code reaches the merge statement, but then crashes after only 10 seconds without passing any error messages (in python console).
However, this is a table that exists in 2 schemas in our source database, and gets converted to the same pandas schema. This code runs successfully on a daily basis for one table, but fails to be executed for the other, whilst having relatively the same amount of rows (source being ~1.5m rows, target ~20k rows. Both update when matched and insert when not matched are set to true for both scenarios.
It appears to me that the process crashes in the rust backend, but I have no clue how to further debug this.
What you expected to happen:
Successful merge execute statements
How to reproduce it:
/
More details:
The text was updated successfully, but these errors were encountered: