Skip to content

Commit

Permalink
address pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Oct 7, 2024
1 parent 2ee7c86 commit 78f1610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/azureblobstorage/decoding_csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type csvDecoder struct {
err error
}

// newParquetDecoder creates a new CSV decoder.
// newCSVDecoder creates a new CSV decoder.
func newCSVDecoder(config decoderConfig, r io.Reader) (decoder, error) {
d := csvDecoder{r: csv.NewReader(r)}
d.r.ReuseRecord = true
Expand Down

0 comments on commit 78f1610

Please sign in to comment.