cgivre commented on a change in pull request #2327:
URL: https://github.com/apache/drill/pull/2327#discussion_r732145508



##########
File path: contrib/storage-jdbc/pom.xml
##########
@@ -46,7 +47,11 @@
       <groupId>com.zaxxer</groupId>
       <artifactId>HikariCP</artifactId>
     </dependency>
-
+    <dependency>
+      <groupId>com.github.vvysotskyi.drill-calcite</groupId>
+      <artifactId>calcite-server</artifactId>

Review comment:
       Calcite-core is included in the root `pom.xml` file.  The DDR operations 
which we needed for this are in the `calcite-server` module which was not 
listed as a dependency in the root `pom.xml`. 




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


Reply via email to