influxdb/task
Jonathan A. Sternberg d0b1f5a80e
feat: update flux components to use flux/array instead of arrow/array (#21971)
This updates the flux integration to use the `flux/array` package rather
than directly using the `arrow/array` package.

Flux recently switched to wrapping the array types from arrow and
creating its own array package to be used for table columns instead of
directly referencing the arrow package. This allows us to keep a
consistent interface, but potentially change internal implementations
without changing downstream consumers. Most recently, the
`*array.String` type has some of its own optimizations for certain array
patterns.

This change updates the flux integration to use the new API.
2021-07-29 15:31:31 -05:00
..
backend feat: update flux components to use flux/array instead of arrow/array (#21971) 2021-07-29 15:31:31 -05:00
mock refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
options refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
servicetest refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
taskmodel refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00