fix: select star (#33763)

This commit is contained in:
Beto Dealmeida
2025-06-13 14:59:52 -04:00
committed by GitHub
parent 7deca8f2cd
commit 21d8d57380
6 changed files with 125 additions and 3 deletions

View File

@@ -498,6 +498,9 @@ class HiveEngineSpec(PrestoEngineSpec):
latest_partition: bool = True,
cols: list[ResultSetColumnType] | None = None,
) -> str:
# remove catalog from table name if it exists
table = Table(table.table, table.schema, None)
return super(PrestoEngineSpec, cls).select_star(
database,
table,