Skip to content

Commit 6b2a6a2

Browse files
committed
Intermediate changes
commit_hash:ecd73316c714b7d40123701efa84130aaffb53ff
1 parent f0efe3a commit 6b2a6a2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

yql/essentials/cfg/tests/gateways-experimental.conf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,26 @@ Yt {
3333
Name: "UseColumnGroupsFromInputTables"
3434
Value: "true"
3535
}
36+
37+
DefaultSettings {
38+
Name: "JobBlockInput"
39+
Value: "true"
40+
}
41+
42+
DefaultSettings {
43+
Name: "JobBlockInputSupportedTypes"
44+
Value: "tuple"
45+
}
46+
47+
DefaultSettings {
48+
Name: "JobBlockInputSupportedDataTypes"
49+
Value: "Int8,Uint8,Int16,Uint16,Int32,Uint32,Int64,Uint64,Bool,Double,String,Utf8,Yson,Float"
50+
}
51+
52+
DefaultSettings {
53+
Name: "ReportEquiJoinStats"
54+
Value: "true"
55+
}
3656
}
3757

3858
Dq {

0 commit comments

Comments
 (0)