Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 16, 2024
1 parent 13cd515 commit cb71a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velox/exec/benchmarks/WindowPrefixSortBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <folly/init/Init.h>
#include <string>

#include "velox/common/memory/SharedArbitrator.h"
#include "velox/exec/Cursor.h"
#include "velox/exec/tests/utils/HiveConnectorTestBase.h"
#include "velox/exec/tests/utils/PlanBuilder.h"
Expand All @@ -41,6 +42,7 @@ namespace {
class WindowPrefixSortBenchmark : public HiveConnectorTestBase {
public:
explicit WindowPrefixSortBenchmark() {
memory::SharedArbitrator::registerFactory();
HiveConnectorTestBase::SetUp();
aggregate::prestosql::registerAllAggregateFunctions();
window::prestosql::registerAllWindowFunctions();
Expand Down

0 comments on commit cb71a1c

Please sign in to comment.