diff options
author | aidarsamer <aidarsamer@ydb.tech> | 2023-10-05 14:02:23 +0300 |
---|---|---|
committer | aidarsamer <aidarsamer@ydb.tech> | 2023-10-05 14:26:43 +0300 |
commit | 82680c23a3c445621d5b3585affabbf767209c6d (patch) | |
tree | dbb29d8706da244c4ecfb28ac8fc7595d2ae2ea9 | |
parent | 912e545efe58cf951aaf2b885b6cbf467ca4ad8e (diff) | |
download | ydb-82680c23a3c445621d5b3585affabbf767209c6d.tar.gz |
Actualize SSA runtime version descriptions
-rw-r--r-- | ydb/core/formats/arrow/ssa_runtime_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/formats/arrow/ssa_runtime_version.h b/ydb/core/formats/arrow/ssa_runtime_version.h index d20420a6d94..69dae21960d 100644 --- a/ydb/core/formats/arrow/ssa_runtime_version.h +++ b/ydb/core/formats/arrow/ssa_runtime_version.h @@ -24,8 +24,8 @@ namespace NKikimr::NSsa { // History: // v1 is the version supported by kikimr-22-4. Supports filter and cast(timestamp to uint64) pushdowns. -// v2 is the version supported by kikimr-23-1. Supports LIKE filter, COUNT(col), COUNT(*), SUM(), MIN(), MAX(), AVG(), SOME() aggregations. -// v3 is the version supported by kikimr-23-2. Supports JSON_VALUE and JSON_EXISTS +// v2 is the version supported by kikimr-23-1. Supports LIKE filter for Utf8 type, COUNT(col), COUNT(*), SUM(), MIN(), MAX(), AVG(), SOME() aggregations. +// v3 is the version supported by kikimr-23-3. Supports LIKE filter for String type, JSON_VALUE and JSON_EXISTS functions in filters constexpr ui32 RuntimeVersion = SSA_RUNTIME_VERSION; } |