Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
typo [nt]
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Dec 2, 2023
1 parent 0109100 commit 9edd372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iop/datastream.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ func (ds *Datastream) ConsumeParquetReader(reader io.Reader) (err error) {
func (ds *Datastream) ConsumeAvroReaderSeeker(reader io.ReadSeeker) (err error) {
a, err := NewAvroStream(reader, Columns{})
if err != nil {
return g.Error(err, "could create parquet stream")
return g.Error(err, "could create avro stream")
}

ds.Columns = a.Columns()
Expand Down

0 comments on commit 9edd372

Please sign in to comment.