Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8917#discussion_r40733941
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1320,6 +1320,40 @@ Configuration of Parquet can be done using the 
`setConf` method on `SQLContext`
     <table class="table">
     <tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
     <tr>
    +  <td><code>spark.sql.planner.sortMergeJoin</code></td>
    +  <td>true</td>
    +  <td>
    +    When true, use sort merge join (as opposed to hash join) by default 
for large joins.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.sql.codegen</code></td>
    --- End diff --
    
    We don't want to document this either as we plan to get rid of it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to