Oliver Kennedy

Results 161 issues of Oliver Kennedy

Enumeration tests

It would be helpful for the Missing Value lens to emit explanations that reference the original value (specifically for constraints)

enhancement

"Value Repair" is the "repair" part of the Missing Value lens. It would be helpful to make this its own operator for two reasons: 1. Missing Value Repair is something...

enhancement

Small edits with far-reaching effects. The big edits are: 1. New Type matchers 2. TypeRegistry is now a class rather than a global 3. There's now a distinction between BaseType...

For a few bits of analysis that I'd like to do, the data files are super huge, but compress down really neatly (lots of whitespace, repeated patterns, etc...). It would...

help wanted
backend
good first issue

At the moment, regular expressions for user-provided type inference/type detection are hardcoded. It would be useful to pull this out and put it into the metadata store (using hardcoded values...

help wanted
backend
adaptive schemas
good first issue

Depends on #216 first. Sensitivity (aka Influence) is a measure of how much of an impact a particular source of uncertainty has on a query result. In our context, it...

enhancement
backend
eventually
explain/analyze
662 Project

An existential query returns simply true or false – true if the select query has at least one result, false otherwise. For example, the following query returns true if there...

enhancement
help wanted
backend
compiler
parser/sql
explain/analyze
662 Project

`LoadCSV` and `db.load()` should have an (optional?) way to import data with line numbers. In particular, when `db.load()` needs to create a new table, it's perfectly reasonable to have it...

enhancement
help wanted
eventually
good first issue

Mimir should be able to auto-detect the format of files given as command-line arguments. Currently all unflagged arguments are treated as files of SQL commands. Instead, we should have: -...

enhancement
help wanted
good first issue