influxdata / influxdata/influxdb
[Port to 2.x]: feat: support partial results in SHOW MEASUREMENTS (#27443)
Open
area/2.x
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Port master-1.x commit https://github.com/influxdata/influxdb/commit/4300c5b650 to main-2.x.
Wildcard `SHOW MEASUREMENTS ON *.*` returns partial rows plus warning messages instead of failing on the first errored source. 2.x's `v1/coordinator/statement_executor.go` resolves sources via DBRP mappings, so this is a semantic port rather than a cherry-pick.
Contributor guide
Assessment
This issue has not been assessed yet.