Skip to content
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

refactor(query): split fuse source to read data and deserialize #9353

Merged
merged 20 commits into from
Dec 26, 2022

Conversation

zhang2014
Copy link
Member

@zhang2014 zhang2014 commented Dec 24, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

refactor(query): split fuse source to read data and deserialize

Closes #issue

@vercel
Copy link

vercel bot commented Dec 24, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Dec 26, 2022 at 0:09AM (UTC)

@FANNG1
Copy link

FANNG1 commented Dec 25, 2022

@zhang2014 , why we are doing this feature? should hive adaptive related logic?

@BohuTANG
Copy link
Member

@sandflee

This PR tries to make read data and deserialize data into different transforms and let them more parallel.

# Conflicts:
#	src/query/storages/fuse/src/io/read/block_reader_parquet.rs
@zhang2014
Copy link
Member Author

@zhang2014 , why we are doing this feature? should hive adaptive related logic?

Since hive depends on the metadata of the parquet, there may be no way to split it.

@zhang2014 zhang2014 marked this pull request as ready for review December 26, 2022 10:36
@mergify

This comment was marked as resolved.

@Xuanwo Xuanwo changed the title Refactor(query): split fuse source to read data and deserialize refactor(query): split fuse source to read data and deserialize Dec 26, 2022
@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Dec 26, 2022
@BohuTANG BohuTANG merged commit 51bfbb8 into databendlabs:main Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-refactor this PR changes the code base without new features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants