influxdata / influxdata/influxdb-client-java
InfluxQLQuery show series has no result end parse
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 477
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
__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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with InfluxQLQueryApiImpl around line 129 and reproduce the issue using an InfluxQLQuery for "show series on db" against InfluxDB v2.6.1. Check why the returned InfluxQLQueryResult has no Series values. Done means the result includes all series, with a regression test if the existing test structure identifies a suitable location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100