codope commented on a change in pull request #4712:
URL: https://github.com/apache/hudi/pull/4712#discussion_r796215564
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -493,6 +544,13 @@ public String getUrlEncodePartitioning() {
return getString(URL_ENCODE_PARTITIONING);
}
+ /**
+ * Read the table checksum.
+ */
+ public Long getTableChecksum() {
Review comment:
don't need it to be public, i'll make it private.
--
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]