andreacfm commented on issue #9354:
URL: https://github.com/apache/hudi/issues/9354#issuecomment-1671565665
@ad1happy2go when trying to compile for spark 3.3 I get this error:
```
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] cannot access
org.apache.hadoop.shaded.org.apache.avro.reflect.Stringable
class file for org.apache.hadoop.shaded.org.apache.avro.reflect.Stringable
not found
[ERROR]
/Users/andrea/code/repos/hudi/hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:[240,9]
no suitable method found for
collect(java.util.stream.Collector<org.apache.hudi.common.model.HoodieColumnRangeMetadata<java.lang.Comparable>,capture#1
of
?,java.util.Map<java.lang.String,org.apache.hudi.common.model.HoodieColumnRangeMetadata<java.lang.Comparable>>>)
method
java.util.stream.Stream.<R>collect(java.util.function.Supplier<R>,java.util.function.BiConsumer<R,?
super
org.apache.hudi.common.model.HoodieColumnRangeMetadata>,java.util.function.BiConsumer<R,R>)
is not applicable
(cannot infer type-variable(s) R
(actual and formal argument lists differ in length))
method java.util.stream.Stream.<R,A>collect(java.util.stream.Collector<?
super org.apache.hudi.common.model.HoodieColumnRangeMetadata,A,R>) is not
applicable
(cannot infer type-variable(s) R,A
(argument mismatch;
java.util.stream.Collector<org.apache.hudi.common.model.HoodieColumnRangeMetadata<java.lang.Comparable>,capture#1
of
?,java.util.Map<java.lang.String,org.apache.hudi.common.model.HoodieColumnRangeMetadata<java.lang.Comparable>>>
cannot be converted to java.util.stream.Collector<? super
org.apache.hudi.common.model.HoodieColumnRangeMetadata,A,R>))
```
Command is
```
mvn clean package -DskipTests -Dspark3.3
```
--
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]