This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push: new ead1d30040 Publish built docs triggered by d376a32f1f78d26a760c261878054bb1328800cc ead1d30040 is described below commit ead1d30040fec3ebab3505c8a57916d9b9c9c8d0 Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jul 31 12:55:40 2025 +0000 Publish built docs triggered by d376a32f1f78d26a760c261878054bb1328800cc --- _sources/user-guide/configs.md.txt | 1 + searchindex.js | 2 +- user-guide/configs.html | 22 +++++++++++++--------- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/_sources/user-guide/configs.md.txt b/_sources/user-guide/configs.md.txt index 890184ed29..07330a9a73 100644 --- a/_sources/user-guide/configs.md.txt +++ b/_sources/user-guide/configs.md.txt @@ -136,6 +136,7 @@ Environment variables are read during `SessionConfig` initialisation so they mus | datafusion.sql_parser.map_string_types_to_utf8view | true | If true, string types (VARCHAR, CHAR, Text, and String) are mapped to `Utf8View` during SQL planning. If false, they are mapped to `Utf8`. Default is true. [...] | datafusion.sql_parser.collect_spans | false | When set to true, the source locations relative to the original SQL query (i.e. [`Span`](https://docs.rs/sqlparser/latest/sqlparser/tokenizer/struct.Span.html)) will be collected and recorded in the logical plan nodes. [...] | datafusion.sql_parser.recursion_limit | 50 | Specifies the recursion depth limit when parsing complex SQL Queries [...] +| datafusion.sql_parser.default_null_ordering | nulls_max | Specifies the default null ordering for query results. There are 4 options: - `nulls_max`: Nulls appear last in ascending order. - `nulls_min`: Nulls appear first in ascending order. - `nulls_first`: Nulls always be first in any order. - `nulls_last`: Nulls always be last in any order. By default, `nulls_max` is used to follow Postgres's behavior. postgres rule: <https://www.postgresql [...] | datafusion.format.safe | true | If set to `true` any formatting errors will be written to the output instead of being converted into a [`std::fmt::Error`] [...] | datafusion.format.null | | Format string for nulls [...] | datafusion.format.date_format | %Y-%m-%d | Date format for date arrays [...] diff --git a/searchindex.js b/searchindex.js index b2714e703d..01dbec08a1 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles":{"!=":[[56,"op-neq"]],"!~":[[56,"op-re-not-match"]],"!~*":[[56,"op-re-not-match-i"]],"!~~":[[56,"id19"]],"!~~*":[[56,"id20"]],"#":[[56,"op-bit-xor"]],"%":[[56,"op-modulo"]],"&":[[56,"op-bit-and"]],"(relation, name) tuples in logical fields and logical columns are unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[56,"op-multiply"]],"+":[[56,"op-plus"]],"-":[[56,"op-minus"]],"/":[[56,"op-divide"]],"<":[[56,"op-lt"]],"< [...] \ No newline at end of file +Search.setIndex({"alltitles":{"!=":[[56,"op-neq"]],"!~":[[56,"op-re-not-match"]],"!~*":[[56,"op-re-not-match-i"]],"!~~":[[56,"id19"]],"!~~*":[[56,"id20"]],"#":[[56,"op-bit-xor"]],"%":[[56,"op-modulo"]],"&":[[56,"op-bit-and"]],"(relation, name) tuples in logical fields and logical columns are unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[56,"op-multiply"]],"+":[[56,"op-plus"]],"-":[[56,"op-minus"]],"/":[[56,"op-divide"]],"<":[[56,"op-lt"]],"< [...] \ No newline at end of file diff --git a/user-guide/configs.html b/user-guide/configs.html index 52a56ccaae..a6b0fb5003 100644 --- a/user-guide/configs.html +++ b/user-guide/configs.html @@ -1019,39 +1019,43 @@ Environment variables are read during <code class="docutils literal notranslate" <td><p>50</p></td> <td><p>Specifies the recursion depth limit when parsing complex SQL Queries</p></td> </tr> -<tr class="row-odd"><td><p>datafusion.format.safe</p></td> +<tr class="row-odd"><td><p>datafusion.sql_parser.default_null_ordering</p></td> +<td><p>nulls_max</p></td> +<td><p>Specifies the default null ordering for query results. There are 4 options: - <code class="docutils literal notranslate"><span class="pre">nulls_max</span></code>: Nulls appear last in ascending order. - <code class="docutils literal notranslate"><span class="pre">nulls_min</span></code>: Nulls appear first in ascending order. - <code class="docutils literal notranslate"><span class="pre">nulls_first</span></code>: Nulls always be first in any order. - <code class="docutils litera [...] +</tr> +<tr class="row-even"><td><p>datafusion.format.safe</p></td> <td><p>true</p></td> <td><p>If set to <code class="docutils literal notranslate"><span class="pre">true</span></code> any formatting errors will be written to the output instead of being converted into a [<code class="docutils literal notranslate"><span class="pre">std::fmt::Error</span></code>]</p></td> </tr> -<tr class="row-even"><td><p>datafusion.format.null</p></td> +<tr class="row-odd"><td><p>datafusion.format.null</p></td> <td><p></p></td> <td><p>Format string for nulls</p></td> </tr> -<tr class="row-odd"><td><p>datafusion.format.date_format</p></td> +<tr class="row-even"><td><p>datafusion.format.date_format</p></td> <td><p>%Y-%m-%d</p></td> <td><p>Date format for date arrays</p></td> </tr> -<tr class="row-even"><td><p>datafusion.format.datetime_format</p></td> +<tr class="row-odd"><td><p>datafusion.format.datetime_format</p></td> <td><p>%Y-%m-%dT%H:%M:%S%.f</p></td> <td><p>Format for DateTime arrays</p></td> </tr> -<tr class="row-odd"><td><p>datafusion.format.timestamp_format</p></td> +<tr class="row-even"><td><p>datafusion.format.timestamp_format</p></td> <td><p>%Y-%m-%dT%H:%M:%S%.f</p></td> <td><p>Timestamp format for timestamp arrays</p></td> </tr> -<tr class="row-even"><td><p>datafusion.format.timestamp_tz_format</p></td> +<tr class="row-odd"><td><p>datafusion.format.timestamp_tz_format</p></td> <td><p>NULL</p></td> <td><p>Timestamp format for timestamp with timezone arrays. When <code class="docutils literal notranslate"><span class="pre">None</span></code>, ISO 8601 format is used.</p></td> </tr> -<tr class="row-odd"><td><p>datafusion.format.time_format</p></td> +<tr class="row-even"><td><p>datafusion.format.time_format</p></td> <td><p>%H:%M:%S%.f</p></td> <td><p>Time format for time arrays</p></td> </tr> -<tr class="row-even"><td><p>datafusion.format.duration_format</p></td> +<tr class="row-odd"><td><p>datafusion.format.duration_format</p></td> <td><p>pretty</p></td> <td><p>Duration format. Can be either <code class="docutils literal notranslate"><span class="pre">"pretty"</span></code> or <code class="docutils literal notranslate"><span class="pre">"ISO8601"</span></code></p></td> </tr> -<tr class="row-odd"><td><p>datafusion.format.types_info</p></td> +<tr class="row-even"><td><p>datafusion.format.types_info</p></td> <td><p>false</p></td> <td><p>Show types in visual representation batches</p></td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org