jerryshao commented on code in PR #8297:
URL: https://github.com/apache/gravitino/pull/8297#discussion_r2315430634
##########
build.gradle.kts:
##########
@@ -204,6 +204,11 @@ allprojects {
"[-PtestMode=embedded] or [-PtestMode=deploy]."
)
}
+
+ // enable entity cache or not
+ val enableEntityCache = project.properties["enableEntityCache"] as?
String ?: "false"
+ param.systemProperty("enableEntityCache", enableEntityCache)
Review Comment:
It's better to remove it when you finish all the codes.
--
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]