Conversation
|
@pradithya @woop @budi This is the PR I mentioned to you in chat. Take a look if you're interested in the implementation details. It's still needs a few changes. eg
|
|
/wip |
There was a problem hiding this comment.
how all these configuration will affect the ingestion?
There was a problem hiding this comment.
we can use Timestamps.compare(t1, t2) for this
There was a problem hiding this comment.
"foo" can be replaced with "Coalesce Feature Row"
… key in the global window
…ing history from serving stores
|
/hold cancel /assign pradithya please review |
|
I've included not writing to the feature stores as requested. |
|
Related to #87 |
|
Biggest change externally is to the ImportSpec. From To: |
|
To turn on coalesceRows you need to pass You can also set, coalesceRows.delaySeconds, and coalesceRows.timeoutSeconds, but these settings are only relevant for streaming. The delay indicates how many seconds the watermark must advance before the rows are flushed, default is 10 seconds. |
|
should this be on or off by default? |
I think it should be on by default. Is this in-scope for 0.1.0? |
|
/assign zhilingc Can you run with some of your existing workloads? |
|
@tims done, I think we're good to merge it in |
|
/approve |
|
sorry, sausage fingers :( |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zhilingc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
@tims: you cannot LGTM your own PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
boo... @pradithya can you lgtm this? |
|
/lgtm |
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Co-authored-by: konflux-internal-p02[bot] <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
feat: Auto-Discovery of feast client configmaps to the users/groups defined in feast permissions policies
For #88
/wip