Skip to content

Commit 5f64340

Browse files
committed
get stricter on columns in concat_rows
1 parent fd8804d commit 5f64340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_algebra/db_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ def concat_rows_to_sql(
13141314
),
13151315
joiner="UNION ALL",
13161316
sub_sql2=sql_right.to_bound_near_sql(
1317-
columns=using_right, force_sql=True, constants=constants_right,
1317+
columns=using_left, force_sql=True, constants=constants_right,
13181318
),
13191319
annotation=concat_node.to_python_implementation(
13201320
print_sources=False, indent=-1

0 commit comments

Comments
 (0)