techdocsmith commented on a change in pull request #10864:
URL: https://github.com/apache/druid/pull/10864#discussion_r572505407



##########
File path: docs/querying/datasource.md
##########
@@ -272,7 +272,7 @@ GROUP BY
 Join datasources allow you to do a SQL-style join of two datasources. Stacking 
joins on top of each other allows
 you to join arbitrarily many datasources.
 
-In Druid {{DRUIDVERSION}}, joins are implemented with a broadcast hash-join 
algorithm. This means that all tables
+In Druid {{DRUIDVERSION}}, joins are implemented with a broadcast hash-join 
algorithm. This means that all datasources
 other than the leftmost "base" table must fit in memory. It also means that 
the join condition must be an equality. This

Review comment:
       ```suggestion
   other than the leftmost "base" datasource must fit in memory. It also means 
that the join condition must be an equality. This
   ```
   @benkrug should this remain `datasource` throughout the entire paragraph?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to