Skip to content

Commit

Permalink
Removed superfluous tab
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtHagenlocher committed Nov 7, 2023
1 parent 2354164 commit a517521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/adbc/driver/snowflake/record_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func integerToDecimal128(ctx context.Context, a arrow.Array, dt *arrow.Decimal12
if err != nil {
return nil, err
}

data := result.Data()
result.Data().Reset(dt, data.Len(), data.Buffers(), data.Children(), data.NullN(), data.Offset())
return result, err
Expand Down

0 comments on commit a517521

Please sign in to comment.