YannByron removed a comment on pull request #4083: URL: https://github.com/apache/hudi/pull/4083#issuecomment-1001899569
For 2nd point above, we can consider to combine the four or five configs to two, just `hoodie.database.name` and `hoodie.table.name`. If enable to sync to hive, the two configs represent `database` and `table` in metastore. Currently, `hoodie.datasource.write.table.name`/`hoodie.table.name` is required. In this idea, only need to provide one more config `hoodie.database.name`, or `hoodie.datasource.write.database.name`, so that we can sync and mark a certain hudi table for query incrementally in hive. It's just my personal idea, and look forward to further discussion. -- 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]
