Skip to content

Commit

Permalink
Merge pull request #10 from meshtrade/fix-arrow-serialisation-builder…
Browse files Browse the repository at this point in the history
…-index

Fix: builder iterator not being updated
  • Loading branch information
KyleSmith19091 authored Nov 13, 2024
2 parents 4f33afa + 1d9405c commit 0fc5c5b
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 0fc5c5b

Please sign in to comment.