12.191. Release 0.56

    Tables are created in Hive without partitions (unpartitioned) and useRCFile with the Binary SerDe () as this iscurrently the best format for Presto.

    This is a backwards incompatible change to in the SPI,so if you have written a connector, you will need to update your code beforedeploying this release. We recommend changing your connector to extend fromthe new abstract base class unless you want tosupport table creation.

    Cross Joins

    1. SELECT *
    2. CROSS JOIN b

    Inner joins that result in a cross join due to the join criteria evaluatingto true at analysis time are also supported.