Skip to content

Commit f233bd4

Browse files
fix: changes
1 parent 3f718cc commit f233bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/db2/internal/backfill.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (d *DB2) ChunkIterator(ctx context.Context, stream types.StreamInterface, c
4848
stmt = jdbc.DB2RidChunkScanQuery(stream, chunk, filter)
4949
}
5050

51-
// begin transaction for chunks iteration
51+
// begin transaction for chunk iteration
5252
tx, err := d.client.BeginTx(ctx, &sql.TxOptions{})
5353
if err != nil {
5454
return fmt.Errorf("failed to begin transaction: %s", err)

0 commit comments

Comments
 (0)