Steps to reproduce:
Build a query using class Flux, function 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/
Actual behavior:
Function shift will be outputted:
However, it does not match the spec. InfluxDB says: undefined identifier shift
Specifications:
- Client Version: 2.3.0
- InfluxDB Version: 2
- JDK Version: 11
- Platform: Client=Windows, Server=Ubuntu
Steps to reproduce:
Build a query using class
Flux, functionshiftExpected behavior:
Function
timeShiftwill be outputted, matching InfluxDB 2 spec: https://docs.influxdata.com/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/timeshift/Actual behavior:
Function
shiftwill be outputted:However, it does not match the spec. InfluxDB says: undefined identifier
shiftSpecifications: