Repository: incubator-impala Updated Branches: refs/heads/master 4b54df8cd -> aa076491b
IMPALA-5157: [DOCS] Remove sortby() hint from new features The writeup for sortby() was removed during the gerrit review process. This bullet in the New Features list was left behind, and is now being removed. Change-Id: Ib0c32df2dcfbde47a16e4692e5953b31cb144bcc Reviewed-on: http://gerrit.cloudera.org:8080/6965 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/3f1ca635 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/3f1ca635 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/3f1ca635 Branch: refs/heads/master Commit: 3f1ca6357acd6f6ccbbb2d324e0d9c8c022f8a9a Parents: 4b54df8 Author: John Russell <[email protected]> Authored: Tue May 23 15:20:14 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed May 24 00:22:31 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_new_features.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/3f1ca635/docs/topics/impala_new_features.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml index 658bb4f..76f772d 100644 --- a/docs/topics/impala_new_features.xml +++ b/docs/topics/impala_new_features.xml @@ -158,14 +158,6 @@ under the License. </p> </li> <li> - <p rev="IMPALA-4163"> - A new hint, <codeph>SORTBY(<varname>cols</varname>)</codeph>, - allows Impala <codeph>INSERT</codeph> operations on a Parquet table - to produce optimized output files with better compressibility - and a more compact range of min/max values within each data file. - </p> - </li> - <li> <p rev="IMPALA-3552"> The new configuration setting <codeph>inc_stats_size_limit_bytes</codeph> lets you reduce the load on the catalog server when running the
