-
Notifications
You must be signed in to change notification settings - Fork 439
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
[CH] Fully Support writing parquet and mergetree in spark 3.5.x with delta protocol #7028
Open
1 of 5 tasks
Tracked by
#6067
Labels
enhancement
New feature or request
Comments
baibaichen
added a commit
that referenced
this issue
Sep 26, 2024
…ackends-clickhouse (#7234) This is second refacor PR for moving mergetree related codes to backends-clickhouse: 1. Move JniUtils from gluten-arrow to gluten-core and using config.proto, so we can use ConfigMap to pass configuration between java and c++. 2. Move ExtensionTableXXX from gluten-substrait to backends-clickhouse 3. Move `genWriteParameters` to `TransformerApi`, so we can pass mergetree related parameters. (Fixes: \#7028)
This was referenced Nov 3, 2024
sharkdtu
pushed a commit
to sharkdtu/gluten
that referenced
this issue
Nov 11, 2024
…ackends-clickhouse (apache#7234) This is second refacor PR for moving mergetree related codes to backends-clickhouse: 1. Move JniUtils from gluten-arrow to gluten-core and using config.proto, so we can use ConfigMap to pass configuration between java and c++. 2. Move ExtensionTableXXX from gluten-substrait to backends-clickhouse 3. Move `genWriteParameters` to `TransformerApi`, so we can pass mergetree related parameters. (Fixes: \apache#7028)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This is umbrella issue.
Previously, #6705 is just a POC to prove that we can implemtent Delta Write based on
CumnarWriteFilesExec
.PushingPipelineExecutor
to write merge tree #7029DeltaMergeTreeFileFormat
to read table configuration from deltalog's metadata #7170backlog
InsertIntoHiveTable
The text was updated successfully, but these errors were encountered: