Skip to content

incorrect FILL results #2636

@bluestreak01

Description

@bluestreak01

Describe the bug

select
  id,
  time,
  last(lat) lat,
  last(lon) lon,
  geo6
from
  pos
where
  id = 'YWPCEGICTJSGGBRIJCQVLJ' sample by 15m fill(null) ALIGN to CALENDAR;

To reproduce

compare SQL output with and without fill clause

Expected Behavior

No response

Environment

Demo

Additional context

No response

Metadata

Metadata

Assignees

Labels

BugIncorrect or unexpected behaviorSQLIssues or changes relating to SQL execution

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions