Skip to content

Commit

Permalink
fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
souravg-db2 committed Dec 21, 2023
1 parent 08da9fb commit e8d5d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/scanner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_get_table_list(spark):
FROM (
SELECT
stack(1, 'name', `name`) AS (column_name, value)
FROM meta.db.tb
FROM `meta`.`db`.`tb`
TABLESAMPLE (100 ROWS)
)
)
Expand All @@ -103,7 +103,7 @@ def test_get_table_list(spark):
FROM (
SELECT
stack(1, 'name', `name`) AS (column_name, value)
FROM meta.db.tb
FROM `meta`.`db`.`tb`
TABLESAMPLE (100 ROWS)
)
)
Expand Down

0 comments on commit e8d5d28

Please sign in to comment.