steveloughran commented on PR #1139:
URL: https://github.com/apache/parquet-mr/pull/1139#issuecomment-2024866245
ahh, doesnt build without the hadoop version of guava preconditions (we
added after getting fed up with brittleness of guava)
```
Error: COMPILATION ERROR :
[INFO] -------------------------------------------------------------
Error:
/home/runner/work/parquet-mr/parquet-mr/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/util/vectorio/VectorIOBridge.java:[22,37]
cannot find symbol
symbol: class Preconditions
location: package org.apache.hadoop.util
Error:
/home/runner/work/parquet-mr/parquet-mr/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/util/vectorio/VectorIOBridge.java:[22,1]
static import only from classes and interfaces
Error:
/home/runner/work/parquet-mr/parquet-mr/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/util/vectorio/VectorIOBridge.java:[345,5]
cannot find symbol
symbol: method
checkArgument(boolean,java.lang.String,org.apache.parquet.io.ParquetFileRange)
location: class org.apache.parquet.hadoop.util.vectorio.VectorIOBridge
Error:
/home/runner/work/parquet-mr/parquet-mr/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/util/vectorio/VectorIOBridge.java:[367,5]
cannot find symbol
symbol: method checkArgument(boolean,java.lang.String)
location: class org.apache.parquet.hadoop.util.vectorio.VectorIOBridge
Error:
/home/runner/work/parquet-mr/parquet-mr/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/util/vectorio/VectorIOBridge.java:[379,11]
cannot find symbol
symbol: method
checkArgument(boolean,java.lang.String,org.apache.parquet.io.ParquetFileRange,org.apache.parquet.io.ParquetFileRange)
location: class org.apache.parquet.hadoop.util.vectorio.VectorIOBridge
[INFO] 5 errors
```
will fix
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]