Pavle Martinovic
Pavle Martinovic
### What changes were proposed in this pull request? Add a new rule to WidenSetOperationTypes to work for UnionLoop. ### Why are the changes needed? To have UNION ALL in...
### What changes were proposed in this pull request? Throw error when a UnionLoopRef is found inside a window function. ### Why are the changes needed? The context of a...
### What changes were proposed in this pull request? Modify ColumnPruning optimizer rule to successfully prune UnionLoops. For this, ColumnPruning had to migrated to inside the abstract Optimizer class. ###...
### What changes were proposed in this pull request? Set the number of partitions in recursive CTEs to be at least 1. ### Why are the changes needed? Defensive programming...