docs/src/main/sphinx/release/release-329.md
last_day_of_month function for first day of month. ({issue}2452)DOUBLE or REAL types with NaN values. ({issue}2582)2571)SHOW CREATE TABLE failure when row types contain a field named after a
reserved SQL keyword. ({issue}2130)2444)information_schema. ({issue}2488)2456)100MB by default when using the AUTOMATIC
join type selection strategy. This avoids query failures or excessive memory usage when joining two or
more very large tables. ({issue}2527)cost based </optimizer/cost-based-optimizations> join reordering and join type selection
optimizations by default. The previous behavior can be restored by
setting optimizer.join-reordering-strategy configuration property to ELIMINATE_CROSS_JOINS
and join-distribution-type to PARTITIONED. ({issue}2528)comment and extra_info in the standard
information_schema.columns table. These columns can still be selected,
but will no longer appear when describing the table. ({issue}2306)ldap.bind-dn and ldap.bind-password LDAP properties to allow LDAP authentication
access LDAP server using service account. ({issue}1917)2399)skip.header.line.count or
skip.footer.line.count property. S3 Select API does not support skipping footers or more than one
line of a header. In our testing, S3 Select was apparently sometimes returning incorrect results when
reading a compressed file with header skipping, so S3 Select is disabled when any of these table
properties is set to non-zero value. ({issue}2399)REAL or DOUBLE values
is infinite or NaN. ({issue}2471)2496)INTEGER
in the table or partition, but is a DECIMAL type in the file. ({issue}2451)2451)2463)1812)IN predicates over bucketing columns. ({issue}2277)system.drop_stats() to remove the column statistics
for a table or selected partitions. ({issue}2538)elasticsearch-array-types. ({issue}2441)2561)TIME and Presto's TIME data types.
Previously the mapping was incorrect, shifting it by the relative offset between the session
time zone and the Presto server's JVM time zone. ({issue}2549)