xushiyan commented on a change in pull request #4083: URL: https://github.com/apache/hudi/pull/4083#discussion_r788480846
########## 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: it will be helpful to explain the present use case more, e.g., when and why users should set it. -- 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