Skip to content

Commit

Permalink
add clarifying dictionary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt committed Dec 14, 2022
1 parent 54ceeba commit 868965f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zio/arrowio/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ var (

// Writer is a zio.Writer for the Arrow IPC stream format. Given Zed values
// with appropriately named types (see the newArrowDataType implementation), it
// can write all Arrow types except dictionaries and sparse unions.
// can write all Arrow types except dictionaries and sparse unions. (Although
// dictionaries are not part of the Zed data model, write support could be added
// using a named type.)
type Writer struct {
w io.WriteCloser
writer *ipc.Writer
Expand Down

0 comments on commit 868965f

Please sign in to comment.