You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2021/04/09 09:44:26 UTC

[ignite-3] branch ignite-14330 updated (54bb0a4 -> 2dd2fca)

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

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


    from 54bb0a4  Fix TODOs.
     add 168fd7c  Styles.
     add 2dd2fca  Styles.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/table/IgniteException.java}  |  14 +--
 .../ignite/table/InvokeProcessorException.java     |   2 +-
 modules/schema/pom.xml                             |   6 ++
 .../apache/ignite/internal/schema/BinaryRow.java   |   1 -
 .../internal/schema/InvalidTypeException.java      |   4 +-
 .../org/apache/ignite/internal/schema/Row.java     | 106 +++++++++++++++----
 .../ignite/internal/schema/SchemaDescriptor.java   |   2 +-
 .../schema/marshaller/SerializationException.java  |   4 +-
 .../org/apache/ignite/internal/schema/RowTest.java |   4 +-
 .../ignite/internal/table/InternalTable.java       | 114 ++++++++++-----------
 .../org/apache/ignite/internal/table/TableRow.java |   4 +-
 .../apache/ignite/table/KVViewOperationsTest.java  |   2 +-
 .../table/TableBinaryViewOperationsTest.java       |   2 +-
 13 files changed, 169 insertions(+), 96 deletions(-)
 copy modules/{core/src/main/java/org/apache/ignite/lang/IgniteInternalException.java => api/src/main/java/org/apache/ignite/table/IgniteException.java} (80%)