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 9da712deef Publish built docs triggered by 
5a01e68643a198a1aaa7124524d7be5be7df24ec
9da712deef is described below

commit 9da712deef5a51cbd3efda8798fb833aa477bd30
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 12 23:38:27 2025 +0000

    Publish built docs triggered by 5a01e68643a198a1aaa7124524d7be5be7df24ec
---
 _downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh | 1 +
 _sources/user-guide/sql/scalar_functions.md.txt          | 2 +-
 user-guide/sql/scalar_functions.html                     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh 
b/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
index 490720c537..21d4611846 100644
--- a/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
+++ b/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
@@ -49,3 +49,4 @@ ci/scripts/rust_toml_fmt.sh
 ci/scripts/rust_docs.sh
 ci/scripts/license_header.sh
 ci/scripts/typos_check.sh
+ci/scripts/doc_prettier_check.sh
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index bcf7e6f645..c0e3cd6737 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -2709,7 +2709,7 @@ Additional examples can be found 
[here](https://github.com/apache/datafusion/blo
 ### `to_date`
 
 Converts a value to a date (`YYYY-MM-DD`).
-Supports strings, integer and double types as input.
+Supports strings, numeric and timestamp types as input.
 Strings are parsed as YYYY-MM-DD (e.g. '2023-07-20') if no [Chrono 
format](https://docs.rs/chrono/latest/chrono/format/strftime/index.html)s are 
provided.
 Integers and doubles are interpreted as days since the unix epoch 
(`1970-01-01T00:00:00Z`).
 Returns the corresponding date.
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index d73d26e2c3..6ec8f16dad 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -3215,7 +3215,7 @@ Can be a constant, column, or function.</p></li>
 <section id="to-date">
 <h3><code class="docutils literal notranslate"><span 
class="pre">to_date</span></code><a class="headerlink" href="#to-date" 
title="Link to this heading">#</a></h3>
 <p>Converts a value to a date (<code class="docutils literal 
notranslate"><span class="pre">YYYY-MM-DD</span></code>).
-Supports strings, integer and double types as input.
+Supports strings, numeric and timestamp types as input.
 Strings are parsed as YYYY-MM-DD (e.g. ‘2023-07-20’) if no <a class="reference 
external" 
href="https://docs.rs/chrono/latest/chrono/format/strftime/index.html";>Chrono 
format</a>s are provided.
 Integers and doubles are interpreted as days since the unix epoch (<code 
class="docutils literal notranslate"><span 
class="pre">1970-01-01T00:00:00Z</span></code>).
 Returns the corresponding date.</p>


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

Reply via email to