We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7137cf8 commit b250ff7Copy full SHA for b250ff7
ydb/core/kqp/query_compiler/kqp_query_compiler.cpp
@@ -1333,6 +1333,7 @@ class TKqpQueryCompiler : public IKqpQueryCompiler {
1333
using enum NDq::EHashShuffleFuncType;
1334
case HashV1: {
1335
shuffleProto.MutableHashV1();
1336
+ break;
1337
}
1338
case ColumnShardHashV1: {
1339
auto& columnHashV1 = *shuffleProto.MutableColumnShardHashV1();
@@ -1370,6 +1371,7 @@ class TKqpQueryCompiler : public IKqpQueryCompiler {
1370
1371
auto typeId = GetDataTypeInfo(slot).TypeId;
1372
columnHashV1.AddKeyColumnTypes(typeId);
1373
1374
1375
1376
};
1377
0 commit comments