Skip to content

Commit

Permalink
StreamingUpdate: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonf20 committed Dec 12, 2023
1 parent 205079a commit 6c86f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/java-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Available operations to update a table are:
* `newOverwrite` -- used to append data files and remove files that are overwritten
* `newDelete` -- used to delete data files
* `newRewrite` -- used to rewrite data files; will replace existing files with new versions
* `newStreamingUpdate` -- used to add sequential batches of updates; deletes in each batch will not affect rows in later batches
* `newTransaction` -- create a new table-level transaction
* `rewriteManifests` -- rewrite manifest data by clustering files, for faster scan planning
* `rollback` -- rollback the table state to a specific snapshot
Expand Down

0 comments on commit 6c86f5d

Please sign in to comment.