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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]