-
Notifications
You must be signed in to change notification settings - Fork 462
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
v1.0 Release tracking issue #3250
Comments
I recommend using Milestones for keeping track of this 😄 Also, are you intending to make a Python 1.0 before we make the Rust version 1.0? 🤔 |
Issue is a bit easier for others to track, sind I pinned it
No :) these issues also apply to the rust version actually. In the discussion of road to 1.0 we only tracked features. Which I think all of them are kind of complete except DV but I'm willing to skip that for 1.0 |
issues support sub-issues now as well :) One major thing that I really would like to get done before 1.0 is kernel adoption. There is much potential to break API s there, albeit not necessarily in a huge manner, but break nonetheless. I'll prepare an issue to collect some of the work and dependencies. Also, I am actively working on this, but its large ... |
@roeap are there any benefits for python users? Api-wise there shouldn't be any change for python |
Description
We are close to 1.0 releases, however we need to have some minor bugs still addressed:
Binary dtype handling
delta.dataSkippingStatsColumns
not working #2854Z-order
Stats interaction
Snapshot
cleanup_expired_logs_for
#3057More async (nice-to-have)
Handle deprecations
Improve IO runtime
Folks at arrow-rs have a new http client abstraction available in 0.12 in this PR apache/arrow-rs#7253 a spawn service will be added, so all IO tasks can be properly spawned the provided runtime handle. This should improve when doing list stream which in our current DeltaStorageBackend still end up on the main runtime.
The text was updated successfully, but these errors were encountered: