lidavidm commented on PR #37085: URL: https://github.com/apache/arrow/pull/37085#issuecomment-1673145943
Looks like a static analysis failure: ``` Error: /arrow/java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.java:[201,8] error: [ChainingConstructorIgnoresParameter] The called constructor accepts a parameter with the same name and type as one of its caller's parameters, but its caller doesn't pass that parameter to it. It's likely that it was intended to. Error: (see https://errorprone.info/bugpattern/ChainingConstructorIgnoresParameter) Error: Did you mean 'explicitTypesByColumnIndex,'? Error: -> [Help 1] ``` -- 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]
