-
Notifications
You must be signed in to change notification settings - Fork 765
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
feat: Virtual column support parquet format #12425
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
3f5210a
to
68c8ff2
Compare
68c8ff2
to
0a9aaaa
Compare
This PR is to support store virtual columns as parquet format? |
The format of the virtual column block is the same as the corresponding table block format. Previously, only table of native type was supported, after this PR table of parquet type is also supported. |
The unit test always failed in this PR |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
VirtualColumnReader
to read virtual columnsPart of #6994
This change is