Marco Neumann
bc7244c48e
chore: use Rust edition 2021
2021-10-25 10:58:20 +02:00
kodiakhq[bot]
5593bd9988
Merge pull request #2921 from influxdata/crepererum/issue2802
...
feat: create span contexts on write buffer consumer side
2021-10-25 08:22:31 +00:00
Marco Neumann
cd30e6beab
refactor: use `SpanRecorder` instead of hand-rolled logic
2021-10-25 10:16:05 +02:00
Marco Neumann
f3cc238d1c
feat: create span contexts on write buffer consumer side
2021-10-25 10:04:08 +02:00
kodiakhq[bot]
dc3c426398
Merge pull request #2954 from influxdata/dependabot/cargo/backtrace-0.3.62
...
chore(deps): bump backtrace from 0.3.61 to 0.3.62
2021-10-25 07:57:34 +00:00
dependabot[bot]
bd707fb7ca
chore(deps): bump backtrace from 0.3.61 to 0.3.62
...
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs ) from 0.3.61 to 0.3.62.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases )
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.61...0.3.62 )
---
updated-dependencies:
- dependency-name: backtrace
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 07:49:24 +00:00
kodiakhq[bot]
2b92fd0eef
Merge pull request #2957 from influxdata/dependabot/cargo/hyper-0.14.14
...
chore(deps): bump hyper from 0.14.13 to 0.14.14
2021-10-25 07:47:23 +00:00
dependabot[bot]
80d6ec6fe9
chore(deps): bump hyper from 0.14.13 to 0.14.14
...
Bumps [hyper](https://github.com/hyperium/hyper ) from 0.14.13 to 0.14.14.
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.13...v0.14.14 )
---
updated-dependencies:
- dependency-name: hyper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 07:39:20 +00:00
kodiakhq[bot]
5ee93ce14f
Merge pull request #2953 from influxdata/dependabot/cargo/libc-0.2.105
...
chore(deps): bump libc from 0.2.104 to 0.2.105
2021-10-25 07:37:16 +00:00
dependabot[bot]
2b832fcc5c
chore(deps): bump libc from 0.2.104 to 0.2.105
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.104 to 0.2.105.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.104...0.2.105 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 07:28:31 +00:00
kodiakhq[bot]
f67f42d3be
Merge pull request #2955 from influxdata/dependabot/cargo/tower-0.4.10
...
chore(deps): bump tower from 0.4.9 to 0.4.10
2021-10-25 07:26:34 +00:00
dependabot[bot]
fae12cee54
chore(deps): bump tower from 0.4.9 to 0.4.10
...
Bumps [tower](https://github.com/tower-rs/tower ) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/tower-rs/tower/releases )
- [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.9...tower-0.4.10 )
---
updated-dependencies:
- dependency-name: tower
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 07:15:51 +00:00
kodiakhq[bot]
30039ee712
Merge pull request #2956 from influxdata/dependabot/cargo/http-body-0.4.4
...
chore(deps): bump http-body from 0.4.3 to 0.4.4
2021-10-25 07:13:42 +00:00
dependabot[bot]
5bf2389486
chore(deps): bump http-body from 0.4.3 to 0.4.4
...
Bumps [http-body](https://github.com/hyperium/http-body ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/hyperium/http-body/releases )
- [Changelog](https://github.com/hyperium/http-body/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/http-body/commits )
---
updated-dependencies:
- dependency-name: http-body
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 01:40:25 +00:00
Andrew Lamb
52cf1a85b9
fix(metadata): Do not report table_names for tables that have no non-null values that match predicate ( #2947 )
...
* fix(metadata): Do not report table_names for tables that have no non-null values that match predicate
* fix: make apply_predicate_to_metadata precise
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-24 11:03:30 +00:00
Carol (Nichols || Goulding)
f69a470b90
refactor: Use TestDbBuilder to rebuild db in replay tests ( #2950 )
...
* refactor: Use TestDbBuilder to rebuild db in replay tests
* refactor: Organize uses
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-23 10:42:05 +00:00
Andrew Lamb
28962038c1
fix: properly handle null values in table_name plan ( #2946 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-23 10:35:02 +00:00
kodiakhq[bot]
6ab8bc6ec0
Merge pull request #2949 from influxdata/cn/remove-list-deleted-databases
...
fix: Remove the ability to list deleted databases
2021-10-22 19:43:09 +00:00
kodiakhq[bot]
9b70001aa4
Merge branch 'main' into cn/remove-list-deleted-databases
2021-10-22 19:36:39 +00:00
Carol (Nichols || Goulding)
7506f2b550
test: Remove more uses of listing deleted databases
2021-10-22 15:29:05 -04:00
kodiakhq[bot]
38f849d2fb
Merge pull request #2948 from influxdata/cn/rebuild-test-db
...
refactor: Make TestDbBuilder reusable for rebuilding databases
2021-10-22 19:04:22 +00:00
kodiakhq[bot]
4652ab4252
Merge branch 'main' into cn/rebuild-test-db
2021-10-22 18:57:48 +00:00
Andrew Lamb
e8ddc4e0db
feat: Add custom `NonNullChecker` operator that checks for non-null values in columns ( #2944 )
...
* feat: Add custom `NonNullChecker` operator that checks for non-null values in columns
* fix: remove println
* fix: typo
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-22 18:53:20 +00:00
Carol (Nichols || Goulding)
948cf92aaa
fix: Remove the ability to list deleted databases
...
Once we're relying on the server config file to know about databases,
IOx shouldn't be listing files in object storage to try and find deleted
databases.
When the disown API is implemented for the floating database design, it
will return the UUID of the database just disowned, so that it can
immediately be used in an adopt API call.
2021-10-22 14:50:06 -04:00
kodiakhq[bot]
58f214005c
Merge pull request #2945 from influxdata/cn/obj-sto-err-info
...
fix: Put Debug format of rusoto errors in error messages
2021-10-22 18:46:10 +00:00
kodiakhq[bot]
40a1070cb4
Merge branch 'main' into cn/obj-sto-err-info
2021-10-22 18:37:22 +00:00
Carol (Nichols || Goulding)
b4506c2f72
docs: Clean up some comments
...
Remove some that weren't accurately describing the code, fix some line
wrapping
2021-10-22 14:34:57 -04:00
Carol (Nichols || Goulding)
739fb075a7
refactor: Organize uses
2021-10-22 14:34:43 -04:00
Carol (Nichols || Goulding)
0c3ace5573
refactor: Call TestDbBuilder.build again instead of making a new builder
2021-10-22 14:32:32 -04:00
Carol (Nichols || Goulding)
e838a22f92
refactor: Make TestDbBuilder reusable for rebuilding databases
...
Many tests want to exercise behavior that happens on reloading or
replay of a database. This changes the way the TestDbBuilder works to
make it possible to call `build` on a builder multiple times to create
databases with the same options to simulate reload of a database without
having to keep track of which pieces need to match.
2021-10-22 14:31:31 -04:00
Carol (Nichols || Goulding)
6ae42bb774
fix: Put both Debug and Display of AWS errors in error messages
2021-10-22 13:59:48 -04:00
Carol (Nichols || Goulding)
a2b81cdb20
fix: Put Debug format of rusoto errors in error messages
...
Fixes #2942
2021-10-22 13:16:37 -04:00
Andrew Lamb
fe155e15fb
fix: fix flaky test ( #2939 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-22 17:08:27 +00:00
kodiakhq[bot]
e3ae1d27a8
Merge pull request #2941 from influxdata/ntran/field_columns_tests
...
test: Make field_columns test outputs consistent with the ones we send back to client
2021-10-22 17:01:13 +00:00
kodiakhq[bot]
5d3e838475
Merge branch 'main' into ntran/field_columns_tests
2021-10-22 16:50:35 +00:00
Nga Tran
87f4c418ae
chore: Merge branch 'ntran/field_columns_tests' of https://github.com/influxdata/influxdb_iox into ntran/field_columns_tests
2021-10-22 12:40:35 -04:00
Nga Tran
e733562da8
chore: fix comment
2021-10-22 12:39:56 -04:00
Nga Tran
f9cb947eba
chore: fix comment
2021-10-22 12:22:12 -04:00
Nga Tran
f9dedd78da
test: Make test outputs consistent with the ones we send back to client
2021-10-22 12:19:30 -04:00
kodiakhq[bot]
ef94a54f6c
Merge pull request #2936 from influxdata/er/test/read_buffer/null_column
...
test: add null column to test
2021-10-22 15:03:02 +00:00
kodiakhq[bot]
4ff21f402d
Merge branch 'main' into er/test/read_buffer/null_column
2021-10-22 14:55:35 +00:00
kodiakhq[bot]
c0ef7e7225
Merge pull request #2925 from influxdata/er/refactor/displau
...
refactor: use Expr Display impl
2021-10-22 14:43:12 +00:00
kodiakhq[bot]
3367ec3db3
Merge branch 'main' into er/refactor/displau
2021-10-22 14:36:04 +00:00
Edd Robinson
84a00cd5b6
refactor: comma
2021-10-22 15:35:24 +01:00
Edd Robinson
8d267e5840
Merge branch 'main' into er/test/read_buffer/null_column
2021-10-22 15:28:39 +01:00
kodiakhq[bot]
7367c75dac
Merge pull request #2937 from influxdata/er/fix/read_buffer/null_values
...
fix: ensure correct distinct count on all-null Read Buffer columns
2021-10-22 12:53:37 +00:00
Edd Robinson
b3242277eb
test: test_field_name_plan_with_delete is fixed
2021-10-22 13:07:36 +01:00
Edd Robinson
7a5263d709
refactor: tidy up column summary to stats
2021-10-22 13:04:42 +01:00
Edd Robinson
cfd980d1bc
fix: only string columns have distinct counts
2021-10-22 13:04:10 +01:00
Edd Robinson
09a2d805b9
refactor: restore concept of NULL value
2021-10-22 13:03:16 +01:00