Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 7, 2024
1 parent 397146a commit 204dd59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions core/src/execution/datafusion/expressions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ pub mod avg_decimal;
pub mod bloom_filter_might_contain;
pub mod correlation;
pub mod covariance;
<<<<<<< HEAD
pub mod regexp;
=======
pub mod negative;
>>>>>>> apache/main
pub mod stats;
pub mod stddev;
pub mod strings;
Expand Down
3 changes: 0 additions & 3 deletions core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,8 @@ use crate::{
correlation::Correlation,
covariance::Covariance,
if_expr::IfExpr,
<<<<<<< HEAD
regexp::RLike,
=======
negative,
>>>>>>> apache/main
scalar_funcs::create_comet_physical_fun,
stats::StatsType,
stddev::Stddev,
Expand Down

0 comments on commit 204dd59

Please sign in to comment.