You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/11/08 13:23:38 UTC

[GitHub] [calcite] michaelmior commented on a change in pull request #2133: [CALCITE-2040] Arrow adapter

michaelmior commented on a change in pull request #2133:
URL: https://github.com/apache/calcite/pull/2133#discussion_r744718926



##########
File path: build.gradle.kts
##########
@@ -233,6 +233,9 @@ allprojects {
     repositories {
         // RAT and Autostyle dependencies
         mavenCentral()
+        flatDir {
+            dirs = setOf(file("libs"))
+        }

Review comment:
       It's not a mistake, but this PR is still a draft. Currently the Arrow JARs which are being distributed won't work with this branch so we decided to download some custom JARs and just dump them in for now. This will be resolved once the Arrow project starts distributing JARs which work cross-platform with Gandiva.




-- 
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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org