File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ and can be disabled with `-color false`.
9090## Pipeline-friendly Formats
9191
9292Though 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
9595Since data is self-describing you can simply take super-structured output
9696of 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
146146types into a blended type, e.g.,
147147``` mdtest-command
@@ -158,7 +158,7 @@ to conform to a single type.
158158
159159Also, data fusion can sometimes involve sum types that are not
160160representable 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
162162so that heterogenous data column types are avoided. This modified
163163data could then be fused without sum types and output to Parquet.
164164
You can’t perform that action at this time.
0 commit comments