This is an automated email from the ASF dual-hosted git repository. domoritz pushed a commit to branch dom/typo in repository https://gitbox.apache.org/repos/asf/arrow-site.git
commit 4f6191397960db98bf570506db073ede46010525 Author: Dominik Moritz <[email protected]> AuthorDate: Wed Oct 5 16:58:41 2022 -0400 Fix typo in blog post --- _posts/2022-10-05-arrow-parquet-encoding-part-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-10-05-arrow-parquet-encoding-part-1.md b/_posts/2022-10-05-arrow-parquet-encoding-part-1.md index 9f7957c840..33d791ad92 100644 --- a/_posts/2022-10-05-arrow-parquet-encoding-part-1.md +++ b/_posts/2022-10-05-arrow-parquet-encoding-part-1.md @@ -145,6 +145,6 @@ Definition Values Levels ``` -## Next up: Nested and Hierarchal Data +## Next up: Nested and Hierarchical Data Armed with the foundational understanding of how Arrow and Parquet store nullability / definition differently we are ready to move on to more complex nested types, which you can read about in our upcoming blog post on the topic <!-- I propose to update this text with a link when when we have published the next blog -->.
