Merging upstream version 26.25.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a5a5c78c72
commit
5c5246994e
83 changed files with 67317 additions and 67680 deletions
|
@ -69,7 +69,7 @@ def pushdown_projections(
|
|||
# kind / side syntax (e.g INNER UNION ALL BY NAME) which changes the semantics of the operation
|
||||
left, right = scope.union_scopes
|
||||
if len(left.expression.selects) != len(right.expression.selects):
|
||||
scope_sql = scope.expression.sql()
|
||||
scope_sql = scope.expression.sql(dialect=dialect)
|
||||
raise OptimizeError(
|
||||
f"Invalid set operation due to column mismatch: {scope_sql}."
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue