From 10efbfa8e80820d3aa5be99d5c5f3e7ebf1ed050 Mon Sep 17 00:00:00 2001 From: Trevor Bergeron Date: Mon, 17 Nov 2025 22:38:14 +0000 Subject: [PATCH 1/2] chore: Extract snapshot tests to different nox session --- noxfile.py | 5 ++++ .../compile/sqlglot => snapshot}/__init__.py | 0 .../aggregations/__init__.py | 0 .../test_binary_compiler/test_corr/out.sql | 2 +- .../test_binary_compiler/test_cov/out.sql | 2 +- .../test_row_number/out.sql | 2 +- .../test_row_number_with_window/out.sql | 2 +- .../test_nullary_compiler/test_size/out.sql | 2 +- .../test_array_agg/out.sql | 2 +- .../test_string_agg/out.sql | 7 ++--- .../test_unary_compiler/test_all/out.sql | 2 +- .../test_all/window_out.sql | 2 +- .../test_all/window_partition_out.sql | 2 +- .../test_unary_compiler/test_any/out.sql | 2 +- .../test_any/window_out.sql | 2 +- .../test_any_value/out.sql | 2 +- .../test_any_value/window_out.sql | 2 +- .../test_any_value/window_partition_out.sql | 2 +- .../test_approx_quartiles/out.sql | 2 +- .../test_approx_top_count/out.sql | 2 +- .../test_unary_compiler/test_count/out.sql | 2 +- .../test_count/window_out.sql | 2 +- .../test_count/window_partition_out.sql | 2 +- .../test_date_series_diff/out.sql | 2 +- .../test_dense_rank/out.sql | 2 +- .../test_diff/diff_bool.sql | 2 +- .../test_diff/diff_int.sql | 2 +- .../test_unary_compiler/test_first}/out.sql | 7 ++--- .../test_first_non_null/out.sql | 13 ++++++++++ .../test_unary_compiler/test_last}/out.sql | 7 ++--- .../test_last_non_null/out.sql | 13 ++++++++++ .../test_unary_compiler/test_max/out.sql | 2 +- .../test_max/window_out.sql | 2 +- .../test_max/window_partition_out.sql | 2 +- .../test_unary_compiler/test_mean/out.sql | 2 +- .../test_mean/window_out.sql | 2 +- .../test_mean/window_partition_out.sql | 2 +- .../test_unary_compiler/test_median/out.sql | 2 +- .../test_unary_compiler/test_min/out.sql | 2 +- .../test_min/window_out.sql | 2 +- .../test_min/window_partition_out.sql | 2 +- .../test_unary_compiler/test_pop_var/out.sql | 2 +- .../test_pop_var/window_out.sql | 2 +- .../test_unary_compiler/test_quantile/out.sql | 2 +- .../test_unary_compiler/test_rank/out.sql | 2 +- .../test_unary_compiler/test_shift/lag.sql | 2 +- .../test_unary_compiler/test_shift/lead.sql | 2 +- .../test_unary_compiler/test_shift/noop.sql | 2 +- .../test_size_unary/out.sql | 2 +- .../test_unary_compiler/test_std/out.sql | 2 +- .../test_std/window_out.sql | 2 +- .../test_unary_compiler/test_sum/out.sql | 2 +- .../test_sum/window_out.sql | 2 +- .../test_sum/window_partition_out.sql | 2 +- .../test_time_series_diff/out.sql | 2 +- .../test_unary_compiler/test_var/out.sql | 2 +- .../test_var/window_out.sql | 2 +- .../aggregations/test_binary_compiler.py | 0 .../aggregations/test_nullary_compiler.py | 0 .../aggregations/test_op_registration.py | 0 .../test_ordered_unary_compiler.py | 0 .../aggregations/test_unary_compiler.py | 0 .../aggregations/test_windows.py | 0 .../compile/sqlglot => snapshot}/conftest.py | 0 .../expressions/__init__.py | 0 .../test_ai_ops/test_ai_classify/out.sql | 2 +- .../test_ai_ops/test_ai_generate/out.sql | 2 +- .../test_ai_ops/test_ai_generate_bool/out.sql | 2 +- .../out.sql | 2 +- .../test_ai_generate_double/out.sql | 2 +- .../out.sql | 2 +- .../test_ai_ops/test_ai_generate_int/out.sql | 2 +- .../out.sql | 2 +- .../test_ai_generate_with_model_param/out.sql | 2 +- .../out.sql | 2 +- .../snapshots/test_ai_ops/test_ai_if/out.sql | 2 +- .../test_ai_ops/test_ai_score/out.sql | 2 +- .../test_array_ops/test_array_index/out.sql | 2 +- .../test_array_reduce_op/out.sql | 2 +- .../test_array_slice_with_only_start/out.sql | 2 +- .../out.sql | 2 +- .../test_array_to_string/out.sql | 2 +- .../test_array_ops/test_to_array_op/out.sql | 2 +- .../test_obj_fetch_metadata/out.sql | 2 +- .../test_obj_get_access_url/out.sql | 2 +- .../test_blob_ops/test_obj_make_ref/out.sql | 2 +- .../test_bool_ops/test_and_op/out.sql | 2 +- .../test_bool_ops/test_or_op/out.sql | 2 +- .../test_bool_ops/test_xor_op/out.sql | 2 +- .../test_eq_null_match/out.sql | 2 +- .../test_eq_numeric/out.sql | 2 +- .../test_ge_numeric/out.sql | 2 +- .../test_gt_numeric/out.sql | 2 +- .../test_comparison_ops/test_is_in/out.sql | 2 +- .../test_le_numeric/out.sql | 2 +- .../test_lt_numeric/out.sql | 2 +- .../test_maximum_op/out.sql | 2 +- .../test_minimum_op/out.sql | 2 +- .../test_ne_numeric/out.sql | 2 +- .../test_add_timedelta/out.sql | 2 +- .../test_datetime_ops/test_date/out.sql | 2 +- .../test_datetime_ops/test_day/out.sql | 2 +- .../test_datetime_ops/test_dayofweek/out.sql | 2 +- .../test_datetime_ops/test_dayofyear/out.sql | 2 +- .../test_datetime_ops/test_floor_dt/out.sql | 2 +- .../test_datetime_ops/test_hour/out.sql | 2 +- .../test_datetime_ops/test_iso_day/out.sql | 2 +- .../test_datetime_ops/test_iso_week/out.sql | 2 +- .../test_datetime_ops/test_iso_year/out.sql | 2 +- .../test_datetime_ops/test_minute/out.sql | 2 +- .../test_datetime_ops/test_month/out.sql | 2 +- .../test_datetime_ops/test_normalize/out.sql | 2 +- .../test_datetime_ops/test_quarter/out.sql | 2 +- .../test_datetime_ops/test_second/out.sql | 2 +- .../test_datetime_ops/test_strftime/out.sql | 2 +- .../test_sub_timedelta/out.sql | 2 +- .../test_datetime_ops/test_time/out.sql | 2 +- .../test_to_datetime/out.sql | 2 +- .../test_to_timestamp/out.sql | 2 +- .../test_unix_micros/out.sql | 2 +- .../test_unix_millis/out.sql | 2 +- .../test_unix_seconds/out.sql | 2 +- .../test_datetime_ops/test_year/out.sql | 2 +- .../test_generic_ops/test_astype_bool/out.sql | 2 +- .../test_astype_float/out.sql | 2 +- .../test_astype_from_json/out.sql | 2 +- .../test_generic_ops/test_astype_int/out.sql | 2 +- .../test_generic_ops/test_astype_json/out.sql | 2 +- .../test_astype_string/out.sql | 2 +- .../test_astype_time_like/out.sql | 2 +- .../test_case_when_op/out.sql | 2 +- .../test_generic_ops/test_clip/out.sql | 2 +- .../test_generic_ops/test_coalesce/out.sql | 2 +- .../test_generic_ops/test_fillna/out.sql | 2 +- .../test_generic_ops/test_hash/out.sql | 2 +- .../test_generic_ops/test_invert/out.sql | 2 +- .../test_generic_ops/test_isnull/out.sql | 2 +- .../test_generic_ops/test_map/out.sql | 2 +- .../test_generic_ops/test_notnull/out.sql | 2 +- .../test_generic_ops/test_row_key/out.sql | 2 +- .../test_sql_scalar_op/out.sql | 2 +- .../test_generic_ops/test_where/out.sql | 2 +- .../test_geo_ops/test_geo_area/out.sql | 2 +- .../test_geo_ops/test_geo_st_astext/out.sql | 2 +- .../test_geo_ops/test_geo_st_boundary/out.sql | 2 +- .../test_geo_ops/test_geo_st_buffer/out.sql | 2 +- .../test_geo_ops/test_geo_st_centroid/out.sql | 2 +- .../test_geo_st_convexhull/out.sql | 2 +- .../test_geo_st_difference/out.sql | 2 +- .../test_geo_st_geogfromtext/out.sql | 2 +- .../test_geo_st_geogpoint/out.sql | 2 +- .../test_geo_st_intersection/out.sql | 2 +- .../test_geo_ops/test_geo_st_isclosed/out.sql | 2 +- .../test_geo_ops/test_geo_st_length/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_x/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_y/out.sql | 2 +- .../test_json_ops/test_json_extract/out.sql | 2 +- .../test_json_extract_array/out.sql | 2 +- .../test_json_extract_string_array/out.sql | 2 +- .../test_json_ops/test_json_query/out.sql | 2 +- .../test_json_query_array/out.sql | 2 +- .../test_json_ops/test_json_set/out.sql | 2 +- .../test_json_ops/test_json_value/out.sql | 2 +- .../test_json_ops/test_parse_json/out.sql | 2 +- .../test_json_ops/test_to_json_string/out.sql | 2 +- .../test_numeric_ops/test_abs/out.sql | 2 +- .../test_numeric_ops/test_add_numeric/out.sql | 2 +- .../test_numeric_ops/test_add_string}/out.sql | 2 +- .../test_add_timedelta/out.sql | 2 +- .../test_numeric_ops/test_arccos/out.sql | 2 +- .../test_numeric_ops/test_arccosh/out.sql | 2 +- .../test_numeric_ops/test_arcsin/out.sql | 2 +- .../test_numeric_ops/test_arcsinh/out.sql | 2 +- .../test_numeric_ops/test_arctan/out.sql | 2 +- .../test_numeric_ops/test_arctan2/out.sql | 2 +- .../test_numeric_ops/test_arctanh/out.sql | 2 +- .../test_numeric_ops/test_ceil/out.sql | 2 +- .../test_numeric_ops/test_cos/out.sql | 2 +- .../test_numeric_ops/test_cosh/out.sql | 2 +- .../test_cosine_distance/out.sql | 2 +- .../test_numeric_ops/test_div_numeric/out.sql | 2 +- .../test_div_timedelta/out.sql | 2 +- .../test_euclidean_distance/out.sql | 2 +- .../test_numeric_ops/test_exp/out.sql | 2 +- .../test_numeric_ops/test_expm1/out.sql | 2 +- .../test_numeric_ops/test_floor/out.sql | 2 +- .../test_floordiv_timedelta/out.sql | 2 +- .../test_numeric_ops/test_ln/out.sql | 2 +- .../test_numeric_ops/test_log10/out.sql | 2 +- .../test_numeric_ops/test_log1p/out.sql | 2 +- .../test_manhattan_distance/out.sql | 2 +- .../test_numeric_ops/test_mod_numeric/out.sql | 2 +- .../test_numeric_ops/test_mul_numeric/out.sql | 2 +- .../test_mul_timedelta/out.sql | 2 +- .../test_numeric_ops/test_neg/out.sql | 2 +- .../test_numeric_ops/test_pos/out.sql | 2 +- .../test_numeric_ops/test_round/out.sql | 2 +- .../test_numeric_ops/test_sin/out.sql | 2 +- .../test_numeric_ops/test_sinh/out.sql | 2 +- .../test_numeric_ops/test_sqrt/out.sql | 2 +- .../test_numeric_ops/test_sub_numeric/out.sql | 2 +- .../test_sub_timedelta/out.sql | 2 +- .../test_numeric_ops/test_tan/out.sql | 2 +- .../test_numeric_ops/test_tanh/out.sql | 2 +- .../test_string_ops/test_add_string/out.sql | 2 +- .../test_string_ops/test_capitalize/out.sql | 2 +- .../test_string_ops/test_endswith/out.sql | 2 +- .../test_string_ops/test_isalnum/out.sql | 2 +- .../test_string_ops/test_isalpha/out.sql | 2 +- .../test_string_ops/test_isdecimal/out.sql | 2 +- .../test_string_ops/test_isdigit/out.sql | 2 +- .../test_string_ops/test_islower/out.sql | 2 +- .../test_string_ops/test_isnumeric/out.sql | 2 +- .../test_string_ops/test_isspace/out.sql | 2 +- .../test_string_ops/test_isupper/out.sql | 2 +- .../test_string_ops/test_len/out.sql | 2 +- .../test_string_ops/test_lower/out.sql | 2 +- .../test_string_ops/test_lstrip/out.sql | 2 +- .../test_regex_replace_str/out.sql | 2 +- .../test_string_ops/test_replace_str/out.sql | 2 +- .../test_string_ops/test_reverse/out.sql | 2 +- .../test_string_ops/test_rstrip/out.sql | 2 +- .../test_string_ops/test_startswith/out.sql | 2 +- .../test_string_ops/test_str_contains/out.sql | 2 +- .../test_str_contains_regex/out.sql | 2 +- .../test_string_ops/test_str_extract/out.sql | 2 +- .../test_string_ops/test_str_find/out.sql | 10 +++---- .../test_string_ops/test_str_get/out.sql | 2 +- .../test_string_ops/test_str_pad/out.sql | 2 +- .../test_string_ops/test_str_repeat/out.sql | 2 +- .../test_string_ops/test_str_slice/out.sql | 2 +- .../test_string_ops/test_strconcat}/out.sql | 2 +- .../test_string_ops/test_string_split/out.sql | 2 +- .../test_string_ops/test_strip/out.sql | 2 +- .../test_string_ops/test_upper/out.sql | 2 +- .../test_string_ops/test_zfill/out.sql | 2 +- .../test_struct_ops/test_struct_field/out.sql | 2 +- .../test_struct_ops/test_struct_op/out.sql | 2 +- .../test_timedelta_floor/out.sql | 2 +- .../test_to_timedelta/out.sql | 2 +- .../expressions/test_ai_ops.py | 0 .../expressions/test_array_ops.py | 0 .../expressions/test_blob_ops.py | 0 .../expressions/test_bool_ops.py | 0 .../expressions/test_comparison_ops.py | 0 .../expressions/test_datetime_ops.py | 0 .../expressions/test_generic_ops.py | 0 .../expressions/test_geo_ops.py | 0 .../expressions/test_json_ops.py | 0 .../expressions/test_numeric_ops.py | 0 .../expressions/test_string_ops.py | 0 .../expressions/test_struct_ops.py | 0 .../expressions/test_timedelta_ops.py | 0 .../test_compile_aggregate/out.sql | 2 +- .../test_compile_aggregate_wo_dropna/out.sql | 2 +- .../test_compile_concat/out.sql | 2 +- .../test_compile_concat_filter_sorted/out.sql | 2 +- .../test_compile_explode_dataframe/out.sql | 2 +- .../test_compile_explode_series/out.sql | 2 +- .../test_compile_filter/out.sql | 2 +- .../test_st_regionstats/out.sql | 2 +- .../out.sql | 2 +- .../test_compile_geo/test_st_simplify/out.sql | 2 +- .../test_compile_isin/out.sql | 2 +- .../test_compile_isin_not_nullable/out.sql | 8 +++--- .../test_compile_join/out.sql | 2 +- .../test_compile_join_w_on/bool_col/out.sql | 2 +- .../float64_col/out.sql | 2 +- .../test_compile_join_w_on/int64_col/out.sql | 2 +- .../numeric_col/out.sql | 2 +- .../test_compile_join_w_on/string_col/out.sql | 2 +- .../test_compile_join_w_on/time_col/out.sql | 2 +- .../test_compile_projection/out.sql | 2 +- .../test_compile_random_sample/out.sql | 2 +- .../test_compile_readlocal/out.sql | 2 +- .../test_compile_readlocal_w_json_df/out.sql | 2 +- .../test_compile_readlocal_w_lists_df/out.sql | 2 +- .../out.sql | 2 +- .../test_compile_readtable/out.sql | 2 +- .../out.sql | 2 +- .../test_compile_readtable_w_limit/out.sql | 2 +- .../out.sql | 2 +- .../test_compile_readtable_w_ordering/out.sql | 2 +- .../out.sql | 2 +- .../out.sql | 2 +- .../out.sql | 26 ++++--------------- .../out.sql | 12 +++------ .../out.sql | 2 +- .../out.sql | 2 +- .../test_compile_aggregate.py | 0 .../test_compile_concat.py | 0 .../test_compile_explode.py | 0 .../test_compile_filter.py | 0 .../sqlglot => snapshot}/test_compile_geo.py | 0 .../sqlglot => snapshot}/test_compile_isin.py | 0 .../sqlglot => snapshot}/test_compile_join.py | 0 .../test_compile_random_sample.py | 0 .../test_compile_readlocal.py | 0 .../test_compile_readtable.py | 0 .../test_compile_window.py | 0 .../test_scalar_compiler.py | 0 .../test_sqlglot_types.py | 0 .../test_first_non_null/out.sql | 16 ------------ .../test_last_non_null/out.sql | 16 ------------ 304 files changed, 310 insertions(+), 342 deletions(-) rename tests/{unit/core/compile/sqlglot => snapshot}/__init__.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/__init__.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_binary_compiler/test_corr/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_binary_compiler/test_cov/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_nullary_compiler/test_size/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql (63%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_all/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_any/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_count/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql (94%) rename tests/{unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last => snapshot/aggregations/snapshots/test_unary_compiler/test_first}/out.sql (61%) create mode 100644 tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql rename tests/{unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first => snapshot/aggregations/snapshots/test_unary_compiler/test_last}/out.sql (61%) create mode 100644 tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_max/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_mean/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_median/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_min/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_rank/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_std/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_sum/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_var/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/test_binary_compiler.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/test_nullary_compiler.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/test_op_registration.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/test_ordered_unary_compiler.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/test_unary_compiler.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/aggregations/test_windows.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/conftest.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/__init__.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_if/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_ai_ops/test_ai_score/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_array_ops/test_array_index/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_array_ops/test_array_to_string/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_array_ops/test_to_array_op/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_bool_ops/test_and_op/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_bool_ops/test_or_op/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_bool_ops/test_xor_op/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_is_in/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_date/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_day/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_hour/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_minute/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_month/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_normalize/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_quarter/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_second/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_strftime/out.sql (94%) rename tests/{unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops => snapshot/expressions/snapshots/test_datetime_ops}/test_sub_timedelta/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_time/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_datetime_ops/test_year/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_astype_float/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_astype_int/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_astype_json/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_astype_string/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_clip/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_coalesce/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_fillna/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_hash/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_invert/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_isnull/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_map/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_notnull/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_row_key/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_generic_ops/test_where/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_area/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_x/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_geo_ops/test_geo_y/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_json_extract/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_json_query/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_json_query_array/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_json_set/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_json_value/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_parse_json/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_json_ops/test_to_json_string/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_abs/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strconcat => snapshot/expressions/snapshots/test_numeric_ops/test_add_string}/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_arccos/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_arctan/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_ceil/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_cos/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_cosh/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_exp/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_expm1/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_floor/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_ln/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_log10/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_log1p/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_neg/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_pos/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_round/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_sin/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_sinh/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql (98%) rename tests/{unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops => snapshot/expressions/snapshots/test_numeric_ops}/test_sub_timedelta/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_tan/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_numeric_ops/test_tanh/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_add_string/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_capitalize/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_endswith/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_isalnum/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_isalpha/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_isdecimal/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_isdigit/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_islower/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_isnumeric/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_isspace/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_isupper/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_len/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_lower/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_lstrip/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_replace_str/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_reverse/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_rstrip/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_startswith/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_contains/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_extract/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_find/out.sql (52%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_get/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_pad/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_repeat/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_str_slice/out.sql (93%) rename tests/{unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_string => snapshot/expressions/snapshots/test_string_ops/test_strconcat}/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_string_split/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_strip/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_upper/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_string_ops/test_zfill/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_struct_ops/test_struct_field/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_struct_ops/test_struct_op/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql (93%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_ai_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_array_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_blob_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_bool_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_comparison_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_datetime_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_generic_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_geo_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_json_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_numeric_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_string_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_struct_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/expressions/test_timedelta_ops.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql (94%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_concat/test_compile_concat/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_explode/test_compile_explode_series/out.sql (92%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_filter/test_compile_filter/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_geo/test_st_regionstats/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_geo/test_st_simplify/out.sql (91%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_isin/test_compile_isin/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql (86%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_join/test_compile_join/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql (98%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_projection/test_compile_projection/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql (99%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readtable/test_compile_readtable/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql (90%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql (91%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql (85%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql (96%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql (97%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql (51%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql (81%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql (95%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_aggregate.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_concat.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_explode.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_filter.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_geo.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_isin.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_join.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_random_sample.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_readlocal.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_readtable.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_compile_window.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_scalar_compiler.py (100%) rename tests/{unit/core/compile/sqlglot => snapshot}/test_sqlglot_types.py (100%) delete mode 100644 tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql delete mode 100644 tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql diff --git a/noxfile.py b/noxfile.py index b02952f9c2..bce70069bc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -720,6 +720,11 @@ def unit_prerelease(session: nox.sessions.Session): prerelease(session, os.path.join("tests", "unit")) +@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1]) +def snapshot(session: nox.sessions.Session): + run_unit(session, os.path.join("tests", "snapshot")) + + @nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS[-1]) def system_prerelease(session: nox.sessions.Session): """Run the system test suite with prerelease dependencies.""" diff --git a/tests/unit/core/compile/sqlglot/__init__.py b/tests/snapshot/__init__.py similarity index 100% rename from tests/unit/core/compile/sqlglot/__init__.py rename to tests/snapshot/__init__.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/__init__.py b/tests/snapshot/aggregations/__init__.py similarity index 100% rename from tests/unit/core/compile/sqlglot/aggregations/__init__.py rename to tests/snapshot/aggregations/__init__.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql rename to tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql index 5c838f4882..d248cbfb0f 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `corr_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql rename to tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql index eda082250a..e40280b1ba 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `cov_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql rename to tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql index 78cc44fa54..8595e33b10 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql @@ -24,4 +24,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_32` AS `row_number` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql rename to tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql index b63cb1ff61..04d3f03e88 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `row_number` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql rename to tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql index ed8e0c7619..8cb510a095 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql @@ -23,4 +23,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_32` AS `size` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql rename to tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql index eafbc39daf..80b6d3b6f1 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql similarity index 63% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql rename to tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql index 321341d4a0..36b1cba6e1 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql @@ -5,14 +5,11 @@ WITH `bfcte_0` AS ( ), `bfcte_1` AS ( SELECT COALESCE( - STRING_AGG(`string_col`, ',' - ORDER BY - `string_col` IS NULL ASC, - `string_col` ASC), + STRING_AGG(`string_col` ORDER BY `string_col` IS NULL ASC, `string_col` ASC, ','), '' ) AS `bfcol_1` FROM `bfcte_0` ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql index d31b21f56b..bfd0365e2f 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql index 83bd288e73..c0228fb7ca 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_bool` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql index dc2471148b..21fa1b9004 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_bool` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/out.sql index 03b0d5c151..cf41e36c15 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql index 970349a4f5..2c51efca74 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_bool` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql index 4a13901f1c..5bd4242310 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql index f179808b57..fd72e4310f 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql index e1b3da8a9a..0207fcfb60 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql index 9eabb2d88a..51dc22be32 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql @@ -13,4 +13,4 @@ SELECT `bfcol_1` AS `q1`, `bfcol_2` AS `q2`, `bfcol_3` AS `q3` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql index b5e6275381..d28af41115 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/out.sql index 9d18367cf6..3471fd1f93 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql index 0baac95311..907b7d9e89 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql index 6d3f856459..9e968fd3e8 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql index 84c95fd010..92f2de38ce 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_date` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql index 76b455a65c..2dcf2c1033 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql index 96d23c4747..4a11f9832e 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_bool` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql index 95d786b951..153a9aa30e 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_int` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first/out.sql similarity index 61% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first/out.sql index ebeaa0e338..d7ba7b084e 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first/out.sql @@ -8,13 +8,10 @@ WITH `bfcte_0` AS ( CASE WHEN `int64_col` IS NULL THEN NULL - ELSE LAST_VALUE(`int64_col`) OVER ( - ORDER BY `int64_col` DESC - ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING - ) + ELSE FIRST_VALUE(`int64_col`) OVER (ORDER BY `int64_col` DESC ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) END AS `bfcol_1` FROM `bfcte_0` ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql new file mode 100644 index 0000000000..66ab78d56f --- /dev/null +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql @@ -0,0 +1,13 @@ +WITH `bfcte_0` AS ( + SELECT + `int64_col` + FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` +), `bfcte_1` AS ( + SELECT + *, + FIRST_VALUE(`int64_col` IGNORE NULLS) OVER (ORDER BY `int64_col` ASC NULLS LAST ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) AS `bfcol_1` + FROM `bfcte_0` +) +SELECT + `bfcol_1` AS `agg_int64` +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last/out.sql similarity index 61% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last/out.sql index 40c9e6ddd8..b55b515df4 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last/out.sql @@ -8,13 +8,10 @@ WITH `bfcte_0` AS ( CASE WHEN `int64_col` IS NULL THEN NULL - ELSE FIRST_VALUE(`int64_col`) OVER ( - ORDER BY `int64_col` DESC - ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING - ) + ELSE LAST_VALUE(`int64_col`) OVER (ORDER BY `int64_col` DESC ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) END AS `bfcol_1` FROM `bfcte_0` ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql new file mode 100644 index 0000000000..3c4d3518b1 --- /dev/null +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql @@ -0,0 +1,13 @@ +WITH `bfcte_0` AS ( + SELECT + `int64_col` + FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` +), `bfcte_1` AS ( + SELECT + *, + LAST_VALUE(`int64_col` IGNORE NULLS) OVER (ORDER BY `int64_col` ASC NULLS LAST ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) AS `bfcol_1` + FROM `bfcte_0` +) +SELECT + `bfcol_1` AS `agg_int64` +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/out.sql index 1537d735ea..8fc4520460 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql index a234601b6a..d80ec8592e 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql index f918500788..3cb91c954b 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql index 0b33d0b1d0..0295097dd1 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql @@ -24,4 +24,4 @@ SELECT `bfcol_13` AS `bool_col`, `bfcol_14` AS `duration_col`, `bfcol_15` AS `int64_col_w_floor` -FROM `bfcte_2` \ No newline at end of file +FROM `bfcte_2` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql index 73bec9ccce..b1fda7d2bf 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql index d0a8345e12..3f5429732f 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_median/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_median/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_median/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_median/out.sql index bfe94622b3..1ffbcc2e6a 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_median/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_median/out.sql @@ -15,4 +15,4 @@ SELECT `bfcol_3` AS `int64_col`, `bfcol_4` AS `date_col`, `bfcol_5` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/out.sql index 0848313456..664abcb82b 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql index 1d9db63491..8f436548dc 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql index 8040f43ca5..f370d5226e 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql index 2d38311f45..bc71c28e3a 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_4` AS `int64_col`, `bfcol_5` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql index eae3db0048..ca9aadbcbe 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql index b79d8d381f..23ba13ff56 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_1` AS `quantile`, `bfcol_2` AS `quantile_floor` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql index 96b121bde4..a3d751d5e0 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql index 7d1d62f1ae..c20697ff15 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `lag` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql index 67b40c99db..a31ebda176 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `lead` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql index 0202cf5c21..52045a1352 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `noop` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql index fffb4831b9..bc83bcf1fb 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/out.sql index 36a50302a6..b2e247ac1c 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/out.sql @@ -24,4 +24,4 @@ SELECT `bfcol_13` AS `bool_col`, `bfcol_14` AS `duration_col`, `bfcol_15` AS `int64_col_w_floor` -FROM `bfcte_2` \ No newline at end of file +FROM `bfcte_2` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql index cb39f6dbc8..092ff4d186 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql index 2bf6c26cd4..48945ca804 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_4` AS `int64_col`, `bfcol_5` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql index 401436019e..9468f7d6d5 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql index f8ada8a5d4..e7efc547ba 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql index 645f583dc1..a92064fdad 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_time` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/out.sql index 733a22438c..b1396e0b6a 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_4` AS `int64_col`, `bfcol_5` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql rename to tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql index d300251447..4263c167c4 100644 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/aggregations/test_binary_compiler.py b/tests/snapshot/aggregations/test_binary_compiler.py similarity index 100% rename from tests/unit/core/compile/sqlglot/aggregations/test_binary_compiler.py rename to tests/snapshot/aggregations/test_binary_compiler.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/test_nullary_compiler.py b/tests/snapshot/aggregations/test_nullary_compiler.py similarity index 100% rename from tests/unit/core/compile/sqlglot/aggregations/test_nullary_compiler.py rename to tests/snapshot/aggregations/test_nullary_compiler.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/test_op_registration.py b/tests/snapshot/aggregations/test_op_registration.py similarity index 100% rename from tests/unit/core/compile/sqlglot/aggregations/test_op_registration.py rename to tests/snapshot/aggregations/test_op_registration.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/test_ordered_unary_compiler.py b/tests/snapshot/aggregations/test_ordered_unary_compiler.py similarity index 100% rename from tests/unit/core/compile/sqlglot/aggregations/test_ordered_unary_compiler.py rename to tests/snapshot/aggregations/test_ordered_unary_compiler.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/test_unary_compiler.py b/tests/snapshot/aggregations/test_unary_compiler.py similarity index 100% rename from tests/unit/core/compile/sqlglot/aggregations/test_unary_compiler.py rename to tests/snapshot/aggregations/test_unary_compiler.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/test_windows.py b/tests/snapshot/aggregations/test_windows.py similarity index 100% rename from tests/unit/core/compile/sqlglot/aggregations/test_windows.py rename to tests/snapshot/aggregations/test_windows.py diff --git a/tests/unit/core/compile/sqlglot/conftest.py b/tests/snapshot/conftest.py similarity index 100% rename from tests/unit/core/compile/sqlglot/conftest.py rename to tests/snapshot/conftest.py diff --git a/tests/unit/core/compile/sqlglot/expressions/__init__.py b/tests/snapshot/expressions/__init__.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/__init__.py rename to tests/snapshot/expressions/__init__.py diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql index a40784a3ca..0ddb409e96 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql index 19f85b181b..92fadb8c1a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql index f844ed1691..2ce6419386 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql index 35538c2ec2..2847a7bf0b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql index fae92515cb..10ebe065a9 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql index f3ddf71014..c52f2f8f26 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql index a0c92c959c..ce9c44d7fb 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql index 1951e13325..7672d215e4 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql index 3419a77c61..498fef662a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql index e1e1670f12..b5ea723e4a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql @@ -16,4 +16,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql index 275ba8d423..c060b51301 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql rename to tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql index 01c71065b9..8c64a9ad7a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_index/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_index/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_index/out.sql rename to tests/snapshot/expressions/snapshots/test_array_ops/test_array_index/out.sql index d8e223d5f8..12d7262a69 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_index/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_index/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql rename to tests/snapshot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql index b9f87bfd1e..bf2bc8a9e7 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql @@ -34,4 +34,4 @@ SELECT `bfcol_4` AS `std_float`, `bfcol_5` AS `count_str`, `bfcol_6` AS `any_bool` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql rename to tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql index 0034ffd69c..2469dbbd27 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql @@ -16,4 +16,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql rename to tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql index f0638fa3af..b46cb8f0bb 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql @@ -16,4 +16,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql rename to tests/snapshot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql index 09446bb8f5..53756fa44b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql rename to tests/snapshot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql index 3e29701658..833d81d1f6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql @@ -23,4 +23,4 @@ SELECT `bfcol_9` AS `int64_col`, `bfcol_10` AS `strs_col`, `bfcol_11` AS `numeric_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql rename to tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql index bd99b86064..346f736e56 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql +++ b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql @@ -22,4 +22,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `bfcol_10` AS `version` -FROM `bfcte_3` \ No newline at end of file +FROM `bfcte_3` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql rename to tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql index c65436e530..b94e93508c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql +++ b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql @@ -22,4 +22,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `bfcol_10` AS `string_col` -FROM `bfcte_3` \ No newline at end of file +FROM `bfcte_3` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql rename to tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql index d74449c986..3bd0b966a8 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql +++ b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `bfcol_4` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_and_op/out.sql b/tests/snapshot/expressions/snapshots/test_bool_ops/test_and_op/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_and_op/out.sql rename to tests/snapshot/expressions/snapshots/test_bool_ops/test_and_op/out.sql index 634a936a0e..a0b073c18b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_and_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_bool_ops/test_and_op/out.sql @@ -28,4 +28,4 @@ SELECT `bfcol_16` AS `int64_col`, `bfcol_17` AS `int_and_int`, `bfcol_18` AS `bool_and_bool` -FROM `bfcte_2` \ No newline at end of file +FROM `bfcte_2` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_or_op/out.sql b/tests/snapshot/expressions/snapshots/test_bool_ops/test_or_op/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_or_op/out.sql rename to tests/snapshot/expressions/snapshots/test_bool_ops/test_or_op/out.sql index 0069b07d8f..d5f865c011 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_or_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_bool_ops/test_or_op/out.sql @@ -28,4 +28,4 @@ SELECT `bfcol_16` AS `int64_col`, `bfcol_17` AS `int_and_int`, `bfcol_18` AS `bool_and_bool` -FROM `bfcte_2` \ No newline at end of file +FROM `bfcte_2` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql b/tests/snapshot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql rename to tests/snapshot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql index e4c87ed720..56526a948c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql @@ -28,4 +28,4 @@ SELECT `bfcol_16` AS `int64_col`, `bfcol_17` AS `int_and_int`, `bfcol_18` AS `bool_and_bool` -FROM `bfcte_2` \ No newline at end of file +FROM `bfcte_2` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql index 57af99a52b..119b30a84b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_4` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql index 9c7c19e61c..970c248500 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_ne_1`, `bfcol_41` AS `int_ne_bool`, `bfcol_42` AS `bool_ne_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql index e99fe49c8e..42f561249b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_ge_1`, `bfcol_41` AS `int_ge_bool`, `bfcol_42` AS `bool_ge_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql index 4e5aba3d31..c9c4b09fca 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_gt_1`, `bfcol_41` AS `int_gt_bool`, `bfcol_42` AS `bool_gt_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql index 197ed279fa..5557a5ad36 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql @@ -29,4 +29,4 @@ SELECT `bfcol_7` AS `empty`, `bfcol_8` AS `ints_wo_match_nulls`, `bfcol_9` AS `float_in_ints` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql index 97a00d1c88..34e7623708 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_le_1`, `bfcol_41` AS `int_le_bool`, `bfcol_42` AS `bool_le_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql index addebd3187..6d48d9ed7c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_lt_1`, `bfcol_41` AS `int_lt_bool`, `bfcol_42` AS `bool_lt_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql index bbef212707..570246a581 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql index 1f00f5892e..08cdbc9adb 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql index 417d24aa72..c50786847c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_ne_1`, `bfcol_41` AS `int_ne_bool`, `bfcol_42` AS `bool_ne_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql index 2fef18eeb8..64adbd792a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql @@ -57,4 +57,4 @@ SELECT `bfcol_41` AS `timedelta_add_date`, `bfcol_42` AS `timedelta_add_timestamp`, `bfcol_50` AS `timedelta_add_timedelta` -FROM `bfcte_5` \ No newline at end of file +FROM `bfcte_5` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_date/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_date/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_date/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_date/out.sql index b8f46ceafe..6a1b0c7acd 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_date/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_date/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_day/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_day/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_day/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_day/out.sql index 52d80fd2a6..c7503c3682 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_day/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_day/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql index 0119bbb4e9..868dd66efd 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql @@ -16,4 +16,4 @@ SELECT `bfcol_6` AS `datetime_col`, `bfcol_7` AS `timestamp_col`, `bfcol_8` AS `date_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql index 521419757a..262fc37b0e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql index fe76efb609..31e53900b6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql @@ -33,4 +33,4 @@ SELECT `bfcol_11` AS `timestamp_col_Y`, `bfcol_12` AS `datetime_col_q`, `bfcol_13` AS `datetime_col_us` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_hour/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_hour/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_hour/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_hour/out.sql index 5fc6621a7c..5be4386466 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_hour/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_hour/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql index 9422844b34..3685a44f36 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql index 4db49fb10f..6e6596c1af 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql index 8d49933202..922233be00 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_minute/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_minute/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_minute/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_minute/out.sql index e089a77af5..bab48b0dcd 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_minute/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_minute/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_month/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_month/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_month/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_month/out.sql index 53d135903b..5ddb8035d8 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_month/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_month/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql index b542dfea72..2a7b83390f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql index 4a232cb5a3..8a25c486af 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_second/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_second/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_second/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_second/out.sql index e86d830b73..f4bfc6c658 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_second/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_second/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql index 190cd7895b..1d49f727ad 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql index ebcffd67f6..862dc7e0b6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql @@ -79,4 +79,4 @@ SELECT `bfcol_74` AS `timestamp_sub_date`, `bfcol_75` AS `date_sub_timestamp`, `bfcol_76` AS `timedelta_sub_timedelta` -FROM `bfcte_6` \ No newline at end of file +FROM `bfcte_6` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_time/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_time/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_time/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_time/out.sql index 5a8ab600ba..d64093f8a5 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_time/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_time/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql index bbba3b1533..d5cb3184fb 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql index df01fb3269..b1f298b8f2 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql index e6515017f2..728f7dceb5 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql index caec5effe0..f6eb2f1a0f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql index 6dc0ea2a02..f2d2237339 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_year/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_year/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_year/out.sql rename to tests/snapshot/expressions/snapshots/test_datetime_ops/test_year/out.sql index 1ceb674137..d6ba6c7ef8 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_year/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_year/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql index 1f90accd0b..5293631407 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql @@ -15,4 +15,4 @@ SELECT `bfcol_2` AS `bool_col`, `bfcol_3` AS `float64_col`, `bfcol_4` AS `float64_w_safe` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql index 32c8da56fa..aa6a037042 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql @@ -14,4 +14,4 @@ SELECT `bfcol_1` AS `bool_col`, `bfcol_2` AS `str_const`, `bfcol_3` AS `bool_w_safe` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql index d1577c0664..e961fae13b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql @@ -18,4 +18,4 @@ SELECT `bfcol_3` AS `bool_col`, `bfcol_4` AS `string_col`, `bfcol_5` AS `int64_w_safe` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql index e0fe2af9a9..e368d58530 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_11` AS `float64_col`, `bfcol_12` AS `float64_w_safe`, `bfcol_13` AS `str_const` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql index 2defc2e72b..7d50c15bbd 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql @@ -23,4 +23,4 @@ SELECT `bfcol_7` AS `string_col`, `bfcol_8` AS `bool_w_safe`, `bfcol_9` AS `string_w_safe` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql index da6eb6ce18..42479857db 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql @@ -15,4 +15,4 @@ SELECT `bfcol_2` AS `int64_col`, `bfcol_3` AS `bool_col`, `bfcol_4` AS `bool_w_safe` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql index 6523d8376c..f131ef29ea 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql @@ -16,4 +16,4 @@ SELECT `bfcol_2` AS `int64_to_time`, `bfcol_3` AS `int64_to_timestamp`, `bfcol_4` AS `int64_to_time_safe` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql index 08a489e240..8b0f0f58fa 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql @@ -26,4 +26,4 @@ SELECT `bfcol_5` AS `double_case`, `bfcol_6` AS `bool_types_case`, `bfcol_7` AS `mixed_types_cast` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_clip/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_clip/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_clip/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_clip/out.sql index b162593147..bc1e01a7f9 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_clip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_clip/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_3` AS `result_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql index 451de48b64..64b31b8a4d 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `int64_col`, `bfcol_3` AS `int64_too` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_fillna/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_fillna/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_fillna/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_fillna/out.sql index 07f2877e74..bb06b01883 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_fillna/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_fillna/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_hash/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_hash/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_hash/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_hash/out.sql index 19fce60091..e6967810d4 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_hash/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_hash/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_invert/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_invert/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_invert/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_invert/out.sql index 1bd2eb7426..a8ba662f91 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_invert/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_invert/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_6` AS `int64_col`, `bfcol_7` AS `bytes_col`, `bfcol_8` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_isnull/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_isnull/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_isnull/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_isnull/out.sql index 0a549bdd44..6ed30d49a4 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_isnull/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_isnull/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_map/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_map/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_map/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_map/out.sql index 52a3174cf9..00eb11e0dc 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_map/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_map/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_notnull/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_notnull/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_notnull/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_notnull/out.sql index bf3425fe6d..c8ac37a91c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_notnull/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_notnull/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_row_key/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_row_key/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_row_key/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_row_key/out.sql index 13b27c2e14..eca19ea08b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_row_key/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_row_key/out.sql @@ -67,4 +67,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_31` AS `row_key` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql index 611cbf4e7e..25a6a334a6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_where/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_where/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_where/out.sql rename to tests/snapshot/expressions/snapshots/test_generic_ops/test_where/out.sql index 872c794333..9f49cb4a67 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_where/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_where/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_3` AS `result_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql index 105b5f1665..b562e1e251 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql index c338baeb5f..9cd24349f6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql index 2d4ac2e960..93ccddd07a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql index 84b3ab1600..894d8cc27f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql index 733f1e9495..a81d0d377a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql index 11b3b7f691..8c92fb1805 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql index 4e18216dda..e08f9463e0 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql index 1bbb114349..b563aef374 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql index f6c953d161..ba47255ece 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `rowindex` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql index f9290fe01a..0408f8806e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql index 516f175c13..fc31c4b9fc 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql index 80eef1c906..7a83be9237 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql index 09211270d1..0fc211d65f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql rename to tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql index 625613ae2a..8e28f298d3 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract/out.sql index 435ee96df1..999a03458e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql index 6c9c02594d..deef0d5c7a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql index a3a51be378..9aed340d45 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_json_query/out.sql index 164fe2e426..8b0234c468 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql index 4c3fa8e7e9..62e9d6fda3 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_set/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_set/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_set/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_json_set/out.sql index f41979ea2e..0ff1cdd01e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_set/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_set/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_value/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_value/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_value/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_json_value/out.sql index 72f7237240..61fcf954a9 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_value/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_value/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_parse_json/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_parse_json/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_parse_json/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_parse_json/out.sql index 5f80187ba0..a1357af0a7 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_parse_json/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_parse_json/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql rename to tests/snapshot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql index e282c89c80..d8f6907f6b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_abs/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_abs/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_abs/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_abs/out.sql index 0fb9589387..c096443c11 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_abs/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_abs/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql index 1707aad8c1..d2a822be93 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_add_1`, `bfcol_41` AS `int_add_bool`, `bfcol_42` AS `bool_add_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strconcat/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strconcat/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql index cb674787ff..048cda6b82 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strconcat/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql index 2fef18eeb8..64adbd792a 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql @@ -57,4 +57,4 @@ SELECT `bfcol_41` AS `timedelta_add_date`, `bfcol_42` AS `timedelta_add_timestamp`, `bfcol_50` AS `timedelta_add_timedelta` -FROM `bfcte_5` \ No newline at end of file +FROM `bfcte_5` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql index bb1766adf3..7649f9346c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql index af556b9c3a..2541d60fbf 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql index 8243232e0b..6621d32f84 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql index e6bf3b339c..56f3fec56c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql index a85ff6403c..181cbc3a62 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql index 28fc8c869d..c7b068a4ae 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_6` AS `int64_col`, `bfcol_7` AS `bool_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql index 197bf59306..de5273ef42 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql index 922fe5c550..2a251370b1 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cos/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cos/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cos/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_cos/out.sql index 0acb2bfa94..66169792da 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cos/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cos/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql index 8c84a25047..c4d75a7486 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql index ba6b6bfa9f..8898cc9d31 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `int_list_col`, `bfcol_3` AS `float_list_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql index db11f1529f..9b8c53d979 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql @@ -119,4 +119,4 @@ SELECT `bfcol_129` AS `float_div_0`, `bfcol_130` AS `int_div_bool`, `bfcol_131` AS `bool_div_int` -FROM `bfcte_8` \ No newline at end of file +FROM `bfcte_8` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql index 1a82a67368..3cdb4f459e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql @@ -18,4 +18,4 @@ SELECT `bfcol_7` AS `timestamp_col`, `bfcol_8` AS `int64_col`, `bfcol_9` AS `timedelta_div_numeric` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql index 3327a99f4b..709ba6bffb 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `int_list_col`, `bfcol_3` AS `numeric_list_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_exp/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_exp/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_exp/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_exp/out.sql index 610b96cda7..e31ce86e27 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_exp/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_exp/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql index 076ad584c2..ae71d26290 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floor/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floor/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floor/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_floor/out.sql index e0c2e1072e..75c504f64f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floor/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floor/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql index 2fe20fb618..33b37ae66f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql @@ -15,4 +15,4 @@ SELECT `timestamp_col`, `date_col`, `bfcol_6` AS `timedelta_div_numeric` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ln/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ln/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ln/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_ln/out.sql index 776cc33e0f..d14df4298d 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ln/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ln/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log10/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log10/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log10/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_log10/out.sql index 11a318c22d..4a5a344234 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log10/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log10/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql index 4297fff227..a3c8a49e7b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql index 185bb7b277..678e613d38 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `float_list_col`, `bfcol_3` AS `numeric_list_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql index 241ffa0b5e..de4937bd54 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql @@ -289,4 +289,4 @@ SELECT `bfcol_112` AS `float_mod_float_neg`, `bfcol_113` AS `float_mod_1`, `bfcol_114` AS `float_mod_0` -FROM `bfcte_8` \ No newline at end of file +FROM `bfcte_8` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql index d0c537e482..c62f4ed7c6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_mul_1`, `bfcol_41` AS `int_mul_bool`, `bfcol_42` AS `bool_mul_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql index ebdf296b2b..de5fd677e3 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql @@ -40,4 +40,4 @@ SELECT `bfcol_29` AS `duration_col`, `bfcol_30` AS `timedelta_mul_numeric`, `bfcol_31` AS `numeric_mul_timedelta` -FROM `bfcte_3` \ No newline at end of file +FROM `bfcte_3` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_neg/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_neg/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_neg/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_neg/out.sql index 4374af349b..322a1bf027 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_neg/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_neg/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_pos/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_pos/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_pos/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_pos/out.sql index 1ed016029a..8aab2eb352 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_pos/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_pos/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_round/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_round/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_round/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_round/out.sql index 9ce76f7c63..fe79c41695 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_round/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_round/out.sql @@ -78,4 +78,4 @@ SELECT `bfcol_72` AS `float_round_0`, `bfcol_73` AS `float_round_1`, `bfcol_74` AS `float_round_m1` -FROM `bfcte_6` \ No newline at end of file +FROM `bfcte_6` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sin/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sin/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sin/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_sin/out.sql index 1699b6d8df..31e4840538 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sin/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sin/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql index c1ea003e2d..0cec119b03 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql index 152545d550..5e1441581e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql index 7e0f07af7b..170a671735 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_add_1`, `bfcol_41` AS `int_add_bool`, `bfcol_42` AS `bool_add_int` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql index ebcffd67f6..862dc7e0b6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql @@ -79,4 +79,4 @@ SELECT `bfcol_74` AS `timestamp_sub_date`, `bfcol_75` AS `date_sub_timestamp`, `bfcol_76` AS `timedelta_sub_timedelta` -FROM `bfcte_6` \ No newline at end of file +FROM `bfcte_6` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tan/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tan/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tan/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_tan/out.sql index f09d26a188..45c5fdfd89 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tan/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tan/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql rename to tests/snapshot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql index a5e5a87fbc..77de9f4023 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_add_string/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_add_string/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_add_string/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_add_string/out.sql index cb674787ff..048cda6b82 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_add_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_add_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_capitalize/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_capitalize/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_capitalize/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_capitalize/out.sql index b429007ffc..9cb9f6fc0e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_capitalize/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_capitalize/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_endswith/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_endswith/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_endswith/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_endswith/out.sql index eeb2574094..9c5667e29b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_endswith/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_endswith/out.sql @@ -14,4 +14,4 @@ SELECT `bfcol_1` AS `single`, `bfcol_2` AS `double`, `bfcol_3` AS `empty` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalnum/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalnum/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalnum/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_isalnum/out.sql index 61c2643f16..7e420f38c9 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalnum/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalnum/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalpha/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalpha/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalpha/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_isalpha/out.sql index 2b086f3e3d..5730502b32 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalpha/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalpha/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql index 7355ab7aa7..cf3b065614 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdigit/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdigit/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdigit/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_isdigit/out.sql index d7dd8c0729..ac867710fa 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdigit/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdigit/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_islower/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_islower/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_islower/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_islower/out.sql index b6ff57797c..26661c04d5 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_islower/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_islower/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql index 6143b3685a..2c4c4eba89 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isspace/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isspace/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isspace/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_isspace/out.sql index 47ccd642d4..fb31638213 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isspace/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isspace/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isupper/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isupper/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isupper/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_isupper/out.sql index 54f7b55ce3..f8e45ca9be 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isupper/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isupper/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_len/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_len/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_len/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_len/out.sql index 63e8e160bf..fa06b26595 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_len/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_len/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lower/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_lower/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lower/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_lower/out.sql index 0a9623162a..d955967392 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lower/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_lower/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lstrip/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_lstrip/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lstrip/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_lstrip/out.sql index ebe4c39bbf..c7fd33b3c6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lstrip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_lstrip/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql index 2fd3365a80..8df99015f7 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_replace_str/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_replace_str/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_replace_str/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_replace_str/out.sql index 61b2e2f432..bc51db6b1b 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_replace_str/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_replace_str/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_reverse/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_reverse/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_reverse/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_reverse/out.sql index f9d287a591..f05524f9fc 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_reverse/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_reverse/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_rstrip/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_rstrip/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_rstrip/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_rstrip/out.sql index ebe4c39bbf..c7fd33b3c6 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_rstrip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_rstrip/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_startswith/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_startswith/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_startswith/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_startswith/out.sql index 54c8adb7b8..4156070b0e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_startswith/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_startswith/out.sql @@ -14,4 +14,4 @@ SELECT `bfcol_1` AS `single`, `bfcol_2` AS `double`, `bfcol_3` AS `empty` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains/out.sql index e973a97136..31fa564ebf 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql index 510e52e254..0e26195149 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_extract/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_extract/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_extract/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_extract/out.sql index 3e59f617ac..446312251f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_extract/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_extract/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_find/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_find/out.sql similarity index 52% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_find/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_find/out.sql index 82847d5e22..3ca21c5046 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_find/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_find/out.sql @@ -5,10 +5,10 @@ WITH `bfcte_0` AS ( ), `bfcte_1` AS ( SELECT *, - INSTR(`string_col`, 'e', 1) - 1 AS `bfcol_1`, - INSTR(`string_col`, 'e', 3) - 1 AS `bfcol_2`, - INSTR(SUBSTRING(`string_col`, 1, 5), 'e') - 1 AS `bfcol_3`, - INSTR(SUBSTRING(`string_col`, 3, 3), 'e') - 1 AS `bfcol_4` + STRPOS(`string_col`, 'e') - 1 AS `bfcol_1`, + STRPOS(`string_col`, 'e') - 1 AS `bfcol_2`, + STRPOS(SUBSTRING(`string_col`, 1, 5), 'e') - 1 AS `bfcol_3`, + STRPOS(SUBSTRING(`string_col`, 3, 3), 'e') - 1 AS `bfcol_4` FROM `bfcte_0` ) SELECT @@ -16,4 +16,4 @@ SELECT `bfcol_2` AS `start_none`, `bfcol_3` AS `none_end`, `bfcol_4` AS `start_end` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_get/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_get/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_get/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_get/out.sql index b2a08e0e9d..892276c994 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_get/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_get/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_pad/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_pad/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_pad/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_pad/out.sql index 5f157bc5cb..b7469aef08 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_pad/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_pad/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_1` AS `left`, `bfcol_2` AS `right`, `bfcol_3` AS `both` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql index 90a52a40b1..a001317cc9 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_slice/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_slice/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_slice/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_str_slice/out.sql index 8bd2a5f7fe..1b376e0a12 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_slice/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_slice/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_strconcat/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_strconcat/out.sql index cb674787ff..048cda6b82 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_strconcat/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_string_split/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_string_split/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_string_split/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_string_split/out.sql index 37b15a0cf9..1adf44ee1e 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_string_split/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_string_split/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strip/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_strip/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strip/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_strip/out.sql index 771bb9c49f..4732684ae0 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_strip/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_upper/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_upper/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_upper/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_upper/out.sql index aa14c5f05d..1fca87bc00 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_upper/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_upper/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_zfill/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_zfill/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_zfill/out.sql rename to tests/snapshot/expressions/snapshots/test_string_ops/test_zfill/out.sql index 97651ece49..3068c705d9 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_zfill/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_zfill/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql rename to tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql index b85e88a90a..4b3d752bcc 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql +++ b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_1` AS `string`, `bfcol_2` AS `int` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql rename to tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql index 575a162080..ecafe5c921 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql @@ -18,4 +18,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_4` AS `result_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql similarity index 93% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql rename to tests/snapshot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql index 432aefd7f6..dda5f8d78c 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql +++ b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` \ No newline at end of file +FROM `bfcte_1` diff --git a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql rename to tests/snapshot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql index 3c75cc3e89..1e8993b87f 100644 --- a/tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql @@ -34,4 +34,4 @@ SELECT `bfcol_20` AS `duration_us`, `bfcol_21` AS `duration_s`, `bfcol_22` AS `duration_w` -FROM `bfcte_3` \ No newline at end of file +FROM `bfcte_3` diff --git a/tests/unit/core/compile/sqlglot/expressions/test_ai_ops.py b/tests/snapshot/expressions/test_ai_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_ai_ops.py rename to tests/snapshot/expressions/test_ai_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_array_ops.py b/tests/snapshot/expressions/test_array_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_array_ops.py rename to tests/snapshot/expressions/test_array_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_blob_ops.py b/tests/snapshot/expressions/test_blob_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_blob_ops.py rename to tests/snapshot/expressions/test_blob_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_bool_ops.py b/tests/snapshot/expressions/test_bool_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_bool_ops.py rename to tests/snapshot/expressions/test_bool_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_comparison_ops.py b/tests/snapshot/expressions/test_comparison_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_comparison_ops.py rename to tests/snapshot/expressions/test_comparison_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_datetime_ops.py b/tests/snapshot/expressions/test_datetime_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_datetime_ops.py rename to tests/snapshot/expressions/test_datetime_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_generic_ops.py b/tests/snapshot/expressions/test_generic_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_generic_ops.py rename to tests/snapshot/expressions/test_generic_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_geo_ops.py b/tests/snapshot/expressions/test_geo_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_geo_ops.py rename to tests/snapshot/expressions/test_geo_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_json_ops.py b/tests/snapshot/expressions/test_json_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_json_ops.py rename to tests/snapshot/expressions/test_json_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_numeric_ops.py b/tests/snapshot/expressions/test_numeric_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_numeric_ops.py rename to tests/snapshot/expressions/test_numeric_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_string_ops.py b/tests/snapshot/expressions/test_string_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_string_ops.py rename to tests/snapshot/expressions/test_string_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_struct_ops.py b/tests/snapshot/expressions/test_struct_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_struct_ops.py rename to tests/snapshot/expressions/test_struct_ops.py diff --git a/tests/unit/core/compile/sqlglot/expressions/test_timedelta_ops.py b/tests/snapshot/expressions/test_timedelta_ops.py similarity index 100% rename from tests/unit/core/compile/sqlglot/expressions/test_timedelta_ops.py rename to tests/snapshot/expressions/test_timedelta_ops.py diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql rename to tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql index 949ed82574..95ae0bc4b0 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql +++ b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql @@ -24,4 +24,4 @@ SELECT `bfcol_6` AS `int64_too` FROM `bfcte_2` ORDER BY - `bfcol_3` ASC NULLS LAST \ No newline at end of file + `bfcol_3` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql similarity index 94% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql rename to tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql index 3c09250858..471db0ca83 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql +++ b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_6` AS `int64_too` FROM `bfcte_2` ORDER BY - `bfcol_3` ASC NULLS LAST \ No newline at end of file + `bfcol_3` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat/out.sql b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat/out.sql rename to tests/snapshot/snapshots/test_compile_concat/test_compile_concat/out.sql index f606de4ed3..a091a47da5 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat/out.sql +++ b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat/out.sql @@ -79,4 +79,4 @@ SELECT FROM `bfcte_8` ORDER BY `bfcol_34` ASC NULLS LAST, - `bfcol_35` ASC NULLS LAST \ No newline at end of file + `bfcol_35` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql rename to tests/snapshot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql index a67d1943a2..d8ab42e520 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql +++ b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql @@ -139,4 +139,4 @@ SELECT FROM `bfcte_17` ORDER BY `bfcol_44` ASC NULLS LAST, - `bfcol_45` ASC NULLS LAST \ No newline at end of file + `bfcol_45` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql rename to tests/snapshot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql index e594b67669..f51e0e2475 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql +++ b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql @@ -18,4 +18,4 @@ SELECT `string_list_col` FROM `bfcte_1` ORDER BY - `bfcol_7` ASC NULLS LAST \ No newline at end of file + `bfcol_7` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_series/out.sql b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_series/out.sql similarity index 92% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_series/out.sql rename to tests/snapshot/snapshots/test_compile_explode/test_compile_explode_series/out.sql index 5af0aa0092..cbc0e957ca 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_series/out.sql +++ b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_series/out.sql @@ -15,4 +15,4 @@ SELECT `int_list_col` FROM `bfcte_1` ORDER BY - `bfcol_4` ASC NULLS LAST \ No newline at end of file + `bfcol_4` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_filter/test_compile_filter/out.sql b/tests/snapshot/snapshots/test_compile_filter/test_compile_filter/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_filter/test_compile_filter/out.sql rename to tests/snapshot/snapshots/test_compile_filter/test_compile_filter/out.sql index f5fff16f60..35f01b190d 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_filter/test_compile_filter/out.sql +++ b/tests/snapshot/snapshots/test_compile_filter/test_compile_filter/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_5` AS `rowindex`, `bfcol_6` AS `rowindex_1`, `bfcol_7` AS `int64_col` -FROM `bfcte_2` \ No newline at end of file +FROM `bfcte_2` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats/out.sql b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats/out.sql rename to tests/snapshot/snapshots/test_compile_geo/test_st_regionstats/out.sql index 63076077cf..1bea5c58e8 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats/out.sql +++ b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats/out.sql @@ -33,4 +33,4 @@ SELECT `bfcol_10` AS `area` FROM `bfcte_2` ORDER BY - `bfcol_1` ASC NULLS LAST \ No newline at end of file + `bfcol_1` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql rename to tests/snapshot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql index f794711961..17a536dda2 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql +++ b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql @@ -27,4 +27,4 @@ SELECT `bfcol_10` AS `area` FROM `bfcte_2` ORDER BY - `bfcol_1` ASC NULLS LAST \ No newline at end of file + `bfcol_1` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_simplify/out.sql b/tests/snapshot/snapshots/test_compile_geo/test_st_simplify/out.sql similarity index 91% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_simplify/out.sql rename to tests/snapshot/snapshots/test_compile_geo/test_st_simplify/out.sql index b8dd1587a8..168481d932 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_simplify/out.sql +++ b/tests/snapshot/snapshots/test_compile_geo/test_st_simplify/out.sql @@ -12,4 +12,4 @@ SELECT `bfcol_2` AS `0` FROM `bfcte_1` ORDER BY - `bfcol_1` ASC NULLS LAST \ No newline at end of file + `bfcol_1` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin/out.sql b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin/out.sql rename to tests/snapshot/snapshots/test_compile_isin/test_compile_isin/out.sql index 77aef6ad8b..3b9a1cae59 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin/out.sql +++ b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin/out.sql @@ -38,4 +38,4 @@ WITH `bfcte_1` AS ( SELECT `bfcol_2` AS `rowindex`, `bfcol_5` AS `int64_col` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql similarity index 86% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql rename to tests/snapshot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql index 8089c5b462..fa1a0f8f9d 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql +++ b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql @@ -22,13 +22,13 @@ WITH `bfcte_1` AS ( SELECT `bfcte_3`.*, `bfcte_3`.`bfcol_3` IN (( - SELECT - `rowindex_2` AS `bfcol_4` - FROM `bfcte_2` + SELECT + `rowindex_2` AS `bfcol_4` + FROM `bfcte_2` )) AS `bfcol_5` FROM `bfcte_3` ) SELECT `bfcol_2` AS `rowindex`, `bfcol_5` AS `rowindex_2` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join/out.sql rename to tests/snapshot/snapshots/test_compile_join/test_compile_join/out.sql index 3a7ff60d3e..5fc86d0e02 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join/out.sql @@ -29,4 +29,4 @@ WITH `bfcte_1` AS ( SELECT `bfcol_3` AS `int64_col`, `bfcol_7` AS `int64_too` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql rename to tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql index 30f363e900..9e4714e79b 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `bool_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql rename to tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql index 9fa7673fb3..2efa77401a 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `float64_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql rename to tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql index c9fca069d6..34772e3b82 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `int64_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql rename to tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql index 88649c6518..4660fe64dd 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `numeric_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql rename to tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql index 8758ec8340..284c0e1fe8 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_0` AS `rowindex_x`, `bfcol_1` AS `string_col`, `bfcol_4` AS `rowindex_y` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql similarity index 98% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql rename to tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql index 42fc15cd1d..906899e74a 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_0` AS `rowindex_x`, `bfcol_1` AS `time_col`, `bfcol_4` AS `rowindex_y` -FROM `bfcte_4` \ No newline at end of file +FROM `bfcte_4` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_projection/test_compile_projection/out.sql b/tests/snapshot/snapshots/test_compile_projection/test_compile_projection/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_projection/test_compile_projection/out.sql rename to tests/snapshot/snapshots/test_compile_projection/test_compile_projection/out.sql index 3f819800e5..765147ef08 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_projection/test_compile_projection/out.sql +++ b/tests/snapshot/snapshots/test_compile_projection/test_compile_projection/out.sql @@ -23,4 +23,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_6` AS `rowindex`, `bfcol_7` AS `int64_col` -FROM `bfcte_3` \ No newline at end of file +FROM `bfcte_3` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql b/tests/snapshot/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql rename to tests/snapshot/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql index aae34716d8..ab5a37430a 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql +++ b/tests/snapshot/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql @@ -181,4 +181,4 @@ SELECT `bfcol_14` AS `duration_col` FROM `bfcte_1` ORDER BY - `bfcol_15` ASC NULLS LAST \ No newline at end of file + `bfcol_15` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql similarity index 99% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql rename to tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql index 2b080b0b7c..5cc6c4c909 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql +++ b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql @@ -184,4 +184,4 @@ SELECT `bfcol_15` AS `duration_col` FROM `bfcte_0` ORDER BY - `bfcol_16` ASC NULLS LAST \ No newline at end of file + `bfcol_16` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql rename to tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql index 4e21266b87..88573e0ed0 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql +++ b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql @@ -8,4 +8,4 @@ SELECT `bfcol_1` AS `json_col` FROM `bfcte_0` ORDER BY - `bfcol_2` ASC NULLS LAST \ No newline at end of file + `bfcol_2` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql rename to tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql index 923476aafd..012c3038b2 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql +++ b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql @@ -44,4 +44,4 @@ SELECT `bfcol_7` AS `string_list_col` FROM `bfcte_0` ORDER BY - `bfcol_8` ASC NULLS LAST \ No newline at end of file + `bfcol_8` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql rename to tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql index 7ded9cf5ff..4c2174641a 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql +++ b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql @@ -24,4 +24,4 @@ SELECT `bfcol_1` AS `person` FROM `bfcte_0` ORDER BY - `bfcol_2` ASC NULLS LAST \ No newline at end of file + `bfcol_2` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable/out.sql rename to tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable/out.sql index 959a31a2a3..a7626e8735 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable/out.sql @@ -34,4 +34,4 @@ SELECT `time_col`, `timestamp_col`, `duration_col` -FROM `bfcte_0` \ No newline at end of file +FROM `bfcte_0` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql similarity index 90% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql rename to tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql index 4b5750d7aa..26648c8a09 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql @@ -7,4 +7,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `json_col` -FROM `bfcte_0` \ No newline at end of file +FROM `bfcte_0` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql rename to tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql index 856c7061da..9ea9e7cb46 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql @@ -10,4 +10,4 @@ SELECT FROM `bfcte_0` ORDER BY `rowindex` ASC NULLS LAST -LIMIT 10 \ No newline at end of file +LIMIT 10 diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql similarity index 91% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql rename to tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql index 79ae1ac907..e5f4dfe387 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql @@ -8,4 +8,4 @@ SELECT `id`, `id` AS `id_1`, `people` -FROM `bfcte_0` \ No newline at end of file +FROM `bfcte_0` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql similarity index 85% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql rename to tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql index edb8d7fbf4..386d811153 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql @@ -9,4 +9,4 @@ SELECT `int64_col` FROM `bfcte_0` ORDER BY - `int64_col` ASC NULLS LAST \ No newline at end of file + `int64_col` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql similarity index 96% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql rename to tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql index a22c845ef1..1694cca3ae 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql @@ -20,4 +20,4 @@ SELECT `date_time_list_col`, `numeric_list_col`, `string_list_col` -FROM `bfcte_0` \ No newline at end of file +FROM `bfcte_0` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql similarity index 97% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql rename to tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql index 59c3687080..8cab777149 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql @@ -33,4 +33,4 @@ SELECT `time_col`, `timestamp_col`, `duration_col` -FROM `bfcte_0` \ No newline at end of file +FROM `bfcte_0` diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql similarity index 51% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql rename to tests/snapshot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql index 11e3f4773e..87d04dd043 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql @@ -22,18 +22,10 @@ WITH `bfcte_0` AS ( SELECT *, CASE - WHEN SUM(CAST(NOT `bfcol_7` IS NULL AS INT64)) OVER ( - PARTITION BY `bfcol_9` - ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST - ROWS BETWEEN 3 PRECEDING AND CURRENT ROW - ) < 3 + WHEN SUM(CAST(NOT `bfcol_7` IS NULL AS INT64)) OVER (PARTITION BY `bfcol_9` ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST ROWS BETWEEN 3 PRECEDING AND CURRENT ROW) < 3 THEN NULL ELSE COALESCE( - SUM(CAST(`bfcol_7` AS INT64)) OVER ( - PARTITION BY `bfcol_9` - ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST - ROWS BETWEEN 3 PRECEDING AND CURRENT ROW - ), + SUM(CAST(`bfcol_7` AS INT64)) OVER (PARTITION BY `bfcol_9` ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST ROWS BETWEEN 3 PRECEDING AND CURRENT ROW), 0 ) END AS `bfcol_15` @@ -48,18 +40,10 @@ WITH `bfcte_0` AS ( SELECT *, CASE - WHEN SUM(CAST(NOT `bfcol_8` IS NULL AS INT64)) OVER ( - PARTITION BY `bfcol_9` - ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST - ROWS BETWEEN 3 PRECEDING AND CURRENT ROW - ) < 3 + WHEN SUM(CAST(NOT `bfcol_8` IS NULL AS INT64)) OVER (PARTITION BY `bfcol_9` ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST ROWS BETWEEN 3 PRECEDING AND CURRENT ROW) < 3 THEN NULL ELSE COALESCE( - SUM(`bfcol_8`) OVER ( - PARTITION BY `bfcol_9` - ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST - ROWS BETWEEN 3 PRECEDING AND CURRENT ROW - ), + SUM(`bfcol_8`) OVER (PARTITION BY `bfcol_9` ORDER BY `bfcol_9` ASC NULLS LAST, `rowindex` ASC NULLS LAST ROWS BETWEEN 3 PRECEDING AND CURRENT ROW), 0 ) END AS `bfcol_21` @@ -73,4 +57,4 @@ SELECT FROM `bfcte_5` ORDER BY `bfcol_9` ASC NULLS LAST, - `rowindex` ASC NULLS LAST \ No newline at end of file + `rowindex` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql similarity index 81% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql rename to tests/snapshot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql index 581c81c6b4..8bac24b236 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql @@ -6,16 +6,10 @@ WITH `bfcte_0` AS ( SELECT *, CASE - WHEN SUM(CAST(NOT `bfcol_1` IS NULL AS INT64)) OVER ( - ORDER BY UNIX_MICROS(`bfcol_0`) ASC NULLS LAST - RANGE BETWEEN 2999999 PRECEDING AND CURRENT ROW - ) < 1 + WHEN SUM(CAST(NOT `bfcol_1` IS NULL AS INT64)) OVER (ORDER BY UNIX_MICROS(`bfcol_0`) ASC NULLS LAST RANGE BETWEEN 2999999 PRECEDING AND CURRENT ROW) < 1 THEN NULL ELSE COALESCE( - SUM(`bfcol_1`) OVER ( - ORDER BY UNIX_MICROS(`bfcol_0`) ASC NULLS LAST - RANGE BETWEEN 2999999 PRECEDING AND CURRENT ROW - ), + SUM(`bfcol_1`) OVER (ORDER BY UNIX_MICROS(`bfcol_0`) ASC NULLS LAST RANGE BETWEEN 2999999 PRECEDING AND CURRENT ROW), 0 ) END AS `bfcol_6` @@ -27,4 +21,4 @@ SELECT FROM `bfcte_1` ORDER BY `bfcol_0` ASC NULLS LAST, - `bfcol_2` ASC NULLS LAST \ No newline at end of file + `bfcol_2` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql rename to tests/snapshot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql index 788eb49ddf..7bbd7eaa79 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql @@ -21,4 +21,4 @@ SELECT `bfcol_4` AS `int64_col` FROM `bfcte_1` ORDER BY - `rowindex` ASC NULLS LAST \ No newline at end of file + `rowindex` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql similarity index 95% rename from tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql rename to tests/snapshot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql index 5ad435ddbb..22c883ff9f 100644 --- a/tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql @@ -18,4 +18,4 @@ SELECT `bfcol_4` AS `int64_col` FROM `bfcte_1` ORDER BY - `rowindex` ASC NULLS LAST \ No newline at end of file + `rowindex` ASC NULLS LAST diff --git a/tests/unit/core/compile/sqlglot/test_compile_aggregate.py b/tests/snapshot/test_compile_aggregate.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_aggregate.py rename to tests/snapshot/test_compile_aggregate.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_concat.py b/tests/snapshot/test_compile_concat.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_concat.py rename to tests/snapshot/test_compile_concat.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_explode.py b/tests/snapshot/test_compile_explode.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_explode.py rename to tests/snapshot/test_compile_explode.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_filter.py b/tests/snapshot/test_compile_filter.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_filter.py rename to tests/snapshot/test_compile_filter.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_geo.py b/tests/snapshot/test_compile_geo.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_geo.py rename to tests/snapshot/test_compile_geo.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_isin.py b/tests/snapshot/test_compile_isin.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_isin.py rename to tests/snapshot/test_compile_isin.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_join.py b/tests/snapshot/test_compile_join.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_join.py rename to tests/snapshot/test_compile_join.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_random_sample.py b/tests/snapshot/test_compile_random_sample.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_random_sample.py rename to tests/snapshot/test_compile_random_sample.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_readlocal.py b/tests/snapshot/test_compile_readlocal.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_readlocal.py rename to tests/snapshot/test_compile_readlocal.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_readtable.py b/tests/snapshot/test_compile_readtable.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_readtable.py rename to tests/snapshot/test_compile_readtable.py diff --git a/tests/unit/core/compile/sqlglot/test_compile_window.py b/tests/snapshot/test_compile_window.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_compile_window.py rename to tests/snapshot/test_compile_window.py diff --git a/tests/unit/core/compile/sqlglot/test_scalar_compiler.py b/tests/snapshot/test_scalar_compiler.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_scalar_compiler.py rename to tests/snapshot/test_scalar_compiler.py diff --git a/tests/unit/core/compile/sqlglot/test_sqlglot_types.py b/tests/snapshot/test_sqlglot_types.py similarity index 100% rename from tests/unit/core/compile/sqlglot/test_sqlglot_types.py rename to tests/snapshot/test_sqlglot_types.py diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql b/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql deleted file mode 100644 index 2ef7b7151e..0000000000 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql +++ /dev/null @@ -1,16 +0,0 @@ -WITH `bfcte_0` AS ( - SELECT - `int64_col` - FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` -), `bfcte_1` AS ( - SELECT - *, - FIRST_VALUE(`int64_col` IGNORE NULLS) OVER ( - ORDER BY `int64_col` ASC NULLS LAST - ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING - ) AS `bfcol_1` - FROM `bfcte_0` -) -SELECT - `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file diff --git a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql b/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql deleted file mode 100644 index c626c263ac..0000000000 --- a/tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql +++ /dev/null @@ -1,16 +0,0 @@ -WITH `bfcte_0` AS ( - SELECT - `int64_col` - FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` -), `bfcte_1` AS ( - SELECT - *, - LAST_VALUE(`int64_col` IGNORE NULLS) OVER ( - ORDER BY `int64_col` ASC NULLS LAST - ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING - ) AS `bfcol_1` - FROM `bfcte_0` -) -SELECT - `bfcol_1` AS `agg_int64` -FROM `bfcte_1` \ No newline at end of file From e40925d3da9194c2120a482baa596c0bc40f5217 Mon Sep 17 00:00:00 2001 From: Trevor Bergeron Date: Mon, 17 Nov 2025 22:41:51 +0000 Subject: [PATCH 2/2] fix eof precommite hook --- .pre-commit-config.yaml | 2 +- .../snapshots/test_binary_compiler/test_corr/out.sql | 2 +- .../snapshots/test_binary_compiler/test_cov/out.sql | 2 +- .../snapshots/test_nullary_compiler/test_row_number/out.sql | 2 +- .../test_nullary_compiler/test_row_number_with_window/out.sql | 2 +- .../snapshots/test_nullary_compiler/test_size/out.sql | 2 +- .../test_ordered_unary_compiler/test_array_agg/out.sql | 2 +- .../test_ordered_unary_compiler/test_string_agg/out.sql | 2 +- .../aggregations/snapshots/test_unary_compiler/test_all/out.sql | 2 +- .../snapshots/test_unary_compiler/test_all/window_out.sql | 2 +- .../test_unary_compiler/test_all/window_partition_out.sql | 2 +- .../aggregations/snapshots/test_unary_compiler/test_any/out.sql | 2 +- .../snapshots/test_unary_compiler/test_any/window_out.sql | 2 +- .../snapshots/test_unary_compiler/test_any_value/out.sql | 2 +- .../snapshots/test_unary_compiler/test_any_value/window_out.sql | 2 +- .../test_unary_compiler/test_any_value/window_partition_out.sql | 2 +- .../snapshots/test_unary_compiler/test_approx_quartiles/out.sql | 2 +- .../snapshots/test_unary_compiler/test_approx_top_count/out.sql | 2 +- .../snapshots/test_unary_compiler/test_count/out.sql | 2 +- .../snapshots/test_unary_compiler/test_count/window_out.sql | 2 +- .../test_unary_compiler/test_count/window_partition_out.sql | 2 +- .../snapshots/test_unary_compiler/test_date_series_diff/out.sql | 2 +- .../snapshots/test_unary_compiler/test_dense_rank/out.sql | 2 +- .../snapshots/test_unary_compiler/test_diff/diff_bool.sql | 2 +- .../snapshots/test_unary_compiler/test_diff/diff_int.sql | 2 +- .../snapshots/test_unary_compiler/test_first/out.sql | 2 +- .../snapshots/test_unary_compiler/test_first_non_null/out.sql | 2 +- .../snapshots/test_unary_compiler/test_last/out.sql | 2 +- .../snapshots/test_unary_compiler/test_last_non_null/out.sql | 2 +- .../aggregations/snapshots/test_unary_compiler/test_max/out.sql | 2 +- .../snapshots/test_unary_compiler/test_max/window_out.sql | 2 +- .../test_unary_compiler/test_max/window_partition_out.sql | 2 +- .../snapshots/test_unary_compiler/test_mean/out.sql | 2 +- .../snapshots/test_unary_compiler/test_mean/window_out.sql | 2 +- .../test_unary_compiler/test_mean/window_partition_out.sql | 2 +- .../snapshots/test_unary_compiler/test_median/out.sql | 2 +- .../aggregations/snapshots/test_unary_compiler/test_min/out.sql | 2 +- .../snapshots/test_unary_compiler/test_min/window_out.sql | 2 +- .../test_unary_compiler/test_min/window_partition_out.sql | 2 +- .../snapshots/test_unary_compiler/test_pop_var/out.sql | 2 +- .../snapshots/test_unary_compiler/test_pop_var/window_out.sql | 2 +- .../snapshots/test_unary_compiler/test_quantile/out.sql | 2 +- .../snapshots/test_unary_compiler/test_rank/out.sql | 2 +- .../snapshots/test_unary_compiler/test_shift/lag.sql | 2 +- .../snapshots/test_unary_compiler/test_shift/lead.sql | 2 +- .../snapshots/test_unary_compiler/test_shift/noop.sql | 2 +- .../aggregations/snapshots/test_unary_compiler/test_std/out.sql | 2 +- .../snapshots/test_unary_compiler/test_std/window_out.sql | 2 +- .../aggregations/snapshots/test_unary_compiler/test_sum/out.sql | 2 +- .../snapshots/test_unary_compiler/test_sum/window_out.sql | 2 +- .../test_unary_compiler/test_sum/window_partition_out.sql | 2 +- .../snapshots/test_unary_compiler/test_time_series_diff/out.sql | 2 +- .../aggregations/snapshots/test_unary_compiler/test_var/out.sql | 2 +- .../snapshots/test_unary_compiler/test_var/window_out.sql | 2 +- .../expressions/snapshots/test_ai_ops/test_ai_classify/out.sql | 2 +- .../expressions/snapshots/test_ai_ops/test_ai_generate/out.sql | 2 +- .../snapshots/test_ai_ops/test_ai_generate_bool/out.sql | 2 +- .../test_ai_ops/test_ai_generate_bool_with_model_param/out.sql | 2 +- .../snapshots/test_ai_ops/test_ai_generate_double/out.sql | 2 +- .../test_ai_generate_double_with_model_param/out.sql | 2 +- .../snapshots/test_ai_ops/test_ai_generate_int/out.sql | 2 +- .../test_ai_ops/test_ai_generate_int_with_model_param/out.sql | 2 +- .../test_ai_ops/test_ai_generate_with_model_param/out.sql | 2 +- .../test_ai_ops/test_ai_generate_with_output_schema/out.sql | 2 +- .../expressions/snapshots/test_ai_ops/test_ai_if/out.sql | 2 +- .../expressions/snapshots/test_ai_ops/test_ai_score/out.sql | 2 +- .../snapshots/test_array_ops/test_array_index/out.sql | 2 +- .../snapshots/test_array_ops/test_array_reduce_op/out.sql | 2 +- .../test_array_ops/test_array_slice_with_only_start/out.sql | 2 +- .../test_array_ops/test_array_slice_with_start_and_stop/out.sql | 2 +- .../snapshots/test_array_ops/test_array_to_string/out.sql | 2 +- .../snapshots/test_array_ops/test_to_array_op/out.sql | 2 +- .../snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql | 2 +- .../snapshots/test_blob_ops/test_obj_get_access_url/out.sql | 2 +- .../snapshots/test_blob_ops/test_obj_make_ref/out.sql | 2 +- .../expressions/snapshots/test_bool_ops/test_and_op/out.sql | 2 +- .../expressions/snapshots/test_bool_ops/test_or_op/out.sql | 2 +- .../expressions/snapshots/test_bool_ops/test_xor_op/out.sql | 2 +- .../snapshots/test_comparison_ops/test_eq_null_match/out.sql | 2 +- .../snapshots/test_comparison_ops/test_eq_numeric/out.sql | 2 +- .../snapshots/test_comparison_ops/test_ge_numeric/out.sql | 2 +- .../snapshots/test_comparison_ops/test_gt_numeric/out.sql | 2 +- .../snapshots/test_comparison_ops/test_is_in/out.sql | 2 +- .../snapshots/test_comparison_ops/test_le_numeric/out.sql | 2 +- .../snapshots/test_comparison_ops/test_lt_numeric/out.sql | 2 +- .../snapshots/test_comparison_ops/test_maximum_op/out.sql | 2 +- .../snapshots/test_comparison_ops/test_minimum_op/out.sql | 2 +- .../snapshots/test_comparison_ops/test_ne_numeric/out.sql | 2 +- .../snapshots/test_datetime_ops/test_add_timedelta/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_date/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_day/out.sql | 2 +- .../snapshots/test_datetime_ops/test_dayofweek/out.sql | 2 +- .../snapshots/test_datetime_ops/test_dayofyear/out.sql | 2 +- .../snapshots/test_datetime_ops/test_floor_dt/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_hour/out.sql | 2 +- .../snapshots/test_datetime_ops/test_iso_day/out.sql | 2 +- .../snapshots/test_datetime_ops/test_iso_week/out.sql | 2 +- .../snapshots/test_datetime_ops/test_iso_year/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_minute/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_month/out.sql | 2 +- .../snapshots/test_datetime_ops/test_normalize/out.sql | 2 +- .../snapshots/test_datetime_ops/test_quarter/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_second/out.sql | 2 +- .../snapshots/test_datetime_ops/test_strftime/out.sql | 2 +- .../snapshots/test_datetime_ops/test_sub_timedelta/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_time/out.sql | 2 +- .../snapshots/test_datetime_ops/test_to_datetime/out.sql | 2 +- .../snapshots/test_datetime_ops/test_to_timestamp/out.sql | 2 +- .../snapshots/test_datetime_ops/test_unix_micros/out.sql | 2 +- .../snapshots/test_datetime_ops/test_unix_millis/out.sql | 2 +- .../snapshots/test_datetime_ops/test_unix_seconds/out.sql | 2 +- .../expressions/snapshots/test_datetime_ops/test_year/out.sql | 2 +- .../snapshots/test_generic_ops/test_astype_bool/out.sql | 2 +- .../snapshots/test_generic_ops/test_astype_float/out.sql | 2 +- .../snapshots/test_generic_ops/test_astype_from_json/out.sql | 2 +- .../snapshots/test_generic_ops/test_astype_int/out.sql | 2 +- .../snapshots/test_generic_ops/test_astype_json/out.sql | 2 +- .../snapshots/test_generic_ops/test_astype_string/out.sql | 2 +- .../snapshots/test_generic_ops/test_astype_time_like/out.sql | 2 +- .../snapshots/test_generic_ops/test_case_when_op/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_clip/out.sql | 2 +- .../snapshots/test_generic_ops/test_coalesce/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_fillna/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_hash/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_invert/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_isnull/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_map/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_notnull/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_row_key/out.sql | 2 +- .../snapshots/test_generic_ops/test_sql_scalar_op/out.sql | 2 +- .../expressions/snapshots/test_generic_ops/test_where/out.sql | 2 +- .../expressions/snapshots/test_geo_ops/test_geo_area/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_astext/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_boundary/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_buffer/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_centroid/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_convexhull/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_difference/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_intersection/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_isclosed/out.sql | 2 +- .../snapshots/test_geo_ops/test_geo_st_length/out.sql | 2 +- .../expressions/snapshots/test_geo_ops/test_geo_x/out.sql | 2 +- .../expressions/snapshots/test_geo_ops/test_geo_y/out.sql | 2 +- .../snapshots/test_json_ops/test_json_extract/out.sql | 2 +- .../snapshots/test_json_ops/test_json_extract_array/out.sql | 2 +- .../test_json_ops/test_json_extract_string_array/out.sql | 2 +- .../expressions/snapshots/test_json_ops/test_json_query/out.sql | 2 +- .../snapshots/test_json_ops/test_json_query_array/out.sql | 2 +- .../expressions/snapshots/test_json_ops/test_json_set/out.sql | 2 +- .../expressions/snapshots/test_json_ops/test_json_value/out.sql | 2 +- .../expressions/snapshots/test_json_ops/test_parse_json/out.sql | 2 +- .../snapshots/test_json_ops/test_to_json_string/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_abs/out.sql | 2 +- .../snapshots/test_numeric_ops/test_add_numeric/out.sql | 2 +- .../snapshots/test_numeric_ops/test_add_string/out.sql | 2 +- .../snapshots/test_numeric_ops/test_add_timedelta/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_arccos/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_arccosh/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_arcsin/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_arctan/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_arctan2/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_arctanh/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_ceil/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_cos/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_cosh/out.sql | 2 +- .../snapshots/test_numeric_ops/test_cosine_distance/out.sql | 2 +- .../snapshots/test_numeric_ops/test_div_numeric/out.sql | 2 +- .../snapshots/test_numeric_ops/test_div_timedelta/out.sql | 2 +- .../snapshots/test_numeric_ops/test_euclidean_distance/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_exp/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_expm1/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_floor/out.sql | 2 +- .../snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_ln/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_log10/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_log1p/out.sql | 2 +- .../snapshots/test_numeric_ops/test_manhattan_distance/out.sql | 2 +- .../snapshots/test_numeric_ops/test_mod_numeric/out.sql | 2 +- .../snapshots/test_numeric_ops/test_mul_numeric/out.sql | 2 +- .../snapshots/test_numeric_ops/test_mul_timedelta/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_neg/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_pos/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_round/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_sin/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_sinh/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_sqrt/out.sql | 2 +- .../snapshots/test_numeric_ops/test_sub_numeric/out.sql | 2 +- .../snapshots/test_numeric_ops/test_sub_timedelta/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_tan/out.sql | 2 +- .../expressions/snapshots/test_numeric_ops/test_tanh/out.sql | 2 +- .../snapshots/test_string_ops/test_add_string/out.sql | 2 +- .../snapshots/test_string_ops/test_capitalize/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_endswith/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_isalnum/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_isalpha/out.sql | 2 +- .../snapshots/test_string_ops/test_isdecimal/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_isdigit/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_islower/out.sql | 2 +- .../snapshots/test_string_ops/test_isnumeric/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_isspace/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_isupper/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_len/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_lower/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_lstrip/out.sql | 2 +- .../snapshots/test_string_ops/test_regex_replace_str/out.sql | 2 +- .../snapshots/test_string_ops/test_replace_str/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_reverse/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_rstrip/out.sql | 2 +- .../snapshots/test_string_ops/test_startswith/out.sql | 2 +- .../snapshots/test_string_ops/test_str_contains/out.sql | 2 +- .../snapshots/test_string_ops/test_str_contains_regex/out.sql | 2 +- .../snapshots/test_string_ops/test_str_extract/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_str_find/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_str_get/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_str_pad/out.sql | 2 +- .../snapshots/test_string_ops/test_str_repeat/out.sql | 2 +- .../snapshots/test_string_ops/test_str_slice/out.sql | 2 +- .../snapshots/test_string_ops/test_strconcat/out.sql | 2 +- .../snapshots/test_string_ops/test_string_split/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_strip/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_upper/out.sql | 2 +- .../expressions/snapshots/test_string_ops/test_zfill/out.sql | 2 +- .../snapshots/test_struct_ops/test_struct_field/out.sql | 2 +- .../snapshots/test_struct_ops/test_struct_op/out.sql | 2 +- .../snapshots/test_timedelta_ops/test_timedelta_floor/out.sql | 2 +- .../snapshots/test_timedelta_ops/test_to_timedelta/out.sql | 2 +- .../test_compile_aggregate/test_compile_aggregate/out.sql | 2 +- .../test_compile_aggregate_wo_dropna/out.sql | 2 +- .../snapshots/test_compile_concat/test_compile_concat/out.sql | 2 +- .../test_compile_concat_filter_sorted/out.sql | 2 +- .../test_compile_explode/test_compile_explode_dataframe/out.sql | 2 +- .../test_compile_explode/test_compile_explode_series/out.sql | 2 +- .../snapshots/test_compile_filter/test_compile_filter/out.sql | 2 +- .../snapshots/test_compile_geo/test_st_regionstats/out.sql | 2 +- .../test_st_regionstats_without_optional_args/out.sql | 2 +- .../snapshots/test_compile_geo/test_st_simplify/out.sql | 2 +- .../snapshots/test_compile_isin/test_compile_isin/out.sql | 2 +- .../test_compile_isin/test_compile_isin_not_nullable/out.sql | 2 +- .../snapshots/test_compile_join/test_compile_join/out.sql | 2 +- .../test_compile_join/test_compile_join_w_on/bool_col/out.sql | 2 +- .../test_compile_join_w_on/float64_col/out.sql | 2 +- .../test_compile_join/test_compile_join_w_on/int64_col/out.sql | 2 +- .../test_compile_join_w_on/numeric_col/out.sql | 2 +- .../test_compile_join/test_compile_join_w_on/string_col/out.sql | 2 +- .../test_compile_join/test_compile_join_w_on/time_col/out.sql | 2 +- .../test_compile_readlocal_w_json_df/out.sql | 2 +- .../test_compile_readtable/test_compile_readtable/out.sql | 2 +- .../test_compile_readtable_w_json_types/out.sql | 2 +- .../test_compile_readtable_w_limit/out.sql | 2 +- .../test_compile_readtable_w_nested_structs_types/out.sql | 2 +- .../test_compile_readtable_w_ordering/out.sql | 2 +- .../test_compile_readtable_w_repeated_types/out.sql | 2 +- .../test_compile_readtable_w_system_time/out.sql | 2 +- .../test_compile_window_w_groupby_rolling/out.sql | 2 +- .../test_compile_window_w_range_rolling/out.sql | 2 +- .../test_compile_window_w_skips_nulls_op/out.sql | 2 +- .../test_compile_window_wo_skips_nulls_op/out.sql | 2 +- 260 files changed, 260 insertions(+), 260 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b697d2324b..9fb4bf5054 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - exclude: "^tests/unit/core/compile/sqlglot/.*snapshots" + exclude: "^tests/.*/snapshots" - id: check-yaml - repo: https://github.com/pycqa/isort rev: 5.12.0 diff --git a/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql index d248cbfb0f..5c838f4882 100644 --- a/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `corr_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql index e40280b1ba..eda082250a 100644 --- a/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `cov_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql index 8595e33b10..78cc44fa54 100644 --- a/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql @@ -24,4 +24,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_32` AS `row_number` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql index 04d3f03e88..b63cb1ff61 100644 --- a/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `row_number` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql index 8cb510a095..ed8e0c7619 100644 --- a/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql @@ -23,4 +23,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_32` AS `size` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql index 80b6d3b6f1..eafbc39daf 100644 --- a/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql index 36b1cba6e1..2ce4124347 100644 --- a/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql index bfd0365e2f..d31b21f56b 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql index c0228fb7ca..83bd288e73 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_bool` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql index 21fa1b9004..dc2471148b 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_bool` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/out.sql index cf41e36c15..03b0d5c151 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql index 2c51efca74..970349a4f5 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any/window_out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_bool` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql index 5bd4242310..4a13901f1c 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql index fd72e4310f..f179808b57 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql index 0207fcfb60..e1b3da8a9a 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql index 51dc22be32..9eabb2d88a 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql @@ -13,4 +13,4 @@ SELECT `bfcol_1` AS `q1`, `bfcol_2` AS `q2`, `bfcol_3` AS `q3` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql index d28af41115..b5e6275381 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/out.sql index 3471fd1f93..9d18367cf6 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql index 907b7d9e89..0baac95311 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql index 9e968fd3e8..6d3f856459 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql index 92f2de38ce..84c95fd010 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_date_series_diff/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_date` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql index 2dcf2c1033..76b455a65c 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql index 4a11f9832e..96d23c4747 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_bool.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_bool` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql index 153a9aa30e..95d786b951 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_diff/diff_int.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_int` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first/out.sql index d7ba7b084e..9a1af28e5e 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql index 66ab78d56f..f574a49d96 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last/out.sql index b55b515df4..7d3ddd46d9 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql index 3c4d3518b1..0fa48b68a2 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/out.sql index 8fc4520460..1537d735ea 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql index d80ec8592e..a234601b6a 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql index 3cb91c954b..f918500788 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql index 0295097dd1..0b33d0b1d0 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql @@ -24,4 +24,4 @@ SELECT `bfcol_13` AS `bool_col`, `bfcol_14` AS `duration_col`, `bfcol_15` AS `int64_col_w_floor` -FROM `bfcte_2` +FROM `bfcte_2` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql index b1fda7d2bf..73bec9ccce 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql index 3f5429732f..d0a8345e12 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_median/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_median/out.sql index 1ffbcc2e6a..bfe94622b3 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_median/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_median/out.sql @@ -15,4 +15,4 @@ SELECT `bfcol_3` AS `int64_col`, `bfcol_4` AS `date_col`, `bfcol_5` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/out.sql index 664abcb82b..0848313456 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/out.sql @@ -9,4 +9,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql index 8f436548dc..1d9db63491 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql index f370d5226e..8040f43ca5 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql index bc71c28e3a..2d38311f45 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_4` AS `int64_col`, `bfcol_5` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql index ca9aadbcbe..eae3db0048 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql index 23ba13ff56..b79d8d381f 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_1` AS `quantile`, `bfcol_2` AS `quantile_floor` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql index a3d751d5e0..96b121bde4 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql index c20697ff15..7d1d62f1ae 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `lag` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql index a31ebda176..67b40c99db 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `lead` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql index 52045a1352..0202cf5c21 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `noop` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/out.sql index b2e247ac1c..36a50302a6 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/out.sql @@ -24,4 +24,4 @@ SELECT `bfcol_13` AS `bool_col`, `bfcol_14` AS `duration_col`, `bfcol_15` AS `int64_col_w_floor` -FROM `bfcte_2` +FROM `bfcte_2` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql index 092ff4d186..cb39f6dbc8 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql index 48945ca804..2bf6c26cd4 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_4` AS `int64_col`, `bfcol_5` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql index 9468f7d6d5..401436019e 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql index e7efc547ba..f8ada8a5d4 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql index a92064fdad..645f583dc1 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_time_series_diff/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `diff_time` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/out.sql index b1396e0b6a..733a22438c 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_4` AS `int64_col`, `bfcol_5` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql index 4263c167c4..d300251447 100644 --- a/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql +++ b/tests/snapshot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `agg_int64` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql index 0ddb409e96..a40784a3ca 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_classify/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql index 92fadb8c1a..19f85b181b 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql index 2ce6419386..f844ed1691 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql index 2847a7bf0b..35538c2ec2 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql index 10ebe065a9..fae92515cb 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql index c52f2f8f26..f3ddf71014 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql index ce9c44d7fb..a0c92c959c 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql index 7672d215e4..1951e13325 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql index 498fef662a..3419a77c61 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql @@ -15,4 +15,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql index b5ea723e4a..e1e1670f12 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql @@ -16,4 +16,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql index c060b51301..275ba8d423 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_if/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql index 8c64a9ad7a..01c71065b9 100644 --- a/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql +++ b/tests/snapshot/expressions/snapshots/test_ai_ops/test_ai_score/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `result` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_index/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_index/out.sql index 12d7262a69..d8e223d5f8 100644 --- a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_index/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_index/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql index bf2bc8a9e7..b9f87bfd1e 100644 --- a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql @@ -34,4 +34,4 @@ SELECT `bfcol_4` AS `std_float`, `bfcol_5` AS `count_str`, `bfcol_6` AS `any_bool` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql index 2469dbbd27..0034ffd69c 100644 --- a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_only_start/out.sql @@ -16,4 +16,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql index b46cb8f0bb..f0638fa3af 100644 --- a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_slice_with_start_and_stop/out.sql @@ -16,4 +16,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql index 53756fa44b..09446bb8f5 100644 --- a/tests/snapshot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_list_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql b/tests/snapshot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql index 833d81d1f6..3e29701658 100644 --- a/tests/snapshot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql @@ -23,4 +23,4 @@ SELECT `bfcol_9` AS `int64_col`, `bfcol_10` AS `strs_col`, `bfcol_11` AS `numeric_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql index 346f736e56..bd99b86064 100644 --- a/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql +++ b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql @@ -22,4 +22,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `bfcol_10` AS `version` -FROM `bfcte_3` +FROM `bfcte_3` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql index b94e93508c..c65436e530 100644 --- a/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql +++ b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql @@ -22,4 +22,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `bfcol_10` AS `string_col` -FROM `bfcte_3` +FROM `bfcte_3` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql index 3bd0b966a8..d74449c986 100644 --- a/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql +++ b/tests/snapshot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `bfcol_4` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_bool_ops/test_and_op/out.sql b/tests/snapshot/expressions/snapshots/test_bool_ops/test_and_op/out.sql index a0b073c18b..634a936a0e 100644 --- a/tests/snapshot/expressions/snapshots/test_bool_ops/test_and_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_bool_ops/test_and_op/out.sql @@ -28,4 +28,4 @@ SELECT `bfcol_16` AS `int64_col`, `bfcol_17` AS `int_and_int`, `bfcol_18` AS `bool_and_bool` -FROM `bfcte_2` +FROM `bfcte_2` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_bool_ops/test_or_op/out.sql b/tests/snapshot/expressions/snapshots/test_bool_ops/test_or_op/out.sql index d5f865c011..0069b07d8f 100644 --- a/tests/snapshot/expressions/snapshots/test_bool_ops/test_or_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_bool_ops/test_or_op/out.sql @@ -28,4 +28,4 @@ SELECT `bfcol_16` AS `int64_col`, `bfcol_17` AS `int_and_int`, `bfcol_18` AS `bool_and_bool` -FROM `bfcte_2` +FROM `bfcte_2` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql b/tests/snapshot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql index 56526a948c..e4c87ed720 100644 --- a/tests/snapshot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql @@ -28,4 +28,4 @@ SELECT `bfcol_16` AS `int64_col`, `bfcol_17` AS `int_and_int`, `bfcol_18` AS `bool_and_bool` -FROM `bfcte_2` +FROM `bfcte_2` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql index 119b30a84b..57af99a52b 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_4` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql index 970c248500..9c7c19e61c 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_ne_1`, `bfcol_41` AS `int_ne_bool`, `bfcol_42` AS `bool_ne_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql index 42f561249b..e99fe49c8e 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_ge_1`, `bfcol_41` AS `int_ge_bool`, `bfcol_42` AS `bool_ge_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql index c9c4b09fca..4e5aba3d31 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_gt_1`, `bfcol_41` AS `int_gt_bool`, `bfcol_42` AS `bool_gt_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql index 5557a5ad36..197ed279fa 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql @@ -29,4 +29,4 @@ SELECT `bfcol_7` AS `empty`, `bfcol_8` AS `ints_wo_match_nulls`, `bfcol_9` AS `float_in_ints` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql index 34e7623708..97a00d1c88 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_le_1`, `bfcol_41` AS `int_le_bool`, `bfcol_42` AS `bool_le_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql index 6d48d9ed7c..addebd3187 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_lt_1`, `bfcol_41` AS `int_lt_bool`, `bfcol_42` AS `bool_lt_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql index 570246a581..bbef212707 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql index 08cdbc9adb..1f00f5892e 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql index c50786847c..417d24aa72 100644 --- a/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_ne_1`, `bfcol_41` AS `int_ne_bool`, `bfcol_42` AS `bool_ne_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql index 64adbd792a..2fef18eeb8 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql @@ -57,4 +57,4 @@ SELECT `bfcol_41` AS `timedelta_add_date`, `bfcol_42` AS `timedelta_add_timestamp`, `bfcol_50` AS `timedelta_add_timedelta` -FROM `bfcte_5` +FROM `bfcte_5` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_date/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_date/out.sql index 6a1b0c7acd..b8f46ceafe 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_date/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_date/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_day/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_day/out.sql index c7503c3682..52d80fd2a6 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_day/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_day/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql index 868dd66efd..0119bbb4e9 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql @@ -16,4 +16,4 @@ SELECT `bfcol_6` AS `datetime_col`, `bfcol_7` AS `timestamp_col`, `bfcol_8` AS `date_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql index 262fc37b0e..521419757a 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql index 31e53900b6..fe76efb609 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql @@ -33,4 +33,4 @@ SELECT `bfcol_11` AS `timestamp_col_Y`, `bfcol_12` AS `datetime_col_q`, `bfcol_13` AS `datetime_col_us` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_hour/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_hour/out.sql index 5be4386466..5fc6621a7c 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_hour/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_hour/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql index 3685a44f36..9422844b34 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql index 6e6596c1af..4db49fb10f 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql index 922233be00..8d49933202 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_minute/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_minute/out.sql index bab48b0dcd..e089a77af5 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_minute/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_minute/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_month/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_month/out.sql index 5ddb8035d8..53d135903b 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_month/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_month/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql index 2a7b83390f..b542dfea72 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql index 8a25c486af..4a232cb5a3 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_second/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_second/out.sql index f4bfc6c658..e86d830b73 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_second/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_second/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql index 1d49f727ad..190cd7895b 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql index 862dc7e0b6..ebcffd67f6 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql @@ -79,4 +79,4 @@ SELECT `bfcol_74` AS `timestamp_sub_date`, `bfcol_75` AS `date_sub_timestamp`, `bfcol_76` AS `timedelta_sub_timedelta` -FROM `bfcte_6` +FROM `bfcte_6` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_time/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_time/out.sql index d64093f8a5..5a8ab600ba 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_time/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_time/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql index d5cb3184fb..bbba3b1533 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql index b1f298b8f2..df01fb3269 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql index 728f7dceb5..e6515017f2 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql index f6eb2f1a0f..caec5effe0 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql index f2d2237339..6dc0ea2a02 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_year/out.sql b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_year/out.sql index d6ba6c7ef8..1ceb674137 100644 --- a/tests/snapshot/expressions/snapshots/test_datetime_ops/test_year/out.sql +++ b/tests/snapshot/expressions/snapshots/test_datetime_ops/test_year/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `timestamp_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql index 5293631407..1f90accd0b 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql @@ -15,4 +15,4 @@ SELECT `bfcol_2` AS `bool_col`, `bfcol_3` AS `float64_col`, `bfcol_4` AS `float64_w_safe` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql index aa6a037042..32c8da56fa 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql @@ -14,4 +14,4 @@ SELECT `bfcol_1` AS `bool_col`, `bfcol_2` AS `str_const`, `bfcol_3` AS `bool_w_safe` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql index e961fae13b..d1577c0664 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql @@ -18,4 +18,4 @@ SELECT `bfcol_3` AS `bool_col`, `bfcol_4` AS `string_col`, `bfcol_5` AS `int64_w_safe` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql index e368d58530..e0fe2af9a9 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_11` AS `float64_col`, `bfcol_12` AS `float64_w_safe`, `bfcol_13` AS `str_const` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql index 7d50c15bbd..2defc2e72b 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql @@ -23,4 +23,4 @@ SELECT `bfcol_7` AS `string_col`, `bfcol_8` AS `bool_w_safe`, `bfcol_9` AS `string_w_safe` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql index 42479857db..da6eb6ce18 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql @@ -15,4 +15,4 @@ SELECT `bfcol_2` AS `int64_col`, `bfcol_3` AS `bool_col`, `bfcol_4` AS `bool_w_safe` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql index f131ef29ea..6523d8376c 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql @@ -16,4 +16,4 @@ SELECT `bfcol_2` AS `int64_to_time`, `bfcol_3` AS `int64_to_timestamp`, `bfcol_4` AS `int64_to_time_safe` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql index 8b0f0f58fa..08a489e240 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql @@ -26,4 +26,4 @@ SELECT `bfcol_5` AS `double_case`, `bfcol_6` AS `bool_types_case`, `bfcol_7` AS `mixed_types_cast` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_clip/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_clip/out.sql index bc1e01a7f9..b162593147 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_clip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_clip/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_3` AS `result_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql index 64b31b8a4d..451de48b64 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `int64_col`, `bfcol_3` AS `int64_too` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_fillna/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_fillna/out.sql index bb06b01883..07f2877e74 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_fillna/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_fillna/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_hash/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_hash/out.sql index e6967810d4..19fce60091 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_hash/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_hash/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_invert/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_invert/out.sql index a8ba662f91..1bd2eb7426 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_invert/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_invert/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_6` AS `int64_col`, `bfcol_7` AS `bytes_col`, `bfcol_8` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_isnull/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_isnull/out.sql index 6ed30d49a4..0a549bdd44 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_isnull/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_isnull/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_map/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_map/out.sql index 00eb11e0dc..52a3174cf9 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_map/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_map/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_notnull/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_notnull/out.sql index c8ac37a91c..bf3425fe6d 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_notnull/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_notnull/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_row_key/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_row_key/out.sql index eca19ea08b..13b27c2e14 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_row_key/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_row_key/out.sql @@ -67,4 +67,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_31` AS `row_key` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql index 25a6a334a6..611cbf4e7e 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_generic_ops/test_where/out.sql b/tests/snapshot/expressions/snapshots/test_generic_ops/test_where/out.sql index 9f49cb4a67..872c794333 100644 --- a/tests/snapshot/expressions/snapshots/test_generic_ops/test_where/out.sql +++ b/tests/snapshot/expressions/snapshots/test_generic_ops/test_where/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_3` AS `result_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql index b562e1e251..105b5f1665 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql index 9cd24349f6..c338baeb5f 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql index 93ccddd07a..2d4ac2e960 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql index 894d8cc27f..84b3ab1600 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql index a81d0d377a..733f1e9495 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql index 8c92fb1805..11b3b7f691 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql index e08f9463e0..4e18216dda 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql index b563aef374..1bbb114349 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql index ba47255ece..f6c953d161 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql @@ -11,4 +11,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_2` AS `rowindex` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql index 0408f8806e..f9290fe01a 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql index fc31c4b9fc..516f175c13 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql index 7a83be9237..80eef1c906 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql index 0fc211d65f..09211270d1 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql index 8e28f298d3..625613ae2a 100644 --- a/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql +++ b/tests/snapshot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `geography_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract/out.sql index 999a03458e..435ee96df1 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql index deef0d5c7a..6c9c02594d 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql index 9aed340d45..a3a51be378 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query/out.sql index 8b0234c468..164fe2e426 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql index 62e9d6fda3..4c3fa8e7e9 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_set/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_set/out.sql index 0ff1cdd01e..f41979ea2e 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_set/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_set/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_value/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_value/out.sql index 61fcf954a9..72f7237240 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_json_value/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_json_value/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_parse_json/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_parse_json/out.sql index a1357af0a7..5f80187ba0 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_parse_json/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_parse_json/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql b/tests/snapshot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql index d8f6907f6b..e282c89c80 100644 --- a/tests/snapshot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `json_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_abs/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_abs/out.sql index c096443c11..0fb9589387 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_abs/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_abs/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql index d2a822be93..1707aad8c1 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_add_1`, `bfcol_41` AS `int_add_bool`, `bfcol_42` AS `bool_add_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql index 048cda6b82..cb674787ff 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql index 64adbd792a..2fef18eeb8 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql @@ -57,4 +57,4 @@ SELECT `bfcol_41` AS `timedelta_add_date`, `bfcol_42` AS `timedelta_add_timestamp`, `bfcol_50` AS `timedelta_add_timedelta` -FROM `bfcte_5` +FROM `bfcte_5` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql index 7649f9346c..bb1766adf3 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql index 2541d60fbf..af556b9c3a 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql index 6621d32f84..8243232e0b 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql index 56f3fec56c..e6bf3b339c 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql index 181cbc3a62..a85ff6403c 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql index c7b068a4ae..28fc8c869d 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_6` AS `int64_col`, `bfcol_7` AS `bool_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql index de5273ef42..197bf59306 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql index 2a251370b1..922fe5c550 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cos/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cos/out.sql index 66169792da..0acb2bfa94 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cos/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cos/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql index c4d75a7486..8c84a25047 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql index 8898cc9d31..ba6b6bfa9f 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `int_list_col`, `bfcol_3` AS `float_list_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql index 9b8c53d979..db11f1529f 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql @@ -119,4 +119,4 @@ SELECT `bfcol_129` AS `float_div_0`, `bfcol_130` AS `int_div_bool`, `bfcol_131` AS `bool_div_int` -FROM `bfcte_8` +FROM `bfcte_8` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql index 3cdb4f459e..1a82a67368 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql @@ -18,4 +18,4 @@ SELECT `bfcol_7` AS `timestamp_col`, `bfcol_8` AS `int64_col`, `bfcol_9` AS `timedelta_div_numeric` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql index 709ba6bffb..3327a99f4b 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `int_list_col`, `bfcol_3` AS `numeric_list_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_exp/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_exp/out.sql index e31ce86e27..610b96cda7 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_exp/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_exp/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql index ae71d26290..076ad584c2 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floor/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floor/out.sql index 75c504f64f..e0c2e1072e 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floor/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floor/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql index 33b37ae66f..2fe20fb618 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql @@ -15,4 +15,4 @@ SELECT `timestamp_col`, `date_col`, `bfcol_6` AS `timedelta_div_numeric` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ln/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ln/out.sql index d14df4298d..776cc33e0f 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ln/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_ln/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log10/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log10/out.sql index 4a5a344234..11a318c22d 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log10/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log10/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql index a3c8a49e7b..4297fff227 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql index 678e613d38..185bb7b277 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql @@ -13,4 +13,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_2` AS `float_list_col`, `bfcol_3` AS `numeric_list_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql index de4937bd54..241ffa0b5e 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql @@ -289,4 +289,4 @@ SELECT `bfcol_112` AS `float_mod_float_neg`, `bfcol_113` AS `float_mod_1`, `bfcol_114` AS `float_mod_0` -FROM `bfcte_8` +FROM `bfcte_8` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql index c62f4ed7c6..d0c537e482 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_mul_1`, `bfcol_41` AS `int_mul_bool`, `bfcol_42` AS `bool_mul_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql index de5fd677e3..ebdf296b2b 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql @@ -40,4 +40,4 @@ SELECT `bfcol_29` AS `duration_col`, `bfcol_30` AS `timedelta_mul_numeric`, `bfcol_31` AS `numeric_mul_timedelta` -FROM `bfcte_3` +FROM `bfcte_3` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_neg/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_neg/out.sql index 322a1bf027..4374af349b 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_neg/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_neg/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_pos/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_pos/out.sql index 8aab2eb352..1ed016029a 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_pos/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_pos/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_round/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_round/out.sql index fe79c41695..9ce76f7c63 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_round/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_round/out.sql @@ -78,4 +78,4 @@ SELECT `bfcol_72` AS `float_round_0`, `bfcol_73` AS `float_round_1`, `bfcol_74` AS `float_round_m1` -FROM `bfcte_6` +FROM `bfcte_6` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sin/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sin/out.sql index 31e4840538..1699b6d8df 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sin/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sin/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql index 0cec119b03..c1ea003e2d 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql index 5e1441581e..152545d550 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql index 170a671735..7e0f07af7b 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql @@ -51,4 +51,4 @@ SELECT `bfcol_40` AS `int_add_1`, `bfcol_41` AS `int_add_bool`, `bfcol_42` AS `bool_add_int` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql index 862dc7e0b6..ebcffd67f6 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql @@ -79,4 +79,4 @@ SELECT `bfcol_74` AS `timestamp_sub_date`, `bfcol_75` AS `date_sub_timestamp`, `bfcol_76` AS `timedelta_sub_timedelta` -FROM `bfcte_6` +FROM `bfcte_6` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tan/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tan/out.sql index 45c5fdfd89..f09d26a188 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tan/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tan/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql index 77de9f4023..a5e5a87fbc 100644 --- a/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql +++ b/tests/snapshot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `float64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_add_string/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_add_string/out.sql index 048cda6b82..cb674787ff 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_add_string/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_add_string/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_capitalize/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_capitalize/out.sql index 9cb9f6fc0e..b429007ffc 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_capitalize/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_capitalize/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_endswith/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_endswith/out.sql index 9c5667e29b..eeb2574094 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_endswith/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_endswith/out.sql @@ -14,4 +14,4 @@ SELECT `bfcol_1` AS `single`, `bfcol_2` AS `double`, `bfcol_3` AS `empty` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_isalnum/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalnum/out.sql index 7e420f38c9..61c2643f16 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_isalnum/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalnum/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_isalpha/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalpha/out.sql index 5730502b32..2b086f3e3d 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_isalpha/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isalpha/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql index cf3b065614..7355ab7aa7 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_isdigit/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdigit/out.sql index ac867710fa..d7dd8c0729 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_isdigit/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isdigit/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_islower/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_islower/out.sql index 26661c04d5..b6ff57797c 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_islower/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_islower/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql index 2c4c4eba89..6143b3685a 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_isspace/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isspace/out.sql index fb31638213..47ccd642d4 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_isspace/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isspace/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_isupper/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_isupper/out.sql index f8e45ca9be..54f7b55ce3 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_isupper/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_isupper/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_len/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_len/out.sql index fa06b26595..63e8e160bf 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_len/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_len/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_lower/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_lower/out.sql index d955967392..0a9623162a 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_lower/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_lower/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_lstrip/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_lstrip/out.sql index c7fd33b3c6..ebe4c39bbf 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_lstrip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_lstrip/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql index 8df99015f7..2fd3365a80 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_replace_str/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_replace_str/out.sql index bc51db6b1b..61b2e2f432 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_replace_str/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_replace_str/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_reverse/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_reverse/out.sql index f05524f9fc..f9d287a591 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_reverse/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_reverse/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_rstrip/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_rstrip/out.sql index c7fd33b3c6..ebe4c39bbf 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_rstrip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_rstrip/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_startswith/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_startswith/out.sql index 4156070b0e..54c8adb7b8 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_startswith/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_startswith/out.sql @@ -14,4 +14,4 @@ SELECT `bfcol_1` AS `single`, `bfcol_2` AS `double`, `bfcol_3` AS `empty` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains/out.sql index 31fa564ebf..e973a97136 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql index 0e26195149..510e52e254 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_extract/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_extract/out.sql index 446312251f..3e59f617ac 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_extract/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_extract/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_find/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_find/out.sql index 3ca21c5046..4927e814a3 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_find/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_find/out.sql @@ -16,4 +16,4 @@ SELECT `bfcol_2` AS `start_none`, `bfcol_3` AS `none_end`, `bfcol_4` AS `start_end` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_get/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_get/out.sql index 892276c994..b2a08e0e9d 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_get/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_get/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_pad/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_pad/out.sql index b7469aef08..5f157bc5cb 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_pad/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_pad/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_1` AS `left`, `bfcol_2` AS `right`, `bfcol_3` AS `both` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql index a001317cc9..90a52a40b1 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_slice/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_slice/out.sql index 1b376e0a12..8bd2a5f7fe 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_str_slice/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_str_slice/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_strconcat/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_strconcat/out.sql index 048cda6b82..cb674787ff 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_strconcat/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_strconcat/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_string_split/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_string_split/out.sql index 1adf44ee1e..37b15a0cf9 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_string_split/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_string_split/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_strip/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_strip/out.sql index 4732684ae0..771bb9c49f 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_strip/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_strip/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_upper/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_upper/out.sql index 1fca87bc00..aa14c5f05d 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_upper/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_upper/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_string_ops/test_zfill/out.sql b/tests/snapshot/expressions/snapshots/test_string_ops/test_zfill/out.sql index 3068c705d9..97651ece49 100644 --- a/tests/snapshot/expressions/snapshots/test_string_ops/test_zfill/out.sql +++ b/tests/snapshot/expressions/snapshots/test_string_ops/test_zfill/out.sql @@ -14,4 +14,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `string_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql index 4b3d752bcc..b85e88a90a 100644 --- a/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql +++ b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql @@ -12,4 +12,4 @@ WITH `bfcte_0` AS ( SELECT `bfcol_1` AS `string`, `bfcol_2` AS `int` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql index ecafe5c921..575a162080 100644 --- a/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql +++ b/tests/snapshot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql @@ -18,4 +18,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_4` AS `result_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql index dda5f8d78c..432aefd7f6 100644 --- a/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql +++ b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql @@ -10,4 +10,4 @@ WITH `bfcte_0` AS ( ) SELECT `bfcol_1` AS `int64_col` -FROM `bfcte_1` +FROM `bfcte_1` \ No newline at end of file diff --git a/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql index 1e8993b87f..3c75cc3e89 100644 --- a/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql +++ b/tests/snapshot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql @@ -34,4 +34,4 @@ SELECT `bfcol_20` AS `duration_us`, `bfcol_21` AS `duration_s`, `bfcol_22` AS `duration_w` -FROM `bfcte_3` +FROM `bfcte_3` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql index 95ae0bc4b0..949ed82574 100644 --- a/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql +++ b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql @@ -24,4 +24,4 @@ SELECT `bfcol_6` AS `int64_too` FROM `bfcte_2` ORDER BY - `bfcol_3` ASC NULLS LAST + `bfcol_3` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql index 471db0ca83..3c09250858 100644 --- a/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql +++ b/tests/snapshot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_6` AS `int64_too` FROM `bfcte_2` ORDER BY - `bfcol_3` ASC NULLS LAST + `bfcol_3` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_concat/test_compile_concat/out.sql b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat/out.sql index a091a47da5..f606de4ed3 100644 --- a/tests/snapshot/snapshots/test_compile_concat/test_compile_concat/out.sql +++ b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat/out.sql @@ -79,4 +79,4 @@ SELECT FROM `bfcte_8` ORDER BY `bfcol_34` ASC NULLS LAST, - `bfcol_35` ASC NULLS LAST + `bfcol_35` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql index d8ab42e520..a67d1943a2 100644 --- a/tests/snapshot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql +++ b/tests/snapshot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql @@ -139,4 +139,4 @@ SELECT FROM `bfcte_17` ORDER BY `bfcol_44` ASC NULLS LAST, - `bfcol_45` ASC NULLS LAST + `bfcol_45` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql index f51e0e2475..e594b67669 100644 --- a/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql +++ b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql @@ -18,4 +18,4 @@ SELECT `string_list_col` FROM `bfcte_1` ORDER BY - `bfcol_7` ASC NULLS LAST + `bfcol_7` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_series/out.sql b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_series/out.sql index cbc0e957ca..5af0aa0092 100644 --- a/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_series/out.sql +++ b/tests/snapshot/snapshots/test_compile_explode/test_compile_explode_series/out.sql @@ -15,4 +15,4 @@ SELECT `int_list_col` FROM `bfcte_1` ORDER BY - `bfcol_4` ASC NULLS LAST + `bfcol_4` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_filter/test_compile_filter/out.sql b/tests/snapshot/snapshots/test_compile_filter/test_compile_filter/out.sql index 35f01b190d..f5fff16f60 100644 --- a/tests/snapshot/snapshots/test_compile_filter/test_compile_filter/out.sql +++ b/tests/snapshot/snapshots/test_compile_filter/test_compile_filter/out.sql @@ -22,4 +22,4 @@ SELECT `bfcol_5` AS `rowindex`, `bfcol_6` AS `rowindex_1`, `bfcol_7` AS `int64_col` -FROM `bfcte_2` +FROM `bfcte_2` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats/out.sql b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats/out.sql index 1bea5c58e8..63076077cf 100644 --- a/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats/out.sql +++ b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats/out.sql @@ -33,4 +33,4 @@ SELECT `bfcol_10` AS `area` FROM `bfcte_2` ORDER BY - `bfcol_1` ASC NULLS LAST + `bfcol_1` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql index 17a536dda2..f794711961 100644 --- a/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql +++ b/tests/snapshot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql @@ -27,4 +27,4 @@ SELECT `bfcol_10` AS `area` FROM `bfcte_2` ORDER BY - `bfcol_1` ASC NULLS LAST + `bfcol_1` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_geo/test_st_simplify/out.sql b/tests/snapshot/snapshots/test_compile_geo/test_st_simplify/out.sql index 168481d932..b8dd1587a8 100644 --- a/tests/snapshot/snapshots/test_compile_geo/test_st_simplify/out.sql +++ b/tests/snapshot/snapshots/test_compile_geo/test_st_simplify/out.sql @@ -12,4 +12,4 @@ SELECT `bfcol_2` AS `0` FROM `bfcte_1` ORDER BY - `bfcol_1` ASC NULLS LAST + `bfcol_1` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_isin/test_compile_isin/out.sql b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin/out.sql index 3b9a1cae59..77aef6ad8b 100644 --- a/tests/snapshot/snapshots/test_compile_isin/test_compile_isin/out.sql +++ b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin/out.sql @@ -38,4 +38,4 @@ WITH `bfcte_1` AS ( SELECT `bfcol_2` AS `rowindex`, `bfcol_5` AS `int64_col` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql index fa1a0f8f9d..1246dc44a6 100644 --- a/tests/snapshot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql +++ b/tests/snapshot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql @@ -31,4 +31,4 @@ WITH `bfcte_1` AS ( SELECT `bfcol_2` AS `rowindex`, `bfcol_5` AS `rowindex_2` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_join/test_compile_join/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join/out.sql index 5fc86d0e02..3a7ff60d3e 100644 --- a/tests/snapshot/snapshots/test_compile_join/test_compile_join/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join/out.sql @@ -29,4 +29,4 @@ WITH `bfcte_1` AS ( SELECT `bfcol_3` AS `int64_col`, `bfcol_7` AS `int64_too` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql index 9e4714e79b..30f363e900 100644 --- a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `bool_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql index 2efa77401a..9fa7673fb3 100644 --- a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `float64_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql index 34772e3b82..c9fca069d6 100644 --- a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `int64_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql index 4660fe64dd..88649c6518 100644 --- a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_2` AS `rowindex_x`, `bfcol_3` AS `numeric_col`, `bfcol_6` AS `rowindex_y` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql index 284c0e1fe8..8758ec8340 100644 --- a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_0` AS `rowindex_x`, `bfcol_1` AS `string_col`, `bfcol_4` AS `rowindex_y` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql index 906899e74a..42fc15cd1d 100644 --- a/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql +++ b/tests/snapshot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql @@ -30,4 +30,4 @@ SELECT `bfcol_0` AS `rowindex_x`, `bfcol_1` AS `time_col`, `bfcol_4` AS `rowindex_y` -FROM `bfcte_4` +FROM `bfcte_4` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql index 88573e0ed0..4e21266b87 100644 --- a/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql +++ b/tests/snapshot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql @@ -8,4 +8,4 @@ SELECT `bfcol_1` AS `json_col` FROM `bfcte_0` ORDER BY - `bfcol_2` ASC NULLS LAST + `bfcol_2` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable/out.sql index a7626e8735..959a31a2a3 100644 --- a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable/out.sql @@ -34,4 +34,4 @@ SELECT `time_col`, `timestamp_col`, `duration_col` -FROM `bfcte_0` +FROM `bfcte_0` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql index 26648c8a09..4b5750d7aa 100644 --- a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql @@ -7,4 +7,4 @@ WITH `bfcte_0` AS ( SELECT `rowindex`, `json_col` -FROM `bfcte_0` +FROM `bfcte_0` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql index 9ea9e7cb46..856c7061da 100644 --- a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql @@ -10,4 +10,4 @@ SELECT FROM `bfcte_0` ORDER BY `rowindex` ASC NULLS LAST -LIMIT 10 +LIMIT 10 \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql index e5f4dfe387..79ae1ac907 100644 --- a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql @@ -8,4 +8,4 @@ SELECT `id`, `id` AS `id_1`, `people` -FROM `bfcte_0` +FROM `bfcte_0` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql index 386d811153..edb8d7fbf4 100644 --- a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql @@ -9,4 +9,4 @@ SELECT `int64_col` FROM `bfcte_0` ORDER BY - `int64_col` ASC NULLS LAST + `int64_col` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql index 1694cca3ae..a22c845ef1 100644 --- a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql @@ -20,4 +20,4 @@ SELECT `date_time_list_col`, `numeric_list_col`, `string_list_col` -FROM `bfcte_0` +FROM `bfcte_0` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql index 8cab777149..59c3687080 100644 --- a/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql +++ b/tests/snapshot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql @@ -33,4 +33,4 @@ SELECT `time_col`, `timestamp_col`, `duration_col` -FROM `bfcte_0` +FROM `bfcte_0` \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql index 87d04dd043..44a0c9ec11 100644 --- a/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql @@ -57,4 +57,4 @@ SELECT FROM `bfcte_5` ORDER BY `bfcol_9` ASC NULLS LAST, - `rowindex` ASC NULLS LAST + `rowindex` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql index 8bac24b236..d2c7e338bc 100644 --- a/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql @@ -21,4 +21,4 @@ SELECT FROM `bfcte_1` ORDER BY `bfcol_0` ASC NULLS LAST, - `bfcol_2` ASC NULLS LAST + `bfcol_2` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql index 7bbd7eaa79..788eb49ddf 100644 --- a/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql @@ -21,4 +21,4 @@ SELECT `bfcol_4` AS `int64_col` FROM `bfcte_1` ORDER BY - `rowindex` ASC NULLS LAST + `rowindex` ASC NULLS LAST \ No newline at end of file diff --git a/tests/snapshot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql b/tests/snapshot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql index 22c883ff9f..5ad435ddbb 100644 --- a/tests/snapshot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql +++ b/tests/snapshot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql @@ -18,4 +18,4 @@ SELECT `bfcol_4` AS `int64_col` FROM `bfcte_1` ORDER BY - `rowindex` ASC NULLS LAST + `rowindex` ASC NULLS LAST \ No newline at end of file