[
https://issues.apache.org/jira/browse/SAMZA-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ajo Thomas updated SAMZA-2718:
------------------------------
Description: `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.
> 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
> Priority: Major
>
> `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)