This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 06bd31e61 Docs: Fix copy paste: s/parquet/avro/ (#5020)
06bd31e61 is described below
commit 06bd31e61720bdc2defd0a5a7628811728b58f58
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Jun 13 21:12:17 2022 +0200
Docs: Fix copy paste: s/parquet/avro/ (#5020)
I think we forgot to update the home page from the Parquet block.
---
LICENSE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LICENSE b/LICENSE
index 7e567f0a1..515fd54d6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -218,7 +218,7 @@ This product includes code from Apache Avro.
* Conversion in DecimalWriter is based on Avro's Conversions.DecimalConversion.
Copyright: 2014-2017 The Apache Software Foundation.
-Home page: https://parquet.apache.org/
+Home page: https://avro.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------