We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd9ee3 commit 2501a29Copy full SHA for 2501a29
java/flight/flight-jdbc-driver/pom.xml
@@ -298,6 +298,11 @@
298
<rules>
299
<rule>
300
<element>CLASS</element>
301
+ <excludes>
302
+ <exclude>org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl</exclude>
303
+ <!-- The uncovered branch is unreachable -->
304
+ <exclude>org.apache.arrow.driver.jdbc.utils.UrlParser</exclude>
305
+ </excludes>
306
<limits>
307
<limit implementation="org.jacoco.report.check.Limit">
308
<counter>BRANCH</counter>
0 commit comments