Skip to content

Commit

Permalink
doc(tester): add details for truncate destination operation in the de…
Browse files Browse the repository at this point in the history
…velopment guide (#83)

* doc(tester): add details for trunacte destination operation in the development guide

* Update development-guide.md

Co-authored-by: Alex Ilyichov <[email protected]>

---------

Co-authored-by: Alex Ilyichov <[email protected]>
  • Loading branch information
shivangisingh172 and 5tran-alexil authored Jan 25, 2025
1 parent 4b1870f commit 4bf3e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ The `DescribeTable` RPC call should report all columns in the destination table,
#### Truncate
- The `Truncate` RPC call might be requested for a table that does not exist in the destination. In that case, it should NOT fail, simply ignore the request and return `success = true`.
- `utc_delete_before` has millisecond precision.
- `soft` indicates that the `truncate` operation is a soft truncate operation and instead of removing the rows, the specified `delete_column` needs to be marked as `true`.

#### AlterTable
- The `AlterTable` RPC call should be used for changing primary key columns, adding columns, and changing data types.
Expand Down

0 comments on commit 4bf3e27

Please sign in to comment.