Github user paul-rogers commented on a diff in the pull request:

    https://github.com/apache/drill/pull/574#discussion_r77689279
  
    --- 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 --
    
    Can you explain the purposes of this a bit more? What is a "marked path"? 
What is a "prescanned annotation?" At a higher level, what service does this 
provide? Allows me to locate (what?) given (what?)...


---
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.
---

Reply via email to