huaxingao 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_r403785998
 
 

 ##########
 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:
   It already has the ```Join relation``` in the ```from_item```. I will add a 
link to the ```Related Clauses``` section.

----------------------------------------------------------------
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]

Reply via email to