Commit Graph

5048 Commits (a55a21c644c2865b16c87cdb538523b1da762410)

Author SHA1 Message Date
Andrew Lamb a55a21c644
chore: Update datafusion (#2635)
* chore: Update datafusion and sqlparser

* fix: remove STACK_SIZE workaround

* chore: update datafusion_util

* chore: update predicate

* chore: update query_tests

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-27 14:13:19 +00:00
kodiakhq[bot] f431ec2f1b
Merge pull request #2636 from influxdata/dependabot/cargo/ouroboros-0.11.1
chore(deps): bump ouroboros from 0.10.1 to 0.11.1
2021-09-27 13:57:30 +00:00
kodiakhq[bot] b9b9362bfa
Merge branch 'main' into dependabot/cargo/ouroboros-0.11.1 2021-09-27 13:24:10 +00:00
Raphael Taylor-Davies 1534ae9edf
refactor: store chunks in iteration order (#2634)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-27 11:59:27 +00:00
dependabot[bot] 8813801e67
chore(deps): bump ouroboros from 0.10.1 to 0.11.1
Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.10.1 to 0.11.1.
- [Release notes](https://github.com/joshua-maros/ouroboros/releases)
- [Commits](https://github.com/joshua-maros/ouroboros/commits)

---
updated-dependencies:
- dependency-name: ouroboros
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 01:27:24 +00:00
Carol (Nichols || Goulding) cf83a325f2
fix: Await on freeze handles instead of try_freeze/returning Transition errors (#2570)
* fix: Await on a freeze handle instead of returning TransitionInProgress

* fix: Await on freeze handle in skip_replay

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-26 10:44:59 +00:00
kodiakhq[bot] d2612429b3
Merge pull request #2632 from influxdata/er/refactor/debug
refactor: tidy up debug CLI help
2021-09-24 21:35:58 +00:00
Edd Robinson 93fd3fa4bf refactor: tidy up debug CLI help 2021-09-24 22:24:48 +01:00
Andrew Lamb 15644f7d24
fix: `TRACES_EXPORTER_` to `JAEGER_DEBUG_NAME` and `JAEGER_TRACE_CONTEXT_HEADER_NAME` (#2616)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-24 15:42:48 +00:00
kodiakhq[bot] bf5d0d01d2
Merge pull request #2631 from influxdata/er/feat/read_buffer/validate_pred
feat: validate Read Buffer predicates
2021-09-24 15:15:42 +00:00
Edd Robinson a70a55cb3d test: update benchmarks 2021-09-24 15:00:17 +01:00
Edd Robinson 2132ccd745
Merge branch 'main' into er/feat/read_buffer/validate_pred 2021-09-24 14:55:51 +01:00
Edd Robinson 5c7459f488 feat: validate predicates on satisfies_predicate 2021-09-24 14:52:19 +01:00
Edd Robinson a69e46efc6 feat: validate predicates on column_values 2021-09-24 14:52:19 +01:00
Edd Robinson f618aa1b76 feat: validate predicates on column_names 2021-09-24 14:52:19 +01:00
Edd Robinson c107434d20 feat: validate predicates on read_aggregate 2021-09-24 14:52:19 +01:00
Edd Robinson 621b26166c feat: validate predicates on read_filter 2021-09-24 14:52:16 +01:00
Raphael Taylor-Davies c427f84848
feat: correct pbjson serialization of Timestamp and Duration (#2620)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-24 13:20:50 +00:00
Edd Robinson 053186ab29 feat: add ability validate predicate compatible with schema 2021-09-24 13:05:46 +01:00
Andrew Lamb 18941fcbff
fix: Revert "feat: remove routerify (#2586)" (#2623)
This reverts commit 9fba7b0ba0.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-24 09:50:24 +00:00
kodiakhq[bot] 155d5a5cce
Merge pull request #2621 from influxdata/crepererum/force_drop_rework
refactor: make `Partition::force_drop_chunk` similar to `Partition::drop_chunk`
2021-09-24 09:00:30 +00:00
kodiakhq[bot] d1abf24af0
Merge branch 'main' into crepererum/force_drop_rework 2021-09-24 08:52:00 +00:00
Marco Neumann 6d85700e3e
docs: mention return type.
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-09-24 07:23:09 +00:00
kodiakhq[bot] 72646f9bba
Merge pull request #2624 from influxdata/ntran/test_select_predicate
test: query with selection predicate on deleted data
2021-09-23 21:11:42 +00:00
Nga Tran 0799b5ab91 test: query with selection predicate on deleted data 2021-09-23 16:54:40 -04:00
kodiakhq[bot] 691f78360c
Merge pull request #2617 from influxdata/ntran/more_delete_tests
test: more delete tests
2021-09-23 17:54:44 +00:00
kodiakhq[bot] 3066b34158
Merge branch 'main' into ntran/more_delete_tests 2021-09-23 17:46:06 +00:00
Nga Tran ec08d5b37a docs: min stack setting in debug mode 2021-09-23 13:44:38 -04:00
Marco Neumann 4a0cda188e refactor: make `Partition::force_drop_chunk` similar to `Partition::drop_chunk`
- Bubbles up "not found" error, the caller should reason about it
- Returns deleted chunk
2021-09-23 18:37:54 +02:00
kodiakhq[bot] 54bf3d8460
Merge pull request #2619 from influxdata/crepererum/delete_predicate_error_handling
refactor: `CatalogChunk::add_delete_predicate` cannot fail
2021-09-23 15:56:49 +00:00
Nga Tran c35ecf257d refactor: address review comments 2021-09-23 11:14:20 -04:00
Marco Neumann e842733c5b refactor: `CatalogChunk::add_delete_predicate` cannot fail 2021-09-23 09:55:31 +02:00
Nga Tran 713c7f4820 chore: remove empty line 2021-09-22 17:11:09 -04:00
Nga Tran 332649a8ee refactor: another cleanup due to marco -> function and add a test that exposes bug 2021-09-22 17:09:20 -04:00
Nga Tran 10097766d3 refactor: changes to use function instead of marco after merging main 2021-09-22 16:53:51 -04:00
Nga Tran 2399a932fb chore: Merge branch 'main' into ntran/more_delete_tests 2021-09-22 16:47:15 -04:00
Nga Tran 3a00d9c70a refactor: cleanup 2021-09-22 16:42:46 -04:00
Nga Tran 400ec93498 test: more delete tests 2021-09-22 16:38:27 -04:00
Raphael Taylor-Davies b46541406a
chore: update itertools (#2615)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-22 18:25:35 +00:00
Raphael Taylor-Davies 92e6173f49
feat: implement jaeger-agent protocol directly (#2607)
* feat: implement jaeger-agent protocol directly

* chore: review feedback

* fix: remove jaeger feature flag
2021-09-22 17:30:37 +00:00
kodiakhq[bot] 011dba8f51
Merge pull request #2600 from influxdata/alamb/debug_header
feat: Add support to create new traces in IOx via JAEGER_DEBUG_HEADER
2021-09-22 17:06:49 +00:00
kodiakhq[bot] c605fa83ab
Merge branch 'main' into alamb/debug_header 2021-09-22 16:56:26 +00:00
Andrew Lamb e078e70eb5
docs: Update CONTRIBUTING.md 2021-09-22 12:55:45 -04:00
kodiakhq[bot] a2e331e3f2
Merge pull request #2606 from influxdata/crepererum/issue2518c
feat: teach `Db` to preserve delete predicates
2021-09-22 16:18:17 +00:00
kodiakhq[bot] b16e7ea91a
Merge branch 'main' into crepererum/issue2518c 2021-09-22 16:09:04 +00:00
kodiakhq[bot] 7820f9d17b
Merge pull request #2612 from influxdata/ntran/df_lit_timestamp
chore: update latest datafusion and use its lit_timestamp_nano
2021-09-22 15:41:06 +00:00
Nga Tran e80d8aa391 chore: update latest datafusion and use its lit_timestamp_nano 2021-09-22 11:30:42 -04:00
kodiakhq[bot] 61ccdbba93
Merge pull request #2609 from influxdata/crepererum/query_tests_speedup
refactor: convert macros in `query_tests` to functions
2021-09-22 12:53:07 +00:00
Andrew Lamb 675e0846bb feat: Add support to create new traces in IOx via JAEGER_DEBUG_HEADER 2021-09-22 08:43:42 -04:00
Marco Neumann 9a1a3f4de5 refactor: convert `run_tag_keys_test_case` to a function 2021-09-22 13:46:54 +02:00