cgivre commented on issue #3014: URL: https://github.com/apache/drill/issues/3014#issuecomment-3229187520
@matteohexagon You'll need to create a local copy of Drill and an IDE ideally. Take a look at our developer docs here: https://github.com/apache/drill/blob/master/docs/dev/Environment.md https://github.com/apache/drill/tree/master/dev-support. Drill's code for interacting with file systems is here: https://github.com/apache/drill/tree/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs You may also want to look here: https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/FileSystemPlugin.java I'm not sure where exactly the path gets interpreted, but that would probably be a good place to start. -- 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]
