[spark] Support V2 UPDATE for data evolution tables#8214
Conversation
|
How to support delete row ids? cc @leaves12138 |
@JingsongLi Deleted row ids are simply retired — they become holes in the row-id space. Surviving rows always keep their original row ids, and no physical |
JingsongLi
left a comment
There was a problem hiding this comment.
+1 from my side, no blocking issues found
@kerwin-zk It's too troublesome to maintain the index after deletion. Maybe the correct solution is deletion-vector. Can you just support update in this PR? |
c5d12ff to
bcbbfb0
Compare
bcbbfb0 to
55f0db4
Compare
55f0db4 to
1927c17
Compare
Purpose
Support V2 UPDATE for data evolution tables.
Tests
CI