diff --git a/site/docs/_config b/site/docs/_config index a50252d27..68171c7db 100644 --- a/site/docs/_config +++ b/site/docs/_config @@ -9,3 +9,6 @@ arrange: - community - governance.md - about.md + - tools + - tutorial + - faq.md diff --git a/site/docs/faq.md b/site/docs/faq.md new file mode 100644 index 000000000..453d76ebc --- /dev/null +++ b/site/docs/faq.md @@ -0,0 +1,9 @@ +--- +title: FAQ +--- +# Frequently Asked Question + +## What is the purpose of the post-join filter field on Join relations? +The post-join filter on the various Join relations is not always equivalent to an explicit Filter relation AFTER the Join. + +See the example [here](https://facebookincubator.github.io/velox/develop/joins.html#hash-join-implementation) that highlights how the post-join filter behaves differently than a Filter relation in the case of a left join.