From 176adc800f867084918250ce58ac29a079bd7976 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:32:35 -0400 Subject: [PATCH] chore(datafusion): regen sql --- .../test_sql/test_group_by_has_index/datafusion/out.sql | 2 +- .../snapshots/test_sql/test_union_aliasing/datafusion/out.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ibis/backends/tests/snapshots/test_sql/test_group_by_has_index/datafusion/out.sql b/ibis/backends/tests/snapshots/test_sql/test_group_by_has_index/datafusion/out.sql index 703ef7e85d34d..3585d09c1d000 100644 --- a/ibis/backends/tests/snapshots/test_sql/test_group_by_has_index/datafusion/out.sql +++ b/ibis/backends/tests/snapshots/test_sql/test_group_by_has_index/datafusion/out.sql @@ -25,4 +25,4 @@ FROM ( FROM "countries" AS "t0" ) AS t0 GROUP BY - "cont" \ No newline at end of file + 1 \ No newline at end of file diff --git a/ibis/backends/tests/snapshots/test_sql/test_union_aliasing/datafusion/out.sql b/ibis/backends/tests/snapshots/test_sql/test_union_aliasing/datafusion/out.sql index ddd0af6c0c025..f5381dbc67da1 100644 --- a/ibis/backends/tests/snapshots/test_sql/test_union_aliasing/datafusion/out.sql +++ b/ibis/backends/tests/snapshots/test_sql/test_union_aliasing/datafusion/out.sql @@ -63,7 +63,7 @@ WITH "t5" AS ( ) AS "t4" ) AS t4 GROUP BY - "t4"."field_of_study" + 1 ) SELECT *