flux icon indicating copy to clipboard operation
flux copied to clipboard

panic: column _value:float is not of type string

Open russorat opened this issue 6 years ago • 2 comments

Found in cloud2. this should be an error for sure, but not a panic: {"code":"internal error","message":"panic: column _value:float is not of type string"}

from(bucket: "telegraf")
  |> range(start: -1h)
  |> set(key: "_value", value: "my_field")

russorat avatar Oct 15 '19 16:10 russorat

@russorat this is a known issue. Right now, set() can only set string values. @nathanielc, does experimental.set() let you set values of any type or is that dependent on the type system refactor?

sanderson avatar Oct 15 '19 16:10 sanderson

This issue has had no recent activity and will be closed soon.

github-actions[bot] avatar May 02 '24 01:05 github-actions[bot]