From 20f1cc5c1686118078b95f5e129223d625b122f5 Mon Sep 17 00:00:00 2001 From: Vitalii Yarmus Date: Fri, 8 Aug 2025 11:45:56 +0300 Subject: [PATCH] HCK-12274: fix conversion of json data type into json type in Polyglot --- polyglot/convertAdapter.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/polyglot/convertAdapter.json b/polyglot/convertAdapter.json index 9830e4e6..5ed91f14 100644 --- a/polyglot/convertAdapter.json +++ b/polyglot/convertAdapter.json @@ -53,7 +53,11 @@ } } } - ] + ], + { + "from": { "type": "json" }, + "to": { "mode": "json" } + } ] }, "add": {