Skip to content

REL-2_7_0

Compare
Choose a tag to compare
@jeevanchalke jeevanchalke released this 18 Nov 09:29
· 53 commits to master since this release

This release includes the following:

Feature:

Aggregate Push-down: Push aggregates to the remote MySQL server instead of fetching all of the rows and aggregating them locally.

Other Fixes:

  1. Fixes function expression deparsing implicit/explicit coercion so that we don't send the wrong query to the MySQL server.
  2. Fixes import foreign schema failure due to SET type.