FANNG1 commented on code in PR #6865:
URL: https://github.com/apache/gravitino/pull/6865#discussion_r2037269982


##########
lineage/src/main/java/org/apache/gravitino/lineage/source/HTTPLineageSource.java:
##########
@@ -31,6 +32,6 @@ public void initialize(Map<String, String> configs, 
LineageDispatcher dispatcher
 
   @Override
   public Set<String> getRESTPackages() {
-    return ImmutableSet.of();
+    return ImmutableSet.of(LineageOperations.class.getPackage().getName());

Review Comment:
   `Configs.REST_API_EXTENSION_PACKAGES` is allowing the user inject custom 
packages,  `SupportsRESTPackages` is used to inject optional packages from 
internal modules like `lineage`, `search`, etc



-- 
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...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to