FANNG1 commented on code in PR #6782:
URL: https://github.com/apache/gravitino/pull/6782#discussion_r2022002004
##########
core/src/main/java/org/apache/gravitino/GravitinoEnv.java:
##########
@@ -354,6 +359,26 @@ public FutureGrantManager futureGrantManager() {
return futureGrantManager;
}
+ /**
+ * Get the LineageService associated with the Gravitino environment.
+ *
+ * @return The LineageService instance.
+ */
+ public LineageService lineageService() {
+ return lineageService;
+ }
+
+ /**
+ * Get the REST packages associated with the Gravitino environment.
+ *
+ * @return The REST packages.
+ */
+ public Set<String> getRESTPackages() {
+ Set<String> packages = new java.util.HashSet<>();
Review Comment:
removed
--
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]