You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adapted for super-structured data called [_SuperSQL_](super-sql/intro.md),
9
9
which is aspirationally backward-compatible with
10
10
[PostgreSQL](https://www.postgresql.org/).
@@ -219,7 +219,7 @@ also as a super-structured product type. Thus, JSON and relational tables
219
219
are cleanly unified with an algebraic type system.
220
220
221
221
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
223
223
type system so that mixed-type arrays now work, e.g., the query
224
224
from above seems to work
225
225
```sh
@@ -258,7 +258,7 @@ Code: 636. DB::Exception: The table structure cannot be extracted from a JSON fo
258
258
Code: 53. DB::Exception: Automatically defined type Int64 forcolumn 'a'in row 1 differs from type defined by previous rows: Array(String). You can specify the typefor this column using setting schema_inference_hints. (TYPE_MISMATCH) (version 26.1.1.912 (official build)).
259
259
...
260
260
```
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
262
262
fundamental dissonance here in an
263
263
approach that adapts the statically-typed relational model to a new
264
264
model based on dynamic data without clearly defining what the new
0 commit comments