Noah Treuhaft

Results 27 comments of Noah Treuhaft

This does look like an Arrow Parquet bug. Note the bogus min value in the page statistics here. That's the same value DuckDB complains about. ```console $ echo '{device_floor: 3...

This bug is fixed in apache/arrow-go#210, included in github.com/apache/arrow-go/[email protected].

This is happening because tableio.Writer and textio.Writer use a single arena with types from two zed.Contexts. (They create the second context for expr.NewFlattener. csvio.Writer and zeekio.Writer use NewFlattener in the...

I propose we start by adding a way to specify an HTTP method, headers, and request body. The `get` syntax currently looks like this: ``` get [format ] ``` I...

#4920 replaced kernel.Reader with dag.DefaultScan, to which this issue still applies.

#4806 implements a solution for arrays and sets but for not maps or records.