Hi All, I am new to Apache Ignite community I am testing out ignite for knowledge sake in the below example the code reads a json file and writes to ingite in-memory table is it overwriting can I do append mode I did try spark append mode .mode(org.apache.spark.sql.SaveMode.Append) without stopping one ignite application inginte.stop which keeps the cache alive and tried to insert data to cache twice but I am still getting 4 records I was expecting 8 records , what would be the reason ?
https://github.com/apache/ignite/blob/1f8cf042f67f523e23f795571f609a9c81726258/examples/src/main/spark/org/apache/ignite/examples/spark/IgniteDataFrameWriteExample.scala#L89 -- Thanks & Regards Sri Tummala
