From 648be15e48d9d65c121d3ef9cee05ede9cf44046 Mon Sep 17 00:00:00 2001 From: Nazar Kovtun Date: Mon, 31 Mar 2025 15:26:57 +0300 Subject: [PATCH] HCK-10531: add config for proper char hasMaxLength handle on conversion --- polyglot/convertAdapter.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/polyglot/convertAdapter.json b/polyglot/convertAdapter.json index ffb0519..1e0696a 100644 --- a/polyglot/convertAdapter.json +++ b/polyglot/convertAdapter.json @@ -58,6 +58,15 @@ "to": { "hasMaxLength": true } + }, + { + "from": { + "mode": "char", + "length": 10485760 + }, + "to": { + "hasMaxLength": true + } } ] }