You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Ajo Thomas (Jira)" <ji...@apache.org> on 2022/01/24 22:39:00 UTC

[jira] [Resolved] (SAMZA-2718) TaskContext.getTable should not upcast ReadWriteUpdateTable to ReadWriteTable

     [ https://issues.apache.org/jira/browse/SAMZA-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajo Thomas resolved SAMZA-2718.
-------------------------------
    Resolution: Fixed

> TaskContext.getTable should not upcast ReadWriteUpdateTable to ReadWriteTable
> -----------------------------------------------------------------------------
>
>                 Key: SAMZA-2718
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2718
>             Project: Samza
>          Issue Type: Improvement
>            Reporter: Ajo Thomas
>            Assignee: Ajo Thomas
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> `TaskContext.getTable` currently upcasts `ReadWriteUpdateTable` to `ReadWriteTable`. This is incorrect as update(), updateAsync() calls to the returned table will work when it is not intended to work.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)