BeamLiu opened a new issue, #11747: URL: https://github.com/apache/ignite/issues/11747
Hi there, It seems a bug or a known issue? I cannot query back the data after saving a data within a transaction, but works through cache API, here is the simple code to reproduce it. [IgniteTransactionTest.java](https://github.com/BeamLiu/codesnippet/blob/main/IgniteTransactionTest.java) Above will output: ``` Starting transaction... Entity saved in transaction Direct cache get result: IgniteTransactionTest.TestEntity(id=1734338880949, name=Test Entity) Expect to have result, but SQL query result is empty : [] ``` Regards, Beam -- 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: notifications-unsubscr...@ignite.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org