You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2023/05/17 06:58:49 UTC

[ignite-3] branch main updated (dfb8695127 -> 91c9ce3efa)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from dfb8695127 IGNITE-19345 Sql. Wrong inferred type for operand of CASE expression (#2025)
     add 91c9ce3efa IGNITE-19354 Java client: Do not load same schema more than once (#2076)

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/client/TcpClientChannel.java   |   5 +-
 .../ignite/internal/client/table/ClientTable.java  |  83 ++++++++-------
 .../org/apache/ignite/client/SchemaUpdateTest.java | 117 +++++++++++++++++++++
 3 files changed, 165 insertions(+), 40 deletions(-)
 create mode 100644 modules/client/src/test/java/org/apache/ignite/client/SchemaUpdateTest.java