Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
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.