[
https://issues.apache.org/jira/browse/IGNITE-15341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417978#comment-17417978
]
Andrey Mashenkov commented on IGNITE-15341:
-------------------------------------------
[~agura], I've fixed the description.
PR is already too big, so I've moved to replace Consumer<TableChanger> to the
next ticket [1].
[1] https://issues.apache.org/jira/browse/IGNITE-15546
> Table API. Rename confusing method getOrCreateTable.
> ----------------------------------------------------
>
> Key: IGNITE-15341
> URL: https://issues.apache.org/jira/browse/IGNITE-15341
> Project: Ignite
> Issue Type: Improvement
> Reporter: Andrey Mashenkov
> Assignee: Andrey Mashenkov
> Priority: Major
> Labels: UX, ignite-3
> Fix For: 3.0.0-alpha3
>
>
> `IgniteTables.getOrCreateTable` method accepts table configuration as an
> argument.
> However, it is not clear if there is a guarantee the returned table will have
> the configuration equals to the provided one.
>
> Actually, the method creates a table if it does not exist, otherwise returns
> existed table instance.
> Let's rename it to `createTableIfNotExists` to be consistent with the current
> behaviour.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)