influxdb/storage
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
..
flux feat: update flux components to use flux/array instead of arrow/array (#21971) 2021-07-29 15:31:31 -05:00
mocks refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
reads fix: regenerate protos using gogo 1.3.2 (#21880) 2021-07-20 15:11:46 -04:00
readservice chore: Converging on 1.x tsdb 2020-08-03 09:20:48 -07:00
bucket_service.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
bucket_service_test.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
config.go feat: Port shard precreation service from InfluxDB 1.x 2020-09-09 13:34:22 -07:00
engine.go feat: add config parameters to toggle WAL concurrency and timeouts (#21621) 2021-06-09 11:03:53 -04:00
points_writer.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
retention.go feat: Port 1.x retention policy enforcement service 2020-09-09 10:32:06 -07:00