forked from apache/incubator-gluten
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gluten-4732][CH] delta-mergetree support update/delete/upsert/insert…
… in a more native delta way (apache#4733) * compile pass * spark 3.2 works * fix spark session restart issue * fix cache problem * add test case for spark.sql.sources.partitionOverwriteMode * fix ut on guava stats * fix file path problem * fix filesForScan * add keysample info * fix uri 2
- Loading branch information
Showing
67 changed files
with
8,735 additions
and
3,012 deletions.
There are no files selected for viewing
756 changes: 756 additions & 0 deletions
756
backends-clickhouse/src/main/delta-20/org/apache/spark/sql/delta/DeltaLog.scala
Large diffs are not rendered by default.
Oops, something went wrong.
575 changes: 575 additions & 0 deletions
575
backends-clickhouse/src/main/delta-20/org/apache/spark/sql/delta/Snapshot.scala
Large diffs are not rendered by default.
Oops, something went wrong.
473 changes: 473 additions & 0 deletions
473
...ends-clickhouse/src/main/delta-20/org/apache/spark/sql/delta/commands/DeleteCommand.scala
Large diffs are not rendered by default.
Oops, something went wrong.
1,135 changes: 1,135 additions & 0 deletions
1,135
...s-clickhouse/src/main/delta-20/org/apache/spark/sql/delta/commands/MergeIntoCommand.scala
Large diffs are not rendered by default.
Oops, something went wrong.
428 changes: 428 additions & 0 deletions
428
...ends-clickhouse/src/main/delta-20/org/apache/spark/sql/delta/commands/UpdateCommand.scala
Large diffs are not rendered by default.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
...src/main/delta-20/org/apache/spark/sql/execution/datasources/v1/ClickHouseFileIndex.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.