Skip to content

Commit 10ae68e

Browse files
committed
address PR feedback
1 parent d0bfd38 commit 10ae68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/src/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SuperDB is a new type of analytics database that promises an easier approach
44
to modern data because it unifies relational tables and eclectic JSON in a
55
powerful, new data model called [_super-structured data_](formats/model.md).
66
SuperDB's query language is a
7-
[pipe SQL](https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/)
7+
[Pipe SQL](https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/)
88
adapted for super-structured data called [_SuperSQL_](super-sql/intro.md),
99
which is aspirationally backward-compatible with
1010
[PostgreSQL](https://www.postgresql.org/).
@@ -219,7 +219,7 @@ also as a super-structured product type. Thus, JSON and relational tables
219219
are cleanly unified with an algebraic type system.
220220

221221
The relational database industry is just beginning to recognize this
222-
and ClickHouse, in partiicular, recently introduced sum types into their
222+
and ClickHouse, in particular, recently introduced sum types into their
223223
type system so that mixed-type arrays now work, e.g., the query
224224
from above seems to work
225225
```sh
@@ -258,7 +258,7 @@ Code: 636. DB::Exception: The table structure cannot be extracted from a JSON fo
258258
Code: 53. DB::Exception: Automatically defined type Int64 for column 'a' in row 1 differs from type defined by previous rows: Array(String). You can specify the type for this column using setting schema_inference_hints. (TYPE_MISMATCH) (version 26.1.1.912 (official build)).
259259
...
260260
```
261-
No doubt, this will be fixed this in the future. But there's a
261+
No doubt, this will be fixed in the future. But there's a
262262
fundamental dissonance here in an
263263
approach that adapts the statically-typed relational model to a new
264264
model based on dynamic data without clearly defining what the new

0 commit comments

Comments
 (0)