influxdata / influxdata/influxdb-client-java

InfluxQLQuery show series has no result end parse

Open
#830 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.