[
https://issues.apache.org/jira/browse/IGNITE-15548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421378#comment-17421378
]
Taras Ledkov edited comment on IGNITE-15548 at 9/28/21, 1:16 PM:
-----------------------------------------------------------------
Merged to
[main|https://github.com/apache/ignite-3/commit/3c9cd6af32054a207975fea1fe3777403bd090cb]
was (Author: tledkov-gridgain):
Merged to
[master|https://github.com/apache/ignite-3/commit/3c9cd6af32054a207975fea1fe3777403bd090cb]
> [Ignite 3] Fix Table API hierarchy
> ----------------------------------
>
> Key: IGNITE-15548
> URL: https://issues.apache.org/jira/browse/IGNITE-15548
> Project: Ignite
> Issue Type: Task
> Affects Versions: 3.0.0-alpha2
> Reporter: Valentin Kulichenko
> Assignee: Andrey Mashenkov
> Priority: Major
> Labels: UX, ignite-3
> Fix For: 3.0.0-alpha3
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Current version of the Table API is a little confusing and inconsistent. Need
> to make the following changes:
> # Remove {{RecordView}} and {{KeyValueBinaryView}} interfaces.
> # Rename {{TableView}} to {{RecordView}}.
> # Remove {{extends TableView<Tuple>}} from the {{Table}} interface.
> # Change the return type of {{Table#kvView()}} to {{KeyValueView<Tuple>}}.
> # Add new method to the {{Table}} interface: {{RecordView<Tuple>
> recordView();}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)