Skip to content

Commit

Permalink
fix builder iterator not being updated
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSmith19091 committed Nov 13, 2024
1 parent 4f33afa commit 1d9405c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etl/parquet/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func (s *ParquetSerialiser[T]) appendStructValues(builderIdx int, structVal refl
// add date time value
timeVal := fieldVal.Interface().(time.Time)
s.fieldBuilders[builderIdx].(*array.Date64Builder).Append(arrow.Date64FromTime(timeVal))
continue
} else {
// recursively add struct values
var err error
Expand Down

0 comments on commit 1d9405c

Please sign in to comment.