influxdata / influxdata/influxdb-client-java
InfluxQLQuery show series has no result end parse
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 477
- 派生
- 129
- PR 合并指标
- 30 天内没有已合并 PR
描述
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. add some serie to influxdb
2. use InfluxQLQuery execute sql "show series on db"
__Expected behavior:__
The return InfluxQLQueryResult should include all series in infludb
__Actual behavior:__
InfluxQLQueryResult not null ,but has no values in Series.
Read the code,the problem lies in class InfluxQLQueryApiImpl line 129
__Specifications:__
- Client Version: 6.10.0
- InfluxDB Version: v2.6.1
- JDK Version: jdk1.8.0_271
- Platform: Window7 x86
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从第 129 行左右的 InfluxQLQueryApiImpl 开始,针对 InfluxDB v2.6.1 使用 InfluxQLQuery 执行 "show series on db",复现该问题。检查返回的 InfluxQLQueryResult 为什么没有 Series 值。完成的标准是结果包含所有 series;如果现有测试结构确定了合适的位置,则还应添加回归测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- databases
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100