From 5eb164ed73cc6ff63090a2aaeeb898349a8b0236 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 14 Mar 2024 13:03:26 +0000 Subject: [PATCH] Update git submodules * Update mistral from branch 'master' to 6e190e65eaa2364629fd64a7e5a7f2be5e0701b4 - Merge "Context versioning feature" - Context versioning feature With complex parallel joins mistral had no mechanism to choose which publish (left or right in terms of merge) should it use. It is a common case when one branch updates existing value, but after merge we see the old version. This patch introduce context versioning feature, where every existing key of mistral context has its version, and this version is used in the context merge stage. Change-Id: I604a9a8391150ac4801115b9892f781c33ecfdcb Signed-off-by: Oleg Ovcharuk --- mistral | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral b/mistral index 39cd97cc04..6e190e65ea 160000 --- a/mistral +++ b/mistral @@ -1 +1 @@ -Subproject commit 39cd97cc041d7d3af7fba28bda285bb33cdc1b25 +Subproject commit 6e190e65eaa2364629fd64a7e5a7f2be5e0701b4