Stability Improvements 💪
- Fixed an error when
pdb.scorewas used with aggregate functions (max,min,avg,sum) in parallel query plans - Reverted numeric pushdown, which caused errors during indexing and reads of very large numeric fields
- Fixed an issue where
MIN/MAXof datetime fields returned null with aggregate pushdown enabled