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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
