Skip to content

Commit

Permalink
Merge pull request linkedin#241 from atetubou/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrick McDermott authored Apr 5, 2022
2 parents 5b68de1 + 346a201 commit 5ec5a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocf_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ type OCFConfig struct {
// this field is ignored.
CompressionName string

//MetaData specifies application specific meta data to be added to
//the OCF file. When appending to an existing OCF, this field
//is ignored
// MetaData specifies application specific meta data to be added to
// the OCF file. When appending to an existing OCF, this field
// is ignored.
MetaData map[string][]byte
}

Expand Down

0 comments on commit 5ec5a5e

Please sign in to comment.