Skip to content

Commit f108898

Browse files
Initial impl of union coercion
1 parent 1e4bd75 commit f108898

File tree

6 files changed

+644
-11
lines changed

6 files changed

+644
-11
lines changed

datafusion/core/tests/sql/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ mod runtime_config;
7171
pub mod select;
7272
mod sql_api;
7373

74+
mod union_comparison;
75+
7476
async fn register_aggregate_csv_by_sql(ctx: &SessionContext) {
7577
let testdata = test_util::arrow_test_data();
7678

0 commit comments

Comments
 (0)