dongkelun commented on a change in pull request #4083: URL: https://github.com/apache/hudi/pull/4083#discussion_r788506944
########## File path: hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java ########## @@ -76,6 +76,11 @@ public static final String HOODIE_PROPERTIES_FILE = "hoodie.properties"; public static final String HOODIE_PROPERTIES_FILE_BACKUP = "hoodie.properties.backup"; + public static final ConfigProperty<String> DATABASE_NAME = ConfigProperty + .key("hoodie.database.name") + .noDefaultValue() + .withDocumentation("Database name that will be used for incremental query."); Review comment: I have revised the description, but it may be because my English level is not very good. If not, I hope you can provide a reference -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org