This release includes the following:
Features:
-
Push down aggregates to remote HDFS servers.
Push aggregates to the remote HDFS server instead of fetching all
of the rows and aggregating them locally. This gives a very good
performance boost for the cases where aggregates can be pushed down. -
Add support for PostgreSQL 15 and EDB Postgres Advanced Server 15.
-
Remove support for v9.6.
Other improvements and Fixes:
- Add support for the NUMERIC datatype.
- Remove some extraneous code from function deparse logic.
- Do not push expressions evaluating as non-builtin datatype.
- Improve some test-coverage