discivigour commented on code in PR #6336:
URL: https://github.com/apache/paimon/pull/6336#discussion_r2380687322
##########
paimon-python/pypaimon/table/file_store_table.py:
##########
@@ -104,3 +105,6 @@ def create_row_key_extractor(self) -> RowKeyExtractor:
return DynamicBucketRowKeyExtractor(self.table_schema)
else:
raise ValueError(f"Unsupported bucket mode: {bucket_mode}")
+
+ def get_catalog_options(self) -> Options:
Review Comment:
Zhan yu mentioned he wants to get some options that do not exist when
creating table.
--
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]