influxdb/schema
Marco Neumann 6369d88633
refactor: enforce name of the one-and-only time column (#5982)
* refactor: enforce name of the one-and-only time column

We currently only support a single time dimension and some parts of
other stack rely on the name of the time column. So lets enforce the
name (note that `schema::try_from_arrow` already checks for duplicate
column, so we are now left with a single dimension).

* refactor: mark a few errors as "internal"

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-10-27 12:42:49 +00:00
..
src refactor: enforce name of the one-and-only time column (#5982) 2022-10-27 12:42:49 +00:00
Cargo.toml feat: Use workspace dep inheritance for the arrow crate 2022-10-26 10:34:29 -04:00