-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
BugIncorrect or unexpected behaviorIncorrect or unexpected behaviorSQLIssues or changes relating to SQL executionIssues or changes relating to SQL execution
Description
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
DemoAdditional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIncorrect or unexpected behaviorIncorrect or unexpected behaviorSQLIssues or changes relating to SQL executionIssues or changes relating to SQL execution