zed icon indicating copy to clipboard operation
zed copied to clipboard

A novel data lake based on super-structured data

Results 435 zed issues
Sort by recently updated
recently updated
newest added

```shell ❯ super --version Version: v1.18.0-350-g733dc02a1 ❯ super -z -c "{foo:[]}" {foo:[]([null])} ❯ super -z -c "{foo:[]([null])}" parse error at line 1, column 8: {foo:[]([null])} === ^ === ❯ echo...

community

As our query language has evolved, we've expressed plans to deprecate some parts of it, such as how `aggregate` has taken the place of the former `summarize` operator (#5722) or...

## tl;dr We've reached consensus that the initial GA release of SuperDB will include the `UNION ALL` support added in #5735, which is in some ways not fully compatible with...

sql-coverage

## tl;dr We've reached consensus that the initial GA release of SuperDB will include the `UNION ALL` support added in #5735, while `UNION DISTINCT` will come later. ## Details At...

sql-coverage

We've finished a first version of the shaping functions, but there's still debugging that needs to be done and rough edges smoothed out to make it useful enough to blog...

Epic

We're aware of this limitation of Parquet: ``` $ echo '{"foo": {}}' | super -f parquet -o data.parquet - parquetio: unsupported type: empty record ``` We've noticed that other tools...

I know it's still early days on `super` but I was trying swapping in `super db` for `zed` in some existing scripts and ran across this. ``` ❯ zed init...

community

We should decide whether the distinct pipe operator stays in the language or is hidden for use only by sql distinct. If we include it, we need to document it.

A query performed in vector runtime has been observed to run much slower if against a Parquet file that was output by `super` itself when compared to querying against a...

Some docs examples populate a scratch SuperDB data lake so that lake-specific operations using loaded pool data can be shown further down the page. ## Details There's two pages that...

documentation