kou commented on PR #14210: URL: https://github.com/apache/arrow/pull/14210#issuecomment-1257159486
@lidavidm It seems that this breaks the "java-jars" job: https://github.com/ursacomputing/crossbow/actions/runs/3120934243/jobs/5062134840#step:7:55283 ```text Warning: Rule violated for class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.1: branches covered ratio is 0.25, but expected minimum is 0.80 ... Error: Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.7:check (check) on project flight-sql-jdbc-driver: Coverage checks have not been met. See log for details. -> [Help 1] Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error: Error: For more information about the errors and possible solutions, please read the following articles: Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Error: Error: After correcting the problems, you can resume the build with the command Error: mvn <args> -rf :flight-sql-jdbc-driver Error: Process completed with exit code 1. ``` Could you take a look at this? -- 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]
