Skip to content

Commit 37b9736

Browse files
author
Kazantsev Maksim
committed
Resolve conflicts
1 parent aea8c0b commit 37b9736

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

native/core/src/execution/planner.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ use datafusion::{
7070
};
7171
use datafusion_comet_spark_expr::{
7272
create_comet_physical_fun, create_comet_physical_fun_with_eval_mode, BinaryOutputStyle,
73-
BloomFilterAgg, BloomFilterMightContain, CsvWriteOptions, EvalMode, SparkHour, SparkMinute,
74-
SparkSecond, SumInteger, ToCsv,
73+
BloomFilterAgg, BloomFilterMightContain, CsvWriteOptions, EvalMode, SumInteger, ToCsv,
7574
};
7675
use iceberg::expr::Bind;
7776

native/spark-expr/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub use static_invoke::*;
2929
mod struct_funcs;
3030
pub use struct_funcs::{CreateNamedStruct, GetStructField};
3131

32+
mod csv_funcs;
3233
mod json_funcs;
3334
pub mod test_common;
3435
pub mod timezone;

0 commit comments

Comments
 (0)