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/09 06:05:46 UTC

[GitHub] [calcite] vlsi edited a comment on pull request #2600: [CALCITE-4877] Make the exception information more explicit for instantiate plugin.

vlsi edited a comment on pull request #2600:
URL: https://github.com/apache/calcite/pull/2600#issuecomment-963843941


   > Avatica 1.20.0-SNAPSHOT exists. It is in .m2/repository. Gradle can't find it.
   
   @julianhyde , this is intentional, and by default Gradle does *not* resolve dependencies from Maven Local repository.
   This ensures every developer has a consistent resolution, and they do not get accidental artifacts lurking from no one knows which times.
   
   For the rare cases when you really need to have `mavenLocal`, you can add `-PenableMavenLocal` [command line argument](https://github.com/apache/calcite/blob/f1db79fb876ac9ba3c405283e99bb0438e4e97be/build.gradle.kts#L78) which would add Maven Local to the list of repositories.
   
   >Changing git workflows seems to be just masking problems
   
   +1. I incline that the CI jobs uncovered true problem, so we should not disable them. Of course, temporary disabling is ok as a workaround, however, they served their purpose and they identified a bug.


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