Skip to content

Commit

Permalink
Refactor JDBCStreamQueryResult (#33667)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Nov 14, 2024
1 parent e9a9afb commit c67f4d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
/**
* JDBC query result for stream loading.
*/
@Getter
public final class JDBCStreamQueryResult extends AbstractStreamQueryResult {

@Getter
private final ResultSet resultSet;

public JDBCStreamQueryResult(final ResultSet resultSet) throws SQLException {
Expand Down

0 comments on commit c67f4d2

Please sign in to comment.