dongkelun commented on a change in pull request #4083:
URL: https://github.com/apache/hudi/pull/4083#discussion_r780741202
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -90,6 +90,11 @@
// It is here so that both the client and deltastreamer use the same
reference
public static final String DELTASTREAMER_CHECKPOINT_KEY =
"deltastreamer.checkpoint.key";
+ public static final ConfigProperty<String> DATABASE_NAME = ConfigProperty
Review comment:
Yes, just to keep consistent with other parameters before. If not, don't
need to change other parameters for the time being? Is it better to revise it
uniformly?
--
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]