Skip to content

Commit

Permalink
Merge pull request #11 from meshtrade/fix-arrow-index-out-of-bounds
Browse files Browse the repository at this point in the history
Fix: index out of bounds error
  • Loading branch information
KyleSmith19091 authored Nov 13, 2024
2 parents 0fc5c5b + bc253a5 commit 1b1ad65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etl/parquet/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func (s *ParquetSerialiser[T]) appendStructValues(builderIdx int, structVal refl
if err != nil {
return -1, err
}
continue
}
default:
return -1, fmt.Errorf("unsupported field type: %s", fieldVal.Kind())
Expand Down

0 comments on commit 1b1ad65

Please sign in to comment.