FangYongs commented on PR #2494: URL: https://github.com/apache/incubator-paimon/pull/2494#issuecomment-1857232116
@JingsongLi It seems not, `HadoopFileIO` is for catalog too. As mentioned above, we have a meta service for all catalogs, so we create a `paimon meta catalog` based on it, and the catalog stores the database and path after users created it. When users create a table, it needs to find the database and its path from the `paimon meta catalog` and create `FileIO` for the table to store schema and data, that's why I would like to introduce the interface `DatabaseFileIOProvider` in `AbstractCatalog` to get `FileIO` for specified database. What do you think? -- 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]
