You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear InfluxDB Team, I have a bug that I need to report to you.
Steps to reproduce
In the latest version of InfluxDB, if we have an organization named "organization", we can use the Influx client to execute the following commands to create a bucket and write the specified data into that bucket.
Next, we use the Influx v1 shell command to enter the Influx shell backend and execute the following query statements:
# query
SELECT t0_f0::integer, t0_tag0::string FROM db0.autogen.t0 WHERE ((t0_f0::integer) OR (t0_tag0))
Expected behaviour
It reports the error: "invalid condition expression" and then exits.
Actual behaviour
It reports the error: "Error: invalid condition expression: t0_f0::integer", but does not exit. Instead, it continues by reporting "No results" as the query result. Could this issue be caused by the system not promptly throwing an exception during the execution of the query statement? I would appreciate your clarification on this.
Environment info
Influx CLI dev (git: none) build_date: 2023-04-28T14:24:14Z
Dear InfluxDB Team, I have a bug that I need to report to you.
Steps to reproduce
In the latest version of InfluxDB, if we have an organization named "organization", we can use the Influx client to execute the following commands to create a bucket and write the specified data into that bucket.
Next, we use the
Influx v1 shell
command to enter the Influx shell backend and execute the following query statements:Expected behaviour
It reports the error: "invalid condition expression" and then exits.
Actual behaviour
It reports the error: "Error: invalid condition expression: t0_f0::integer", but does not exit. Instead, it continues by reporting "No results" as the query result. Could this issue be caused by the system not promptly throwing an exception during the execution of the query statement? I would appreciate your clarification on this.
Environment info
Influx CLI dev (git: none) build_date: 2023-04-28T14:24:14Z
InfluxDB OSS v2.7.10 (git: f302d97)
Linux 5.15.0-94-generic x86_64
The text was updated successfully, but these errors were encountered: