Search before asking
Motivation
In offline model inference and table writing scenarios, it is common to conduct multiple offline evaluation experiments. It is necessary to support overwrite writes so that the results from the last run are retained. Currently, this is not supported in the code. For example:
def overwrite(self, partition, commit_messages: List[CommitMessage], commit_identifier: int):
"""Commit the given commit messages in overwrite mode."""
raise RuntimeError("overwrite unsupported yet")
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
In offline model inference and table writing scenarios, it is common to conduct multiple offline evaluation experiments. It is necessary to support overwrite writes so that the results from the last run are retained. Currently, this is not supported in the code. For example:
Solution
No response
Anything else?
No response
Are you willing to submit a PR?