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 ed4592b commit 5d4bd10Copy full SHA for 5d4bd10
velox/exec/HashBuild.cpp
@@ -85,9 +85,6 @@ HashBuild::HashBuild(
85
}
86
87
// Identify the non-key build side columns and make a decoder for each.
88
- const auto numDependents = outputType->size() - numKeys;
89
- dependentChannels_.reserve(numDependents);
90
- decoders_.reserve(numDependents);
91
for (auto i = 0; i < outputType->size(); ++i) {
92
if (keyChannelMap.find(i) == keyChannelMap.end()) {
93
dependentChannels_.emplace_back(i);
0 commit comments