Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implementation for replaceWhere (#1996)
# Description First/naive implementation of `replaceWhere` for `write`. Code compiles and there is a test to verify the outcome. I would appreciate any feedback on improving the structure/implementation. For example, I copied the part of code from `delete` operation because there is no way to call that code in `delete` directly from `write` - should I look into extracting that code from `delete` to somewhere central? Seems to also works with partitions columns. # Related Issue(s) #1957 # Documentation Added a section in docs --------- Signed-off-by: Nikolay Ulmasov <[email protected]> Co-authored-by: Ion Koutsouris <[email protected]>
- Loading branch information