From 802409bd35eb286f6e4a66fb080902f5759b363d Mon Sep 17 00:00:00 2001 From: Thomas Decaux Date: Fri, 20 Oct 2017 22:30:19 +0200 Subject: [PATCH] fix doc about parquet under incubation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e74fbe0c..1227fa2ceb 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