We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CREATE STAGE
streams
block_on
unwrap
create table test as select * from numbers(1234567890);select * from test;
parquet2
AsyncSeek
pread
open-seek-read
dal2
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Xuanwo
No branches or pull requests
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: