Remove Parquet "incubating" modifier in README Change-Id: I2c261f32aa90aec67dbd1e5f172323e4c3feaa1d Reviewed-on: http://gerrit.cloudera.org:8080/8378 Reviewed-by: Jim Apple <[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/c36c34c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/c36c34c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/c36c34c9 Branch: refs/heads/master Commit: c36c34c95723702bbd6844308ac3a0569366ec42 Parents: e7b1c32 Author: Thomas Decaux <[email protected]> Authored: Fri Oct 20 22:30:19 2017 +0200 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Oct 25 19:19:22 2017 +0000 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/c36c34c9/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 64e74fb..1227fa2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ you analyze, transform and combine data from a variety of data sources: * On-the-fly code generation using [LLVM](http://llvm.org/) to generate CPU-efficient code tailored specifically to each individual query. * Support for the most commonly-used Hadoop file formats, including the - [Apache Parquet](https://parquet.incubator.apache.org/) (incubating) project. + [Apache Parquet](https://parquet.apache.org/) project. * Apache-licensed, 100% open source. ## More about Impala
