So can I add a field to a nested object dynamically (without restarting the cluster) by using annotations?
-----Original Message----- From: slava.koptilin [mailto:[email protected]] Sent: 2018年6月21日 10:44 To: [email protected] Subject: RE: A bug in SQL "CREATE TABLE" and its underlying Ignite cache Hi, > How can I write the “Create Table” statement to create columns for the > two members of Address in Table Person? If I am not mistaken, SQL tables cannot contain nested objects. Apache Ignite SQL engine allows executing SQL queries of nested fields. In case, a cache was configured via annotations, for example. Please take a look at this page: https://apacheignite-sql.readme.io/docs/schema-and-indexes#section-indexing-nested-objects Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
