Skip to content

Commit

Permalink
Compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 19, 2023
1 parent 925281d commit 430336d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/execution/physical_plan/plan_comparison_join.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <duckdb/execution/operator/join/physical_pathfinding.hpp>

#include "duckdb/execution/operator/join/perfect_hash_join_executor.hpp"
#include "duckdb/execution/operator/join/physical_cross_product.hpp"
#include "duckdb/execution/operator/join/physical_hash_join.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/include/duckdb/common/enums/physical_operator_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum class PhysicalOperatorType : uint8_t {
INDEX_JOIN,
POSITIONAL_JOIN,
ASOF_JOIN,
PATH_FINDING,

// -----------------------------
// SetOps
// -----------------------------
Expand Down

0 comments on commit 430336d

Please sign in to comment.