Carol (Nichols || Goulding)
56c515a063
refactor: Simplify partition sorting code
2021-02-22 11:19:47 -05:00
Carol (Nichols || Goulding)
04e2631f26
refactor: Switch to explicit Arc::clone
2021-02-22 11:10:07 -05:00
kodiakhq[bot]
6564f7d207
Merge pull request #774 from influxdata/alamb/run_examples_in_ci
...
chore: Compile examples and benches continue in CI tests
2021-02-22 16:08:11 +00:00
Carol (Nichols || Goulding)
eec13912dd
fix: Update test that calls a fn that's no longe async
2021-02-22 11:06:54 -05:00
kodiakhq[bot]
fa2a67811b
Merge branch 'main' into alamb/run_examples_in_ci
2021-02-22 15:55:05 +00:00
Edd Robinson
cb335810e2
refactor: use new column_name API
2021-02-22 15:32:55 +00:00
Edd Robinson
cd83fcbfdb
feat: implement Selection on column_names
2021-02-22 15:32:55 +00:00
Edd Robinson
4caa1d732f
refactor: make Selection Copy
2021-02-22 15:32:55 +00:00
Carol (Nichols || Goulding)
d0707725cf
Merge remote-tracking branch 'origin/main' into pd-mutable-buffer-data-eviction
2021-02-22 10:21:59 -05:00
Carol (Nichols || Goulding)
5456f1ba25
fix: Remove CI job compiling examples already covered by cargo test
2021-02-22 10:18:28 -05:00
Carol (Nichols || Goulding)
dab34ea297
Merge remote-tracking branch 'origin/main' into alamb/run_examples_in_ci
2021-02-22 10:11:12 -05:00
Andrew Lamb
aa09cd3579
fix: remove workaround query code ( #842 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-22 13:29:27 +00:00
Marko Mikulicic
81739bf486
docs: Fix typo
2021-02-22 10:35:23 +00:00
Marko Mikulicic
b8dc4c93dc
docs: Rename read group to row group
2021-02-19 23:37:51 +00:00
kodiakhq[bot]
069b4feb6a
Merge pull request #822 from influxdata/er/feat/read_buffer/string_fields
...
refactor: enable string fields in read buffer
2021-02-19 23:23:35 +00:00
kodiakhq[bot]
fc0c79a84a
Merge branch 'main' into er/feat/read_buffer/string_fields
2021-02-19 23:10:07 +00:00
kodiakhq[bot]
b4fb184826
Merge pull request #837 from influxdata/er/refactor/sync-meta
...
refactor: make certain Database method sync
2021-02-19 22:48:10 +00:00
Edd Robinson
92eb8b9e85
refactor: make certain Database method sync
...
A couple of methods don't seem to have any await points in their
implementations, so it feels like they could just be `sync`.
2021-02-19 17:14:17 +00:00
kodiakhq[bot]
bc700ec460
Merge pull request #834 from influxdata/jg/azure-list-with-delimiter
...
feat: Implement list_with_delimiter for Azure
2021-02-19 15:03:41 +00:00
Carol (Nichols || Goulding)
54ecaaa7a6
docs: Restore the example .env file and add Azure variables
2021-02-18 16:53:06 -05:00
Carol (Nichols || Goulding)
cc6738c6f3
fix: Check for AZURE_STORAGE_MASTER_KEY in the test macro too
2021-02-18 16:53:06 -05:00
Carol (Nichols || Goulding)
fcd4f91909
feat: Implement list_with_delimiter for Azure storage
2021-02-18 16:37:23 -05:00
Carol (Nichols || Goulding)
57942b51b7
feat: Update to latest Azure sdk to get delimiter support
...
Needed these PRs:
- https://github.com/Azure/azure-sdk-for-rust/pull/176
- https://github.com/Azure/azure-sdk-for-rust/pull/179
Also needed to enable the queue feature to get the azure_storage crate
compiling; at the moment, the code is still being reorganized and the
features aren't independent yet:
https://github.com/Azure/azure-sdk-for-rust/issues/177
2021-02-18 14:59:06 -05:00
Jake Goulding
484adcc257
chore: fix typo in an error message
2021-02-18 14:57:38 -05:00
Marko Mikulicic
536c1724bd
feat: Allow to put streams of unknown length to objectstore
...
Addresses the API aspect of #818
Adds a utility module that helps computing the length of a stream while buffering it
for later replay (in-memory or spilling it in a temporary file).
2021-02-18 16:49:18 +00:00
kodiakhq[bot]
fbccc712b4
Merge pull request #832 from influxdata/ntran/update_arrow_dependencies
...
chore: update Arrow dependencies
2021-02-18 16:32:56 +00:00
kodiakhq[bot]
4718b340f3
Merge branch 'main' into ntran/update_arrow_dependencies
2021-02-18 16:20:49 +00:00
NGA TRAN
213094f8f7
chore: update Arrow dependencies
2021-02-18 10:02:57 -05:00
Andrew Lamb
e669e367c6
feat: Include GIT_HASH in startup log message ( #829 )
2021-02-18 10:50:14 +00:00
Andrew Lamb
2c993dfe26
fix: do not use `println!` on server startup ( #828 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-17 22:46:02 +00:00
Edd Robinson
58bb79eef2
test: enable scenario
2021-02-17 21:17:56 +00:00
Edd Robinson
baa45d2c4c
refactor: unlock the power of STRINGS
2021-02-17 21:17:56 +00:00
Andrew Lamb
9b91e0624c
feat: implement field_columns plan ( #819 )
...
* feat: implement field_columns plan
* fix: fix doc tests
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-17 20:43:24 +00:00
Carol (Nichols || Goulding)
f934a21efe
test: Update tests to match new cloud storage error behavior
2021-02-17 14:23:34 -05:00
Carol (Nichols || Goulding)
ef54131afb
feat: Gets google cloud list_with_delimiter tests passing
2021-02-17 14:23:33 -05:00
kodiakhq[bot]
d5d4e7a3b0
Merge pull request #826 from influxdata/dom/clone-api-client
...
refactor: derive Clone for API client
2021-02-17 17:08:50 +00:00
Dom
4e6841bc5e
refactor: derive Clone for API client
2021-02-17 16:53:00 +00:00
kodiakhq[bot]
de9b58f340
Merge pull request #825 from influxdata/dom/api-get-writer-id
...
feat: get writer ID endpoint
2021-02-17 16:33:17 +00:00
Dom
1a67b73ace
feat: get writer ID endpoint
...
Adds an API endpoint to retrieve the currently set server writer ID:
GET /iox/api/v1/id
Returning:
{"id":42}
Also adds a get_writer_id() method to the IOx API client.
2021-02-17 16:03:47 +00:00
kodiakhq[bot]
64e51ccdbc
Merge pull request #824 from influxdata/chore/docker-inspect-get-deploy-tags
...
chore: use docker image inspect in get-deploy-tags.sh
2021-02-17 10:35:30 +00:00
Wojciech Kocjan
ebd7f4c1e4
chore: use docker image inspect in get-deploy-tags.sh
2021-02-17 09:12:56 +01:00
Andrew Lamb
071b13b939
chore: Update dependencies ( #821 )
...
* chore: Update dependencies
* fix: update udf implementation for DataFusion update
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-16 23:27:36 +00:00
kodiakhq[bot]
7de5d35bab
Merge pull request #816 from influxdata/er/feat/read_buffer/size
...
feat: implement `size` on Read Buffer
2021-02-16 22:56:07 +00:00
Edd Robinson
b5922b6a08
refactor: apply suggestions from code review
...
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-02-16 22:07:45 +00:00
Edd Robinson
bedb748ae0
feat: implement size on rest of read buffer
2021-02-16 22:01:27 +00:00
Edd Robinson
6d694a0fd3
refactor: remove size/rows from column meta
2021-02-16 22:01:27 +00:00
Edd Robinson
f952d673ba
feat: add size on bool encoding
2021-02-16 22:01:27 +00:00
Edd Robinson
497ab1140b
feat: implement size on fixed_null encoding
2021-02-16 22:01:27 +00:00
Edd Robinson
5c65e7072e
feat: implement size on RLE
2021-02-16 22:01:27 +00:00
kodiakhq[bot]
72546f75be
Merge pull request #817 from influxdata/er/refactor/clippy_clone_lint
...
refactor: apply clippy clone lint
2021-02-16 13:53:11 +00:00