rtadepalli commented on code in PR #34358: URL: https://github.com/apache/arrow/pull/34358#discussion_r1119497321
########## java/flight/flight-sql-jdbc-driver/src/main/java/org/apache/arrow/driver/jdbc/ArrowFlightPreparedStatement.java: ########## @@ -39,12 +39,12 @@ public class ArrowFlightPreparedStatement extends AvaticaPreparedStatement private final ArrowFlightSqlClientHandler.PreparedStatement preparedStatement; - private ArrowFlightPreparedStatement(final ArrowFlightConnection connection, - final ArrowFlightSqlClientHandler.PreparedStatement preparedStatement, - final StatementHandle handle, - final Signature signature, final int resultSetType, - final int resultSetConcurrency, - final int resultSetHoldability) + public ArrowFlightPreparedStatement(final ArrowFlightConnection connection, Review Comment: Changed. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org