[
https://issues.apache.org/jira/browse/IGNITE-28426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tiago Marques Godinho updated IGNITE-28426:
-------------------------------------------
Description:
The migration tools sql generator fails with a non-trivial error when trying to
convert caches with nested pojos annotated with SqlQueryField.
Example:
{code:java}
@QuerySqlField
private long id;
@QuerySqlField
private SimplePojo nestedPojo;{code}
Expected:
These fields should be mapped to the extra fields column, if available.
> [migration-tools] SqlDdlConverter fails at converting nested pojos annotated
> with QuerySqlField
> -----------------------------------------------------------------------------------------------
>
> Key: IGNITE-28426
> URL: https://issues.apache.org/jira/browse/IGNITE-28426
> Project: Ignite
> Issue Type: Bug
> Components: migration tools
> Affects Versions: 3.1
> Reporter: Tiago Marques Godinho
> Assignee: Tiago Marques Godinho
> Priority: Major
> Labels: ignite-3
>
> The migration tools sql generator fails with a non-trivial error when trying
> to convert caches with nested pojos annotated with SqlQueryField.
> Example:
> {code:java}
> @QuerySqlField
> private long id;
> @QuerySqlField
> private SimplePojo nestedPojo;{code}
> Expected:
> These fields should be mapped to the extra fields column, if available.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)