We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce: Build a query using class Flux, function shift
Flux
shift
Expected behavior:
Function timeShift will be outputted, matching InfluxDB 2 spec: https://docs.influxdata.com/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/timeshift/
timeShift
Actual behavior: Function shift will be outputted:
|> shift(shift:0s)
However, it does not match the spec. InfluxDB says: undefined identifier shift
Specifications:
The text was updated successfully, but these errors were encountered:
shift()
timeShift()
Hi @hinst,
thanks for using our client.
I've prepare the PR - #236 to fix this issue. Stay tuned.
Regards
Sorry, something went wrong.
the issue is fixed in 2.4.0 milestone. You could use a preview version by:
<dependency> <groupId>com.influxdb</groupId> <artifactId>influxdb-client-flux</artifactId> <version>2.4.0-SNAPSHOT</version> </dependency>
Successfully merging a pull request may close this issue.
Steps to reproduce:
Build a query using class
Flux
, functionshift
Expected behavior:
Function
timeShift
will be outputted, matching InfluxDB 2 spec: https://docs.influxdata.com/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/timeshift/Actual behavior:
Function
shift
will be outputted:However, it does not match the spec. InfluxDB says: undefined identifier
shift
Specifications:
The text was updated successfully, but these errors were encountered: