boneanxs commented on pull request #4718: URL: https://github.com/apache/hudi/pull/4718#issuecomment-1084451216
@minihippo This is a great work👍, I think it can also solve the problem I recently met: [HUDI-3634](https://issues.apache.org/jira/browse/HUDI-3634) as we keep commit instants consistent in the hudi metastore server. But I'm curious how spark side get metadata of a hudi table(stored in the hudi metastore server) and a hive table (stored in the HMS) in one query(like a hudi table join a hive table)? Will we handle this in the HudiCatalog to get hudi table metadata from hudi metastore server and hive table from HMS, or we provide a unified view in the hudi metastore server, let hudi metastore to request HMS server if it's a hive 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]
