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

github-bot pushed a change to branch dependabot/gradle/jackson-2.17.2
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


 discard 351e2b2361 Bump jackson from 2.17.1 to 2.17.2
     add d41170dd2d Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18 
(#4064)
     add 60b76cf961 IGNITE-22682 Use IndexMeta in FullStateTransferIndexChooser 
(#4067)
     add 942d94ddb3 IGNITE-22523 Thin client: reserve op code range for 
extensions (#4071)
     add c00b97c18d Bump org.junit.platform:junit-platform-testkit from 1.10.2 
to 1.10.3 (#4004)
     add eb7b4e58b1 IGNITE-22713: Sql. Move timeout scheduling code to 
ExecutionContext (#4073)
     add 496fe683cd IGNITE-22353 Basic Python DB API Driver (#4075)
     add 644536bf1f IGNITE-22708 Do not start distributionZoneRebalanceEngineV2 
without feature flag (#4074)
     add 5446df3bac IGNITE-22714 Use IndexMeta in PartitionReplicaListener 
(#4077)
     add 0077758ad6 IGNITE-22709 Use IndexMeta in ChangeIndexStatusTask (#4072)
     add c3ad113dd4 Bump io.github.goooler.shadow from 8.1.7 to 8.1.8 (#3995)
     add b5575f5bde IGNITE-22720 Get rid of 
CatalogIndexDescriptor#txWaitCatalogVersion (#4080)
     add ae982d7fea IGNITE-22310 Do not log slow network processing in storage 
threads (#4079)
     add 75ed4f4c76 IGNITE-21771 Removed unnecessary TODO (#4084)
     add a0811f97b3 IGNITE-22728 Switch to a different Gradle CMake plugin. 
(#4082)
     add 8f510c448a IGNITE-22736 Fix log buffers position change by 
unmarshalling process (#4086)
     add bc6c427574 IGNITE-22715 Support HybridTimestamp in Network 
serialization (#4078)
     add ba1624502f IGNITE-22737 Cleanup comments in the platforms native code 
(#4087)
     add 26f4e67810 IGNITE-22619 Add `InternalTable#estimatedSize` method 
(#4065)
     add 78a4b821b5 IGNITE-22750 log node start errors in error logging level 
(#4093)
     add 7dedc06ea2 IGNITE-22581 Add planner test to verify numeric type 
coercion of source for INSERT, UPDATE and MERGE operators (#4045)
     add 146e803bf7 IGNITE-22735 Sql. Avoid double parsing of sql queries 
(#4085)
     add 514949e722 IGNITE-22555 Fixed assertion in 
ReplicaStateManager.onPrimaryElected (#4055)
     add 2b7dbb6643 IGNITE-22710 Add exception translation to Transaction 
implementations (#4070)
     add b8d08f16b7 IGNITE-16444 Get rid of unnecessary TODO (#4097)
     add ca69fcd96b IGNITE-22690 Fixe tx cleanup triggered by commit partition 
primary replica election from non-primary node (#4083)
     add 86b8dcbe3d IGNITE-22764 Increase readability in MvPartitionStorage 
tests (#4101)
     add cc2ea0d1a2 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (#4076)
     add 2592e6de34 IGNITE-20137 Fixed 
ItIgniteNodeRestartTest#testOneNodeRestartWithGap (#4098)
     add 7fc402d3f5 IGNITE-22292 Move LogSyncer out of Loza and RaftServer. 
(#4094)
     add 9c4f2a784d IGNITE-22616 Implement 
AbstractPageMemoryMvPartitionStorage#estimatedSize (#4102)
     add 96095a157b IGNITE-22770 Fix testBytesSentReceived fail on short 
version (#4107)
     add 9b271581a7 IGNITE-22285 Implement Embedded Data Streamer with Receiver 
(#4103)
     add 08222ebae4 IGNITE-22761 Disable WAL in RocksDB used to spill volatile 
Raft logs on disk (#4113)
     add 1c9366450f IGNITE-22699 Fix anti-hijack protection of 
containsAllAsync() (#4115)
     add 918becac48 IGNITE-20525 Fix 
ItBuildIndexTest#testChangePrimaryReplicaOnMiddleBuildIndex (#4112)
     add e22683ef88 IGNITE-22780 Sql. Fix cast from VARCHAR to TS WITH LOCAL TZ 
(#4116)
     add d81a14651c IGNITE-22185 
DistributionZoneCausalityDataNodesTest.testEmptyDataNodesOnZoneCreationBeforeTopologyEventAndZoneInitialisation
 became flaky on the main (#4095)
     add 95fc4dfc10 Bump org.rocksdb:rocksdbjni from 9.3.1 to 9.4.0 (#4089)
     add 1d2f377a58 Bump com.github.spotbugs from 6.0.18 to 6.0.19 (#4081)
     add 5a54e67221 Bump jackson from 2.17.1 to 2.17.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (351e2b2361)
            \
             N -- N -- N   refs/heads/dependabot/gradle/jackson-2.17.2 
(5a54e67221)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gradle/libs.versions.toml                          |  14 +-
 .../apache/ignite/table/DataStreamerReceiver.java  |   2 +-
 .../apache/ignite/table/DataStreamerTarget.java    |   2 +-
 .../apache/ignite/table/ReceiverDescriptor.java    |  18 +-
 .../commands/AbstractCreateIndexCommand.java       |   4 +-
 .../internal/catalog/commands/CatalogUtils.java    |  10 +-
 .../catalog/commands/CreateHashIndexCommand.java   |   4 +-
 .../catalog/commands/CreateSortedIndexCommand.java |   4 +-
 .../catalog/commands/CreateTableCommand.java       |   7 +-
 .../descriptors/CatalogHashIndexDescriptor.java    |  20 +-
 .../descriptors/CatalogIndexDescriptor.java        |  25 +-
 .../descriptors/CatalogSortedIndexDescriptor.java  |  19 +-
 .../internal/catalog/events/CatalogEvent.java      |   6 +-
 .../storage/AbstractChangeIndexStatusEntry.java    |  17 +-
 .../internal/catalog/storage/RenameIndexEntry.java |   2 -
 .../ignite/internal/catalog/CatalogIndexTest.java  |  68 --
 .../catalog/CatalogManagerRecoveryTest.java        |  24 -
 .../ignite/internal/catalog/CatalogTableTest.java  |   1 -
 ...ractChangeIndexStatusCommandValidationTest.java |   1 -
 .../catalog/commands/CatalogUtilsTest.java         |   3 +-
 .../CatalogHashIndexDescriptorTest.java            |   2 +-
 .../CatalogSortedIndexDescriptorTest.java          |   2 +-
 .../storage/CatalogEntrySerializationTest.java     |   4 +-
 .../ignite/internal/catalog/CatalogTestUtils.java  |  17 +
 .../client/proto/ClientBinaryTupleUtils.java       |   2 +-
 .../ignite/internal/client/proto/ClientOp.java     |   8 +
 .../client/proto/StreamerReceiverSerializer.java   | 120 +++-
 .../handler/ClientInboundMessageHandler.java       |   2 +-
 ...ClientStreamerWithReceiverBatchSendRequest.java |  67 +-
 .../internal/client/table/ClientDataStreamer.java  |   5 +-
 .../client/table/ClientKeyValueBinaryView.java     |   2 +-
 .../internal/client/table/ClientKeyValueView.java  |   2 +-
 .../client/table/ClientRecordBinaryView.java       |   2 +-
 .../internal/client/table/ClientRecordView.java    |   2 +-
 .../apache/ignite/client/ClientComputeTest.java    |  35 +-
 .../apache/ignite/client/ClientMetricsTest.java    |   4 +-
 .../apache/ignite/client/RequestBalancingTest.java |   7 +-
 .../org/apache/ignite/client/RetryPolicyTest.java  |   5 +
 .../ignite/client/TestClientHandlerModule.java     |   4 +-
 .../java/org/apache/ignite/client/TestServer.java  |   6 +-
 .../org/apache/ignite/client/fakes/FakeIgnite.java |  10 +-
 .../ignite/client/fakes/FakeIgniteTables.java      |  14 +-
 .../ignite/client/fakes/FakeInternalTable.java     |  38 +-
 modules/compute/build.gradle                       |   2 +
 .../ignite/internal/compute/IgniteComputeImpl.java |  50 +-
 .../compute/streamer/StreamerReceiverJob.java      |  64 ++
 .../internal/lang/IgniteExceptionMapperUtil.java   |  50 +-
 .../apache/ignite/internal/util/IgniteUtils.java   |   8 +-
 .../org/apache/ignite/internal/util/ViewUtils.java |   1 +
 .../communication/MessageCollectionItemType.java   |   6 +-
 .../ignite/internal/lang/ExceptionUtilsTest.java   |  56 ++
 .../asserts/CompletableFutureAssert.java           |  29 +-
 .../rebalance/DistributionZoneRebalanceEngine.java |  18 +-
 .../DistributionZoneCausalityDataNodesTest.java    |   1 -
 .../DistributionZoneRebalanceEngineTest.java       |   5 +-
 .../RebalanceUtilUpdateAssignmentsTest.java        |   5 +-
 modules/index/build.gradle                         |   1 +
 .../ignite/internal/index/ItBuildIndexTest.java    | 285 ++++-----
 .../internal/index/ChangeIndexStatusTask.java      |  44 +-
 .../index/ChangeIndexStatusTaskController.java     |   5 +-
 .../index/ChangeIndexStatusTaskScheduler.java      |   7 +
 .../index/IndexAvailabilityController.java         |  13 +-
 .../internal/index/IndexBuildController.java       |   5 +-
 .../internal/index/IndexBuildingManager.java       |   9 +-
 .../index/ChangeIndexStatusTaskControllerTest.java |   2 +
 .../internal/index/ChangeIndexStatusTaskTest.java  |  40 +-
 .../IndexAvailabilityControllerRestorerTest.java   |   2 +-
 .../index/IndexAvailabilityControllerTest.java     |  12 +-
 .../internal/index/IndexBuildControllerTest.java   |   2 +
 .../impl/ItIdempotentCommandCacheTest.java         |   6 +-
 .../command/MetaStorageWriteCommand.java           |  27 +-
 .../metastorage/impl/MetaStorageServiceImpl.java   |  14 +-
 .../metastorage/server/KeyValueStorage.java        |   1 -
 .../server/raft/MetaStorageWriteHandler.java       |   2 +-
 .../impl/IdempotentCommandCacheTest.java           |  16 +-
 .../impl/StandaloneMetaStorageManager.java         |   4 +-
 .../serialization/BaseMethodNameResolver.java      |   7 +-
 .../MessageCollectionItemTypeConverter.java        |   7 +-
 .../network/TrackableNetworkMessageHandler.java    |  23 +-
 .../internal/network/annotations/Transferable.java |   2 +
 .../network/serialization/MessageReader.java       |   8 +
 .../network/serialization/MessageWriter.java       |  10 +
 .../network/direct/DirectMessageReader.java        |  18 +
 .../network/direct/DirectMessageWriter.java        |  11 +
 .../internal/network/messages/AllTypesMessage.java |   3 +
 .../replicator/ItReplicaLifecycleTest.java         |  10 +-
 .../PartitionCommandsMarshallerImpl.java           |   2 +
 .../network/PartitionReplicationMessageGroup.java  |   6 +
 .../network/command/FinishTxCommand.java           |  15 +-
 .../network/command/TimedBinaryRowMessage.java     |   9 +-
 .../network/command/UpdateAllCommand.java          |   4 +-
 .../replicator/network/command/UpdateCommand.java  |   8 +-
 .../network/command/WriteIntentSwitchCommand.java  |  15 +-
 ...caRequest.java => GetEstimatedSizeRequest.java} |  15 +-
 .../replication/ReadOnlyReplicaRequest.java        |   6 +-
 .../placementdriver/LeasePlacementDriver.java      |   2 +-
 .../message/LeaseGrantedMessage.java               |  14 +-
 .../internal/placementdriver/LeaseUpdater.java     |  36 +-
 .../placementdriver/leases/LeaseTracker.java       |   8 +-
 .../negotiation/LeaseAgreement.java                |  21 +-
 .../negotiation/LeaseNegotiator.java               |  33 +-
 modules/platforms/build.gradle                     |  12 +-
 modules/platforms/cpp/CMakeLists.txt               |   6 +-
 .../platforms/cpp/ignite/common/big_decimal.cpp    |  10 -
 .../cpp/ignite/odbc/config/configuration.h         |  35 ++
 modules/platforms/python/.gitignore                |  13 +
 modules/platforms/python/CMakeLists.txt            |  54 ++
 modules/platforms/python/LICENSE                   |  14 +
 modules/platforms/python/MANIFEST.in               |   7 +
 modules/platforms/python/NOTICE                    |   5 +
 modules/platforms/python/README.md                 |  48 ++
 modules/platforms/python/cpp_module/CMakeLists.txt |  56 ++
 modules/platforms/python/cpp_module/module.cpp     | 195 ++++++
 .../python/cpp_module/module.h}                    |  18 +-
 .../platforms/python/cpp_module/py_connection.cpp  | 109 ++++
 .../platforms/python/cpp_module/py_connection.h    |  70 +++
 modules/platforms/python/pyignite3/__init__.py     | 149 +++++
 modules/platforms/python/requirements/install.txt  |   3 +
 modules/platforms/python/requirements/tests.txt    |   7 +
 modules/platforms/python/setup.py                  | 158 +++++
 modules/platforms/python/tests/__init__.py         |  14 +
 modules/platforms/python/tests/conftest.py         |  18 +
 modules/platforms/python/tests/test_connect.py     |  33 +
 modules/platforms/python/tests/util.py             | 155 +++++
 .../apache/ignite/internal/raft/RaftManager.java   |   3 -
 .../apache/ignite/raft/jraft/core/ItNodeTest.java  |   1 +
 .../java/org/apache/ignite/internal/raft/Loza.java |   6 -
 .../internal/raft/server/impl/JraftServerImpl.java |  12 +-
 .../internal/raft/storage/LogStorageFactory.java   |   1 +
 .../apache/ignite/raft/jraft/core/NodeImpl.java    |  10 +-
 .../apache/ignite/raft/jraft/core/Replicator.java  |   5 +-
 .../apache/ignite/raft/jraft/rpc/RpcRequests.java  |  12 +-
 .../raft/jraft/storage/impl/RocksDbSpillout.java   |   1 +
 .../ignite/internal/raft/TestLozaFactory.java      |   1 +
 .../ignite/internal/replicator/ReplicaImpl.java    |   5 +-
 .../ignite/internal/replicator/ReplicaManager.java |  29 +-
 .../command/SafeTimePropagatingCommand.java        |  18 +-
 .../message/ReplicationGroupIdMessage.java         |   2 +-
 .../replicator/message/TimestampAware.java         |  20 +-
 .../replicator/PlacementDriverReplicaSideTest.java |   4 +-
 .../ignite/internal/benchmark/InsertBenchmark.java |  29 +-
 .../runner/app/ItIgniteNodeRestartTest.java        |  55 +-
 .../runner/app/ItReplicaStateManagerTest.java      |   2 -
 .../ItSchemaForwardCompatibilityTest.java          |   3 +-
 .../schemasync/ItSchemaSyncSingleNodeTest.java     |  27 +-
 .../streamer/ItAbstractDataStreamerTest.java       |  36 +-
 .../streamer/ItServerDataStreamerTest.java         |  23 -
 .../ignite/internal/table/ItDurableFinishTest.java |   2 +-
 .../ignite/internal/table/ItInternalTableTest.java |  10 +-
 .../org/apache/ignite/internal/app/IgniteImpl.java |   8 +-
 .../ignite/internal/schema/BinaryRowMatcher.java   |  44 +-
 .../engine/ItCastToTsWithLocalTimeZoneTest.java    | 596 ++++++++++++++++++
 .../sql/engine/exec/ExchangeServiceImpl.java       |   2 +-
 .../internal/sql/engine/exec/ExecutionContext.java |  19 +-
 .../sql/engine/exec/ExecutionServiceImpl.java      |   4 +-
 .../sql/engine/exec/UpdatableTableImpl.java        |   6 +-
 .../sql/engine/exec/exp/RexToLixTranslator.java    |   5 +-
 .../sql/engine/message/QueryStartRequest.java      |  15 +-
 .../engine/prepare/IgniteSqlToRelConvertor.java    |  43 ++
 .../sql/engine/prepare/KeyValueGetPlan.java        |  11 +-
 .../sql/engine/prepare/KeyValueModifyPlan.java     |  11 +-
 .../internal/sql/engine/sql/ParserServiceImpl.java |  19 +-
 .../sql/engine/exec/ExecutionServiceImplTest.java  | 177 ++----
 .../exec/rel/TableScanNodeExecutionTest.java       |   4 +-
 .../sql/engine/planner/AbstractPlannerTest.java    |  12 +
 .../planner/datatypes/BaseTypeCoercionTest.java    |  16 +
 .../datatypes/MergeSourcesCoercionTest.java        | 700 +++++++++++++++++++++
 .../NumericBinaryOperationsTypeCoercionTest.java   |  10 +-
 .../NumericComparisonTypeCoercionTest.java         |  10 +-
 .../NumericInsertSourcesCoercionTest.java          | 642 +++++++++++++++++++
 ...st.java => NumericSetOperatorCoercionTest.java} |  28 +-
 .../NumericUpdateSourcesCoercionTest.java          | 687 ++++++++++++++++++++
 .../pruning/PartitionPruningPredicateSelfTest.java |  14 +-
 .../internal/sql/engine/util/SqlTestUtils.java     |  70 ++-
 .../internal/storage/MvPartitionStorage.java       |   1 -
 .../storage/index/StorageIndexDescriptorTest.java  |   2 -
 .../AbstractMvPartitionStorageConcurrencyTest.java |  15 +-
 .../storage/AbstractMvPartitionStorageGcTest.java  |  19 +-
 .../storage/AbstractMvPartitionStorageTest.java    | 270 +++++---
 .../storage/AbstractMvTableStorageTest.java        |  32 +-
 .../storage/impl/TestMvPartitionStorage.java       |   9 +-
 .../index/AbstractHashIndexStorageTest.java        |   1 -
 .../index/AbstractSortedIndexStorageTest.java      |   1 -
 .../storage/pagememory/StoragePartitionMeta.java   |  55 +-
 .../pagememory/StoragePartitionMetaFactory.java    |   3 +-
 .../storage/pagememory/StoragePartitionMetaIo.java |  25 +
 .../mv/AbstractPageMemoryMvPartitionStorage.java   |  22 +-
 .../mv/AddWriteCommittedInvokeClosure.java         |  10 +
 .../pagememory/mv/CommitWriteInvokeClosure.java    |  24 +-
 .../mv/PersistentPageMemoryMvPartitionStorage.java |  15 +
 .../mv/VolatilePageMemoryMvPartitionStorage.java   |  23 +
 .../PersistentPageMemoryMvTableStorageTest.java    |  13 -
 .../StoragePartitionMetaManagerTest.java           |   7 +-
 .../pagememory/StoragePartitionMetaTest.java       |  48 +-
 .../VolatilePageMemoryMvTableStorageTest.java      |  13 -
 .../AbstractPageMemoryMvPartitionStorageTest.java  |  48 +-
 ...ageMemoryMvPartitionStorageConcurrencyTest.java |   7 -
 ...PersistentPageMemoryMvPartitionStorageTest.java |   4 +-
 ...ageMemoryMvPartitionStorageConcurrencyTest.java |   7 -
 .../rocksdb/RocksDbMvPartitionStorageTest.java     |  20 +-
 .../storage/rocksdb/RocksDbMvTableStorageTest.java |   6 +
 modules/table/build.gradle                         |   1 +
 .../ignite/distributed/ReplicaUnavailableTest.java |   2 +-
 .../ReplicasSafeTimePropagationTest.java           |  17 +-
 .../rebalance/ItRebalanceDistributedTest.java      |  11 +-
 .../ignite/internal/table/ItColocationTest.java    |   3 +-
 .../ignite/internal/table/ItEstimatedSizeTest.java | 182 ++++++
 .../internal/table/ItTransactionRecoveryTest.java  |   5 +-
 .../internal/table/ItTxResourcesVacuumTest.java    |   4 +-
 .../threading/ItKvRecordApiThreadingTest.java      |   2 +
 .../apache/ignite/internal/table/DataStreamer.java |   2 +-
 .../internal/table/IgniteTablesInternal.java       |   2 +
 .../ignite/internal/table/InternalTable.java       |  22 +-
 .../internal/table/KeyValueBinaryViewImpl.java     |  30 +-
 .../ignite/internal/table/KeyValueViewImpl.java    |  50 +-
 .../table/PublicApiThreadingKeyValueView.java      |   2 +-
 .../table/PublicApiThreadingRecordView.java        |   2 +-
 .../internal/table/RecordBinaryViewImpl.java       |  30 +-
 .../ignite/internal/table/RecordViewImpl.java      |  48 +-
 .../internal/table/StreamerReceiverRunner.java     |  63 ++
 .../internal/table/distributed/TableManager.java   |  21 +-
 .../internal/table/distributed/TableUtils.java     |   1 -
 .../table/distributed/index/IndexMeta.java         |   2 +-
 .../table/distributed/index/IndexMetaStorage.java  |   9 +-
 .../table/distributed/index/MetaIndexStatus.java   |   2 +-
 .../snapshot/FullStateTransferIndexChooser.java    | 191 ++----
 .../replicator/IncompatibleSchemaException.java    |   1 +
 .../replicator/PartitionReplicaListener.java       |  54 +-
 .../StaleTransactionOperationException.java        |   5 +-
 .../replicator/TransactionStateResolver.java       |   2 +-
 .../schema/PartitionCommandsMarshallerImpl.java    |   2 +
 .../distributed/storage/InternalTableImpl.java     | 279 +++++---
 .../UpdateCommandsMarshalingMicroBenchmark.java    |  13 +-
 .../distributed/TableManagerRecoveryTest.java      |  56 +-
 .../table/distributed/TableManagerTest.java        |  43 +-
 .../PartitionRaftCommandsSerializationTest.java    |  17 +-
 .../index/BaseIndexMetaStorageTest.java            |   2 +-
 .../distributed/index/IndexMetaStorageTest.java    |  21 +
 .../raft/PartitionCommandListenerTest.java         |  54 +-
 .../FullStateTransferIndexChooserTest.java         |  37 +-
 .../PartitionReplicaListenerIndexLockingTest.java  |   4 +
 .../replication/PartitionReplicaListenerTest.java  |  70 ++-
 .../PartitionCommandsMarshallerImplTest.java       |   6 +-
 .../storage/InternalTableEstimatedSizeTest.java    | 476 ++++++++++++++
 .../distributed/storage/InternalTableImplTest.java |   5 +-
 .../apache/ignite/distributed/ItTxTestCluster.java |   4 +-
 .../table/impl/DummyInternalTableImpl.java         |   4 +-
 .../tx/MismatchingTransactionOutcomeException.java |   5 +-
 .../internal/tx/TransactionInternalException.java  |  81 +++
 .../java/org/apache/ignite/internal/tx/TxMeta.java |   3 +-
 .../org/apache/ignite/internal/tx/TxStateMeta.java |   3 +-
 .../ignite/internal/tx/TxStateMetaAbandoned.java   |   3 +-
 .../ignite/internal/tx/TxStateMetaFinishing.java   |   3 +-
 .../tx/impl/IgniteAbstractTransactionImpl.java     |  31 +-
 .../tx/impl/TransactionsExceptionMapperUtil.java   |  85 +++
 .../internal/tx/impl/TxCleanupRequestHandler.java  |   6 +-
 .../ignite/internal/tx/impl/TxManagerImpl.java     |   6 +-
 .../ignite/internal/tx/impl/TxMessageSender.java   |  15 +-
 .../tx/message/TransactionMetaMessage.java         |  11 +-
 .../internal/tx/message/TxCleanupMessage.java      |  19 +-
 .../tx/message/TxFinishReplicaRequest.java         |  15 +-
 .../tx/message/TxStateCoordinatorRequest.java      |   8 +-
 .../message/WriteIntentSwitchReplicaRequest.java   |  19 +-
 .../apache/ignite/internal/tx/TxManagerTest.java   |   7 +-
 264 files changed, 7371 insertions(+), 1863 deletions(-)
 create mode 100644 
modules/compute/src/main/java/org/apache/ignite/internal/compute/streamer/StreamerReceiverJob.java
 copy 
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/network/replication/{ReadOnlyReplicaRequest.java
 => GetEstimatedSizeRequest.java} (66%)
 create mode 100644 modules/platforms/python/.gitignore
 create mode 100644 modules/platforms/python/CMakeLists.txt
 create mode 100644 modules/platforms/python/LICENSE
 create mode 100644 modules/platforms/python/MANIFEST.in
 create mode 100644 modules/platforms/python/NOTICE
 create mode 100644 modules/platforms/python/README.md
 create mode 100644 modules/platforms/python/cpp_module/CMakeLists.txt
 create mode 100644 modules/platforms/python/cpp_module/module.cpp
 copy 
modules/{partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/network/replication/ReadOnlyReplicaRequest.java
 => platforms/python/cpp_module/module.h} (63%)
 create mode 100644 modules/platforms/python/cpp_module/py_connection.cpp
 create mode 100644 modules/platforms/python/cpp_module/py_connection.h
 create mode 100644 modules/platforms/python/pyignite3/__init__.py
 create mode 100644 modules/platforms/python/requirements/install.txt
 create mode 100644 modules/platforms/python/requirements/tests.txt
 create mode 100644 modules/platforms/python/setup.py
 create mode 100644 modules/platforms/python/tests/__init__.py
 create mode 100644 modules/platforms/python/tests/conftest.py
 create mode 100644 modules/platforms/python/tests/test_connect.py
 create mode 100644 modules/platforms/python/tests/util.py
 create mode 100644 
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItCastToTsWithLocalTimeZoneTest.java
 create mode 100644 
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/datatypes/MergeSourcesCoercionTest.java
 create mode 100644 
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/datatypes/NumericInsertSourcesCoercionTest.java
 rename 
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/datatypes/{SetOperatorCoercionTest.java
 => NumericSetOperatorCoercionTest.java} (98%)
 create mode 100644 
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/datatypes/NumericUpdateSourcesCoercionTest.java
 create mode 100644 
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java
 create mode 100644 
modules/table/src/main/java/org/apache/ignite/internal/table/StreamerReceiverRunner.java
 create mode 100644 
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/storage/InternalTableEstimatedSizeTest.java
 create mode 100644 
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TransactionInternalException.java
 create mode 100644 
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TransactionsExceptionMapperUtil.java

Reply via email to