Hadoop Foreign Data Wrapper 2.1.0 release notes v2

Released: 02 Dec 2021

Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.1.0 include:

TypeDescription
EnhancementSupport for EDB Postgres Advanced Server 14.
EnhancementJoin Pushdown: If a query has a join between two foreign tables from the same remote server, you can now push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally.