From f53419009da1761ce95471dbcf6717fa3f891ebe Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:08:23 -0300 Subject: [PATCH] Added deprecation to language_definitions.json --- .../flavor_base/language_definitions.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/flavors/standard-EXASOL-all/flavor_base/language_definitions.json b/flavors/standard-EXASOL-all/flavor_base/language_definitions.json index 1c60a406..2541c1e3 100644 --- a/flavors/standard-EXASOL-all/flavor_base/language_definitions.json +++ b/flavors/standard-EXASOL-all/flavor_base/language_definitions.json @@ -9,7 +9,8 @@ "parameters": [], "udf_client_path": { "executable": "/exaudf/exaudfclient" - } + }, + "deprecation": null }, { "protocol": "localzmq+protobuf", @@ -18,7 +19,8 @@ "parameters": [], "udf_client_path": { "executable": "/exaudf/exaudfclient" - } + }, + "deprecation": null }, { "protocol": "localzmq+protobuf", @@ -27,7 +29,8 @@ "parameters": [], "udf_client_path": { "executable": "/exaudf/exaudfclient" - } + }, + "deprecation": null } ] } \ No newline at end of file