docs/src/main/sphinx/release/release-315.md
958)FETCH FIRST ... WITH TIES syntax. ({issue}832)680)format function. ({issue}548)983)871)984)935)935)914)DATE, TIMESTAMP and REAL in ORC bloom filters. ({issue}967)VARCHAR and CHAR. ({issue}914)DEBUG logging for
io.prestosql.plugin.hive.metastore.thrift.ThriftHiveMetastoreClient. ({issue}946)ROW with an ObjectId field is used as a join key. ({issue}933)ObjectId to VARCHAR. ({issue}933)ConnectorViewDefinition now contains
the real view definition rather than an opaque blob. Connectors that support view storage
can use the JSON representation of that class as a stable storage format. The JSON
representation is the same as the previous opaque blob, thus all existing view
definitions will continue to work. ({issue}976)getView() method to ConnectorMetadata as a replacement for getViews().
The getViews() method now exists only as an optional method for connectors that
can efficiently support bulk retrieval of views and has a different signature. ({issue}976):::{note} These are backwards incompatible changes with the previous SPI. If you have written a connector that supports views, you will need to update your code before deploying this release. :::