discivigour commented on code in PR #7243:
URL: https://github.com/apache/paimon/pull/7243#discussion_r2785581399
##########
paimon-python/pypaimon/table/file_store_table.py:
##########
@@ -177,7 +227,7 @@ def create_row_key_extractor(self) -> RowKeyExtractor:
else:
raise ValueError(f"Unsupported bucket mode: {bucket_mode}")
- def copy(self, options: dict) -> 'FileStoreTable':
+ def copy(self, options: dict, try_time_travel: bool = True) ->
'FileStoreTable':
Review Comment:
I will remove it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]