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:
[email protected]