Add support for node dynamic filtering for semi-joins and filters when the experimental
WorkProcessor pipelines feature is enabled. (#1075, #1155, #1119)
Allow overriding session time zone for clients via the
sql.forced-session-time-zone configuration property. (#1164)
Web UI Changes
Fix tooltip visibility on stage performance details page. (#1113)
Allow schema owner to create, drop, and rename schema when using file-based
connector access control. (#1139)
Allow respecting the X-Forwarded-For header when retrieving the IP address
of the client submitting the query. This information is available in the
remoteClientAddress field of the QueryContext class for query events.
The behavior can be controlled via the dispatcher.forwarded-header
configuration property, as the header should only be used when the Presto
coordinator is behind a proxy. (#1033)
JDBC Driver Changes
Fix DatabaseMetaData.getURL() to include the jdbc: prefix. (#1211)