Remove Parquet "incubating" modifier in README

Change-Id: I2c261f32aa90aec67dbd1e5f172323e4c3feaa1d
Reviewed-on: http://gerrit.cloudera.org:8080/8378
Reviewed-by: Jim Apple <jbapple-impala@apache.org>
Tested-by: Impala Public Jenkins
This commit is contained in:
Thomas Decaux
2017-10-20 22:30:19 +02:00
committed by Impala Public Jenkins
parent e7b1c32103
commit c36c34c957

View File

@@ -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