Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/574#discussion_r78018512
--- Diff:
common/src/main/java/org/apache/drill/common/scanner/RunTimeScan.java ---
@@ -75,4 +77,20 @@ public static ScanResult fromPrescan(DrillConfig config)
{
}
}
+ /**
+ * Scanning packages at runtime only for marked paths and list of
pre-scanned annotations
+ * @param config to retrieve the packages to scan
+ * @param markedPath list of paths where to scan
+ * @return the scan result
+ */
+ public static ScanResult dynamicPackageScan(DrillConfig config, Set<URL>
markedPath) {
--- End diff --
Agree.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---