Skip to content

Function shift() does not match InfluxDB 2 spec #235

@hinst

Description

@hinst

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:

|> shift(shift:0s)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions