summaryrefslogtreecommitdiffstats
path: root/yql/essentials
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-04-03 19:11:57 +0300
committerrobot-piglet <[email protected]>2025-04-03 19:24:26 +0300
commit6b2a6a2fdec309f091a3da0f87cfe546b72ce09d (patch)
treed40fa9d492ceec7b0d50f05606d6d445b4e9bbf3 /yql/essentials
parentf0efe3a1f9cbc09264ba9f1f4c0c0369d2dd5079 (diff)
Intermediate changes
commit_hash:ecd73316c714b7d40123701efa84130aaffb53ff
Diffstat (limited to 'yql/essentials')
-rw-r--r--yql/essentials/cfg/tests/gateways-experimental.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/yql/essentials/cfg/tests/gateways-experimental.conf b/yql/essentials/cfg/tests/gateways-experimental.conf
index fe6fa97660c..a68414581b7 100644
--- a/yql/essentials/cfg/tests/gateways-experimental.conf
+++ b/yql/essentials/cfg/tests/gateways-experimental.conf
@@ -33,6 +33,26 @@ Yt {
Name: "UseColumnGroupsFromInputTables"
Value: "true"
}
+
+ DefaultSettings {
+ Name: "JobBlockInput"
+ Value: "true"
+ }
+
+ DefaultSettings {
+ Name: "JobBlockInputSupportedTypes"
+ Value: "tuple"
+ }
+
+ DefaultSettings {
+ Name: "JobBlockInputSupportedDataTypes"
+ Value: "Int8,Uint8,Int16,Uint16,Int32,Uint32,Int64,Uint64,Bool,Double,String,Utf8,Yson,Float"
+ }
+
+ DefaultSettings {
+ Name: "ReportEquiJoinStats"
+ Value: "true"
+ }
}
Dq {