Skip to content

Commit 4a9bb42

Browse files
Extended use of public error types
- updated rows package to use the new public error types - refactored arrow/column based rows to put errors into a separate file Signed-off-by: Raymond Cypher <[email protected]>
1 parent 41fa205 commit 4a9bb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/rows/arrowbased/arrowRows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ func (ars *arrowRowScanner) loadBatch(batchIndex int) dbsqlerr.DBError {
355355

356356
colData := col.Data()
357357
colData.Retain()
358-
defer col.Release()
358+
defer colData.Release()
359359

360360
colValsHolder := ars.columnValues[i]
361361

0 commit comments

Comments
 (0)