-
Notifications
You must be signed in to change notification settings - Fork 753
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
Tracking issue for Vision of Databend DAL #3677
Comments
This was referenced Dec 28, 2021
This was referenced Dec 28, 2021
2 tasks
This was referenced Feb 7, 2022
All required work has been done. opendal will handle all new feature requests. Let's start a new journey! Thank @dantengsky, for much valuable help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CREATE STAGE
#2976Roadmap
streams
(replace dal, implement AsyncSeek) #3874block_on
to avoid performance issuesunwrap
in non-testing codecreate table test as select * from numbers(1234567890);select * from test;
doesn't works: Fixed in dal2: Fix SeekableRead not read correctly #4107Longterm Ideas
Rewriteparquet2
into cloud storage native styleAsyncSeek
trait requirement (use style likepread
instead ofopen-seek-read
)dal2
into a separate repo: moved to https://github.com/datafuselabs/opendalThe text was updated successfully, but these errors were encountered: