You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by "DDtKey (via GitHub)" <gi...@apache.org> on 2023/01/22 12:07:22 UTC

[GitHub] [arrow-site] DDtKey commented on a diff in pull request #301: DataFusion 16.0.0 documentation

DDtKey commented on code in PR #301:
URL: https://github.com/apache/arrow-site/pull/301#discussion_r1083440675


##########
datafusion/user-guide/configs.html:
##########
@@ -321,116 +321,130 @@ <h1>Configuration Settings<a class="headerlink" href="#configuration-settings" t
 <table class="table">
 <thead>
 <tr class="row-odd"><th class="head"><p>key</p></th>
-<th class="head"><p>type</p></th>
 <th class="head"><p>default</p></th>
 <th class="head"><p>description</p></th>
 </tr>
 </thead>
 <tbody>
+<tr class="row-even"><td><p>datafusion.catalog.create_default_catalog_and_schema</p></td>
+<td><p>true</p></td>
+<td><p>Number of partitions for query execution. Increasing partitions can increase concurrency. Defaults to the number of cpu cores on the system.</p></td>
+</tr>

Review Comment:
   Is that correct statement? Looks wrong and default value is bool 🤔 



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

To unsubscribe, e-mail: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org