gianm commented on code in PR #14600: URL: https://github.com/apache/druid/pull/14600#discussion_r1268857953
########## docs/do-not-merge.md: ########## @@ -0,0 +1,366 @@ +<!--Intentionally, there's no Apache license so that the GHA fails it. This file is not meant to be merged. + +- https://github.com/apache/druid/pull/14266 - we removed input source security from 26 (https://github.com/apache/druid/pull/14003). Should we not include this in 27 release notes? + +--> + +Apache Druid 27.0.0 contains over $NUMBER_FEATURES new features, bug fixes, performance enhancements, documentation improvements, and additional test coverage from $NUMBER_OF_CONTRIBUTORS contributors. + +[See the complete set of changes for additional details]($LINK_TO_RELEASE_MILESTONE). + +Review the upgrade notes and incompatible changes before you upgrade to Druid 27.0.0. + +# Highlights + +<!-- HIGHLIGHTS H2. FOR EACH MAJOR FEATURE FOR THE RELEASE --> + +## Query from deep storage + +TBD + +### New statements API + +Added a new API /druid/v2/sql/statements/ which allows users to fetch results in an asynchronous manner. + +[14416](https://github.com/apache/druid/pull/14416) + +### New and updated fields in API to get results + +The API response to get results now returns a `pages` field containing information on each page of the results status. +The `numRows` and `sizeInBytes` fields are renamed to `numTotalRows` and `totalSizeInBytes`, respectively. + +[14512](https://github.com/apache/druid/pull/14512) + + +### Durable storage for results + +MSQ can now write SELECT query results to durable storage. To do so, set the context flag `selectDestination:DURABLE_STORAGE` while issuing SELECT queries to MSQ. + +[14527](https://github.com/apache/druid/pull/14527) + +## Java 17 support + +Druid now fully supports Java 17. +[14384](https://github.com/apache/druid/pull/14384) + +## Array column types + +GA + TBD + +## Schema auto-discovery + +GA + TBD + +## Smart segment loading + +[13197](https://github.com/apache/druid/pull/13197) + +## Hadoop 2 support dropped Review Comment: It is not being dropped in this release, but we did decide to deprecate it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
