sardell commented on PR #7191: URL: https://github.com/apache/nifi/pull/7191#issuecomment-1526277942
@tpalfy I tried building the latest push but it's failing due to a compilation error: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:10 min (Wall Clock) [INFO] Finished at: 2023-04-27T15:31:31-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project nifi-framework-cluster: Compilation failure: Compilation failure: [ERROR] /Users/sardell/projects/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/manager/FlowAnalysisResultEntityMergerTest.java:[233,30] error: incompatible types: Set<FlowAnalysisRuleDTO> cannot be converted to List<FlowAnalysisRuleDTO> [ERROR] /Users/sardell/projects/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/manager/FlowAnalysisResultEntityMergerTest.java:[234,39] error: incompatible types: Set<FlowAnalysisRuleViolationDTO> cannot be converted to List<FlowAnalysisRuleViolationDTO> ``` -- 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]
