influxdata / influxdata/kapacitor
Join Node should support fill `previous`.
Open
pm/core capability
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
This should be possible.
```
active
|join(unique)
.as('active', 'unique')
.fill('previous')
```
Contributor guide
Research direction
The issue provides a Kapacitor stream example using a Join Node, unique fields, and fill('previous'), but names no files, tests, or entry points. Start by locating Join Node handling and existing fill behavior, then determine the expected result for previous-value filling and add coverage for the shown pipeline.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- stream-processing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100