You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2021/09/27 09:17:00 UTC

[jira] [Comment Edited] (IGNITE-15548) [Ignite 3] Fix Table API hierarchy

    [ https://issues.apache.org/jira/browse/IGNITE-15548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420594#comment-17420594 ] 

Ivan Bessonov edited comment on IGNITE-15548 at 9/27/21, 9:16 AM:
------------------------------------------------------------------

[~amashenkov] commit reverted because it caused 34 new testы to fail consistently in main branch.


was (Author: ibessonov):
[~amashenkov] commit reverted because it caused 34 new test to fail consistently in main branch.

> [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 10m
>  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)