Add configuration property
assumeLiteralUnderscoreInMetadataCallsForNonConformingClients for situations
where applications do not properly escape schema or table names in calls to
DatabaseMetaData. (#12672)
Improve query performance on tables with many small files. (#12755)
Disallow reading tables if delta.columnMapping.mode table property is
specified. (#12621)
Set a target maximum file size during table writes. The default is 1 GB and
can be configured with the target_max_file_size session property or the
target-max-file-size configuration property. (#12820)
Add new version of getStatisticsCollectionMetadata() to ConnectorMetadata
which returns ConnectorAnalyzeMetadata. Deprecate the existing method and
getTableHandleForStatisticsCollection(). (#12388)