-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Returned number of rows inserted is incorrect #1706
Comments
delta-rs does not currently support output metrics for create and insert operations. Open issue : delta-io/delta-rs#1152 We are just defaulting to 0 while trying to get the output_rows from ExecutionPlan right now |
This doesn't feel like a delta-rs issue. We're calculating number of rows inserted by reading the metrics from the input source: https://github.com/glaredb/glaredb/blob/863ea8670ccfc80cc88aac3d5a7c1f39b8169652/crates/datasources/src/native/insert.rs#L121-L124 We can see that it works for some sources, and not for others:
But interestingly this works correctly for temp tables:
|
Description
The text was updated successfully, but these errors were encountered: