[GitHub] [hudi] bydeath opened a new issue, #5552: [SUPPORT] It failed to compile raw hudi src with error "oodieTableMetadataUtil.java:[189,7] no suitable method found for collect(java.util.stream.Col

2022-12-17 Thread GitBox


bydeath opened a new issue, #5552:
URL: https://github.com/apache/hudi/issues/5552

   **Describe the problem you faced**
   
   My first compiling hudi src failed
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. git clone https://github.com/apache/hudi.git && cd hudi
   2. mvn clean package -DskipTests
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   [ERROR] 
hudi-src/hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:[189,7]
 no suitable method found for 
collect(java.util.stream.Collector,capture#1
 of 
?,java.util.Map>>)
   method 
java.util.stream.Stream.collect(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BiConsumer)
 is not applicable
 (cannot infer type-variable(s) R
   (actual and formal argument lists differ in length))
   method java.util.stream.Stream.collect(java.util.stream.Collector) is not 
applicable
 (cannot infer type-variable(s) R,A
   (argument mismatch; 
java.util.stream.Collector,capture#1
 of 
?,java.util.Map>>
 cannot be converted to java.util.stream.Collector))
   [ERROR] 
hudi-src/hudi-common/src/main/java/org/apache/hudi/common/util/ParquetUtils.java:[332,11]
 no suitable method found for 
collect(java.util.stream.Collector,capture#2
 of 
?,java.util.Map>>>)
   method 
java.util.stream.Stream.collect(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BiConsumer)
 is not applicable
 (cannot infer type-variable(s) R
   (actual and formal argument lists differ in length))
   method java.util.stream.Stream.collect(java.util.stream.Collector) is not 
applicable
 (cannot infer type-variable(s) R,A
   (argument mismatch; 
java.util.stream.Collector,capture#2
 of 
?,java.util.Map>>>
 cannot be converted to java.util.stream.Collector))
   


-- 
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-unsubscr...@hudi.apache.org.apache.org

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



[GitHub] [hudi] bydeath opened a new issue, #5552: [SUPPORT] It failed to compile raw hudi src with error "oodieTableMetadataUtil.java:[189,7] no suitable method found for collect(java.util.stream.Col

2022-05-10 Thread GitBox


bydeath opened a new issue, #5552:
URL: https://github.com/apache/hudi/issues/5552

   **Describe the problem you faced**
   
   My first compiling hudi src failed
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. git clone https://github.com/apache/hudi.git && cd hudi
   2. mvn clean package -DskipTests
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   [ERROR] 
hudi-src/hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:[189,7]
 no suitable method found for 
collect(java.util.stream.Collector,capture#1
 of 
?,java.util.Map>>)
   method 
java.util.stream.Stream.collect(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BiConsumer)
 is not applicable
 (cannot infer type-variable(s) R
   (actual and formal argument lists differ in length))
   method java.util.stream.Stream.collect(java.util.stream.Collector) is not 
applicable
 (cannot infer type-variable(s) R,A
   (argument mismatch; 
java.util.stream.Collector,capture#1
 of 
?,java.util.Map>>
 cannot be converted to java.util.stream.Collector))
   [ERROR] 
hudi-src/hudi-common/src/main/java/org/apache/hudi/common/util/ParquetUtils.java:[332,11]
 no suitable method found for 
collect(java.util.stream.Collector,capture#2
 of 
?,java.util.Map>>>)
   method 
java.util.stream.Stream.collect(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BiConsumer)
 is not applicable
 (cannot infer type-variable(s) R
   (actual and formal argument lists differ in length))
   method java.util.stream.Stream.collect(java.util.stream.Collector) is not 
applicable
 (cannot infer type-variable(s) R,A
   (argument mismatch; 
java.util.stream.Collector,capture#2
 of 
?,java.util.Map>>>
 cannot be converted to java.util.stream.Collector))
   


-- 
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-unsubscr...@hudi.apache.org.apache.org

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