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