maropu commented on a change in pull request #28121: [SPARK-31348][SQL][DOCS] Document Join in SQL Reference URL: https://github.com/apache/spark/pull/28121#discussion_r403783567
########## File path: docs/sql-ref-syntax-qry-select-join.md ########## @@ -18,5 +18,52 @@ license: | See the License for the specific language governing permissions and limitations under the License. --- +### Description -**This page is under construction** +A SQL join is used to combine rows from two relations based on join criteria. The following section describes the overall join syntax and the sub-sections cover different types of joins along with examples. + Review comment: We need a link to this section from the SELECT document, too? https://github.com/apache/spark/blame/master/docs/sql-ref-syntax-qry-select.md#L78-L85 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
