Commits


Diego Fernández Giraldo authored and GitHub committed 37616a8da57
GH-39328: [Java] Make default getConsumer public (#39329) ### Rationale for this change This can be useful for people implementing their own getConsumer ### What changes are included in this PR? Make the default getConsumer public. ### Are these changes tested? N/A ### Are there any user-facing changes? Users can now call JdbcToArrowUtils.getConsumer * Closes: #39328 Authored-by: Diego Fernandez <aiguo.fernandez@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>