Skip to content

Commit 63fc467

Browse files
Fix tests
1 parent 1a90da0 commit 63fc467

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

tests/extension_cases/flightsql.rs

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -875,21 +875,21 @@ async fn test_get_tables_no_filter() {
875875
+---------------+--------------------+-------------+------------+
876876
| table_catalog | table_schema | table_name | table_type |
877877
+---------------+--------------------+-------------+------------+
878-
| test | meta | versions | BASE TABLE |
879-
| test | information_schema | tables | VIEW |
880-
| test | information_schema | views | VIEW |
881-
| test | information_schema | columns | VIEW |
882-
| test | information_schema | df_settings | VIEW |
883-
| test | information_schema | schemata | VIEW |
884-
| test | information_schema | routines | VIEW |
885-
| test | information_schema | parameters | VIEW |
886-
| datafusion | information_schema | tables | VIEW |
887-
| datafusion | information_schema | views | VIEW |
888878
| datafusion | information_schema | columns | VIEW |
889879
| datafusion | information_schema | df_settings | VIEW |
890-
| datafusion | information_schema | schemata | VIEW |
891-
| datafusion | information_schema | routines | VIEW |
892880
| datafusion | information_schema | parameters | VIEW |
881+
| datafusion | information_schema | routines | VIEW |
882+
| datafusion | information_schema | schemata | VIEW |
883+
| datafusion | information_schema | tables | VIEW |
884+
| datafusion | information_schema | views | VIEW |
885+
| test | information_schema | columns | VIEW |
886+
| test | information_schema | df_settings | VIEW |
887+
| test | information_schema | parameters | VIEW |
888+
| test | information_schema | routines | VIEW |
889+
| test | information_schema | schemata | VIEW |
890+
| test | information_schema | tables | VIEW |
891+
| test | information_schema | views | VIEW |
892+
| test | meta | versions | BASE TABLE |
893893
+---------------+--------------------+-------------+------------+
894894
"#;
895895

@@ -923,14 +923,14 @@ async fn test_get_tables_catalog_filter() {
923923
+---------------+--------------------+-------------+------------+
924924
| table_catalog | table_schema | table_name | table_type |
925925
+---------------+--------------------+-------------+------------+
926-
| test | meta | versions | BASE TABLE |
927-
| test | information_schema | tables | VIEW |
928-
| test | information_schema | views | VIEW |
929926
| test | information_schema | columns | VIEW |
930927
| test | information_schema | df_settings | VIEW |
931-
| test | information_schema | schemata | VIEW |
932-
| test | information_schema | routines | VIEW |
933928
| test | information_schema | parameters | VIEW |
929+
| test | information_schema | routines | VIEW |
930+
| test | information_schema | schemata | VIEW |
931+
| test | information_schema | tables | VIEW |
932+
| test | information_schema | views | VIEW |
933+
| test | meta | versions | BASE TABLE |
934934
+---------------+--------------------+-------------+------------+
935935
"#;
936936

0 commit comments

Comments
 (0)