Skip to content

Commit 02bfe41

Browse files
authored
Fix link to blend and a couple typos (#6762)
1 parent 4c37890 commit 02bfe41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/src/command/output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ and can be disabled with `-color false`.
9090
## Pipeline-friendly Formats
9191

9292
Though they're compressed formats, CSUP and BSUP data are self-describing and
93-
stream-oriented and thus is pipeline friendly.
93+
stream-oriented and thus are pipeline friendly.
9494

9595
Since data is self-describing you can simply take super-structured output
9696
of one command and pipe it to the input of another. It doesn't matter if the value
@@ -141,7 +141,7 @@ a separate output file for each output type.
141141

142142
## Fused Data
143143

144-
The [blend](../super-sql/operators/fuse.md) operator uses
144+
The [blend](../super-sql/operators/blend.md) operator uses
145145
[type fusion](../super-sql/type-fusion.md) to merge different record
146146
types into a blended type, e.g.,
147147
```mdtest-command
@@ -158,7 +158,7 @@ to conform to a single type.
158158

159159
Also, data fusion can sometimes involve sum types that are not
160160
representable in a format like Parquet. While a bit cumbersome,
161-
you could write a query that adjusts the output be renaming columns
161+
you could write a query that adjusts the output by renaming columns
162162
so that heterogenous data column types are avoided. This modified
163163
data could then be fused without sum types and output to Parquet.
164164

0 commit comments

Comments
 (0)