XiaoHongbo-Hope commented on code in PR #6808:
URL: https://github.com/apache/paimon/pull/6808#discussion_r2633563131
##########
paimon-python/pypaimon/table/file_store_table.py:
##########
@@ -154,21 +155,21 @@ def copy(self, options: dict) -> 'FileStoreTable':
def add_options(self, options: dict):
for key, value in options.items():
- self.options[key] = value
+ self.options.options.data[key] = value
Review Comment:
a little stranger here, does add_options mean copy?
--
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]