<!-- Thank you for reporting a bug. * Please add a :+1: or comment on a similar existing bug report instead of opening a new one. * https://github.com/influxdata/influxdb-client-java/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Abug+ * Please check whether the bug can be reproduced with the latest release. * The fastest way to fix a bug is to open a Pull Request. * https://github.com/influxdata/influxdb-client-java/pulls --> __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