GavinRay97 opened a new issue #2446: URL: https://github.com/apache/drill/issues/2446
Hello, I would like to embed Drill in a JVM application, running as a single node in-memory. I will feed it Calcite `RelNode` relational expressions to execute that my application is generating. Browsing the code to try to find out how best to go about this, I found in `ClusterFixtureBuilder.java`: https://github.com/apache/drill/blob/2decae18b85eeda51816e92d5a9e9e6e2f9ce8d5/exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixtureBuilder.java#L29-L43 https://github.com/apache/drill/blob/2decae18b85eeda51816e92d5a9e9e6e2f9ce8d5/exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixtureBuilder.java#L279-L301 But it looks like there is no Maven artifact or `.jar` to download to include this functionality as an end user =/ I tried to copy-paste the primary classes, but there is a spiderweb of dependencies through out the `org.apache.drill.test` and `org.apache.drill.exec.testing` packages. -- 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]
