You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/24 17:10:27 UTC

[GitHub] [beam] ibzib commented on a change in pull request #14062: [BEAM-10961] enable strict dependency checking for sdks/java/io/parquet

ibzib commented on a change in pull request #14062:
URL: https://github.com/apache/beam/pull/14062#discussion_r582141781



##########
File path: sdks/java/io/parquet/build.gradle
##########
@@ -46,11 +47,10 @@ dependencies {
   compile "org.apache.parquet:parquet-common:$parquet_version"
   compile "org.apache.parquet:parquet-hadoop:$parquet_version"
   compile library.java.avro
+  compile "org.apache.parquet:parquet-column:1.10.0"

Review comment:
       Also, please move this line so its with the rest of the parquet dependencies.
   
   ```suggestion
     compile "org.apache.parquet:parquet-column:$parquet_version"
   ```




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

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