-
Notifications
You must be signed in to change notification settings - Fork 0
Switch Julia bindings to the new async API based on RustyObjectStore #3
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
[deps] | ||
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45" | ||
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we switch our example to a test, and make this a test dependency.
free_table(state.table) | ||
catch e | ||
# Log but don't throw in finalizer | ||
# TODO: should we keep this log or throw? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's figure this out. Will it show with safelogging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure tbh. The problem is I guess we cannot catch that exception in raicode no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, not sure what ahppens with exceptions in finalizer, probably nothing, or might crash the process? But also not sure if we can safe log them, given that we don't have access to safe logging. Can we ask somebody what's the best practice here?
Let's just also add a short description here, maybe link iceberg_rust_ffi PR too |
The tests are failing, not sure if this would block the merge, but we should fix them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to say that I approve, thanks!
The only dilemma is how to safe-log from the finalizer...
Adds support for the async interface provided by iceberg_rust_ffi in RelationalAI/iceberg_rust_ffi#3