Skip to content

Commit

Permalink
Fixed merge and format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoBuRo committed Oct 15, 2024
1 parent 290a89d commit bc4732f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_library(engine
Values.cpp Bind.cpp Minus.cpp RuntimeInformation.cpp CheckUsePatternTrick.cpp
VariableToColumnMap.cpp ExportQueryExecutionTrees.cpp
CartesianProductJoin.cpp TextIndexScanForWord.cpp TextIndexScanForEntity.cpp
TextLimit.cpp LocalVocabEntry.cpp LazyGroupBy.cpp GroupByHashMapOptimization.cpp
SpatialJoin.cpp CountConnectedSubgraphs.cpp PathSearch.cpp)
TextLimit.cpp LazyGroupBy.cpp GroupByHashMapOptimization.cpp SpatialJoin.cpp
CountConnectedSubgraphs.cpp PathSearch.cpp)

qlever_target_link_libraries(engine util index parser sparqlExpressions http SortPerformanceEstimator Boost::iostreams s2)
2 changes: 1 addition & 1 deletion test/QueryPlannerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include "QueryPlannerTestHelpers.h"
#include "engine/QueryPlanner.h"
#include "parser/GraphPatternOperation.h"
#include "engine/SpatialJoin.h"
#include "parser/GraphPatternOperation.h"
#include "parser/SparqlParser.h"
#include "parser/data/Variable.h"
#include "util/TripleComponentTestHelpers.h"
Expand Down
3 changes: 1 addition & 2 deletions test/QueryPlannerTestHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
#include <gmock/gmock-matchers.h>
#include <gmock/gmock.h>

#include <variant>

#include <optional>
#include <variant>

#include "./util/GTestHelpers.h"
#include "engine/Bind.h"
Expand Down

0 comments on commit bc4732f

Please sign in to comment.