1
0
Fork 0

Merging upstream version 26.25.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-06-07 04:46:32 +02:00
parent a5a5c78c72
commit 5c5246994e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
83 changed files with 67317 additions and 67680 deletions

View file

@ -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}."
)