SteNicholas commented on code in PR #9453: URL: https://github.com/apache/hudi/pull/9453#discussion_r1295415948
########## website/docs/querying_data.md: ########## @@ -208,6 +208,31 @@ And for these use cases you should test the stability first. | `hoodie.metadata.index.column.stats.enable` | `false` | false | Whether to enable column statistics (max/min) | | `hoodie.metadata.index.column.stats.column.list` | `false` | N/A | Columns(separated by comma) to collect the column statistics | +### Hudi Catalog +A Hudi catalog can manage the tables created by Flink, table metadata is persisted to avoid redundant table creation. Review Comment: Could the Hudi Flink catalog manage the tables created by other engines? -- 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]
