Skip to content

Conversation

scottsand-db
Copy link
Collaborator

@scottsand-db scottsand-db commented Jun 25, 2025

🥞 Stacked PR

Use this link to review incremental changes.


Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

How was this patch tested?

Does this PR introduce any user-facing changes?

@scottsand-db scottsand-db force-pushed the stack/kernel_catalog_managed_writes_2 branch from 95acee0 to 338c231 Compare July 11, 2025 16:39
scottsand-db added a commit that referenced this pull request Jul 14, 2025
)

## 🥞 Stacked PR
Use this [link](https://github.com/delta-io/delta/pull/4814/files) to
review incremental changes.
-
[**stack/kernel_catalog_managed_writes_1**](#4814)
[[Files changed](https://github.com/delta-io/delta/pull/4814/files)]
-
[stack/kernel_catalog_managed_writes_2](#4834)
[[Files
changed](https://github.com/delta-io/delta/pull/4834/files/230779b84dd4cbef32a4ad037bd31d93ac080795..338c231e706e9831439c66ce5923456694244e87)]
-
[stack/kernel_catalog_managed_writes_2_prototype](#4865)
[[Files
changed](https://github.com/delta-io/delta/pull/4865/files/230779b84dd4cbef32a4ad037bd31d93ac080795..4c7018fe7ad37b7c07375f8cc5bb160ee5240a73)]
-
[stack/kernel_catalog_managed_writes_2_prototype_b](#4902)
[[Files
changed](https://github.com/delta-io/delta/pull/4902/files/75bae78cb08732df9fab5975a0b1b0ba04a76459..feea0e08a34aa1487e968311247082eca7546760)]
-
[stack/kernel_catalog_managed_writes_2_simple](#4916)
[[Files
changed](https://github.com/delta-io/delta/pull/4916/files/230779b84dd4cbef32a4ad037bd31d93ac080795..0d41184077d53cfb773f4ce042479107858aca82)]
-
[stack/kernel_catalog_managed_writes_3_e2e_uc_prototype](#4921)
[[Files
changed](https://github.com/delta-io/delta/pull/4921/files/0d41184077d53cfb773f4ce042479107858aca82..d7e4ba16684de8da1527e16fced6155e1261f185)]
-
[stack/kernel_catalog_managed_writes_2_txn_v2_impl_and_state](#4911)
[[Files
changed](https://github.com/delta-io/delta/pull/4911/files/3948ba9b6a2bc90b49eec1d0f7e6e51ac58cc0fb..ec45cc89bc8dbdf364212d36afd871f51e697c7c)]
-
stack/kernel_catalog_managed_writes_3_initial_txn_v2_impl_and_commit_context_impl

---------
<!--
Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md
2. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP]
Your PR title ...'.
  3. Be sure to keep the PR description updated to reflect all changes.
  4. Please write your PR title to summarize what this PR proposes.
5. If possible, provide a concise example to reproduce the issue for a
faster review.
6. If applicable, include the corresponding issue number in the PR title
and link it in the body.
-->

#### Which Delta project/connector is this regarding?
<!--
Please add the component selected below to the beginning of the pull
request title
For example: [Spark] Title of my pull request
-->

- [ ] Spark
- [ ] Standalone
- [ ] Flink
- [X] Kernel
- [ ] Other (fill in here)

## Description

This PR adds new Transaction and Committer etc. APIs.

## How was this patch tested?

Just new APIs.

## Does this PR introduce _any_ user-facing changes?

Yes.
@allisonport-db
Copy link
Collaborator

Notes

TransactionFactory => output is something that has all the table metadata needed for transaction

How can we clean up the code in TransactionBuilderImpl right now?

How do we deal with empty initial snapshot/resolved table for new tables?

  • Right now we have a fake empty InitialSnapshot can we do something else?

Look at TransactionV2Impl PR

Iterative implementation -- how can we do builders before txn?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants