satishviswanathan commented on issue #11325:
URL: https://github.com/apache/ignite/issues/11325#issuecomment-2072605768

   @ptupitsyn Thank you for your response. This is what I have been trying to 
do.
   
   DDL statement. I have created the following table by executing the DDL 
statement from Database Manager (DBeaver).
   
   ```
   CREATE TABLE IF NOT EXISTS employee (
     id int,
   name varchar,
   companyid varchar,
   age int,
   city varchar,
   street varchar,
   streetnumber int,
   flatnumber int,
     PRIMARY KEY (id)
   ) WITH 
"template=partitioned,backups=1,WRITE_SYNCHRONIZATION_MODE=FULL_SYNC,CACHE_GROUP=Employee,CACHE_NAME=Employee,KEY_TYPE=int,VALUE_TYPE=Employee";
   ```
   
   
   _After that I have executed the following program to create an employee 
record , however the address details are not getting saved_ 
   
[ignite-sample.zip](https://github.com/apache/ignite/files/15078729/ignite-sample.zip)
   
   _Employee Table view_
   
   
![image](https://github.com/apache/ignite/assets/17437409/82593162-df5e-44d0-a8b0-8033ac60ff06)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to