Skip to content

Commit 1f680f0

Browse files
committed
ref 2
1 parent 47464f8 commit 1f680f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlglot/optimizer/qualify_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _set_alias(
134134
source,
135135
next_alias_name(),
136136
copy=False,
137-
table=ensure_list(function_columns) if function_columns else True,
137+
table=ensure_list(function_columns),
138138
)
139139
elif not table_alias.columns:
140140
exp.alias_(

0 commit comments

Comments
 (0)