Skip to content

Commit

Permalink
Register Hive Connector in JoinFuzzer (#8705)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #8705

This line got accidentally deleted in #8702

Reviewed By: Yuhta

Differential Revision: D53547345

fbshipit-source-id: 09df67e3d278154fae1c2c5ff53587b76d787a39
  • Loading branch information
mbasmanova authored and facebook-github-bot committed Feb 8, 2024
1 parent 6d56baf commit 2abff36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/exec/tests/JoinFuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ JoinFuzzer::JoinFuzzer(size_t initialSeed)
connector::hive::HiveConnectorFactory::kHiveConnectorName)
->newConnector(
kHiveConnectorId, std::make_shared<core::MemConfig>(hiveConfig));
connector::registerConnector(hiveConnector);

seed(initialSeed);
}
Expand Down

0 comments on commit 2abff36

Please sign in to comment.