[
https://issues.apache.org/jira/browse/IGNITE-16244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477024#comment-17477024
]
Pavel Tupitsyn commented on IGNITE-16244:
-----------------------------------------
[~vkulichenko] I've fixed the deserialization bug in ClientTables
(IGNITE-16303), now those examples fail with NPE because table with the
specified name does not exist.
The actual table name is PUBLIC.ACCOUNTS (all uppercase), same for column names
- ACCOUNTNUMBER and so on. Not sure is this expected or not.
> Update examples for Ignite 3
> ----------------------------
>
> Key: IGNITE-16244
> URL: https://issues.apache.org/jira/browse/IGNITE-16244
> Project: Ignite
> Issue Type: Improvement
> Components: examples
> Affects Versions: 3.0.0-alpha3
> Reporter: Valentin Kulichenko
> Assignee: Valentin Kulichenko
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha4
>
>
> With the current advancements in Ignite 3 functionality, examples look
> outdated and should be updated.
> The following changes should be made:
> # Use DDL instead of the convoluted {{createTable}} API to create tables.
> # Add examples for POJO-based views (we can use the existing
> {{RecordViewExample}} and {{KeyValueViewExample}} as a basis).
> # Add transactional API example(s).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)