This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8828abbba6 Publish built docs triggered by 
a74839cf76ff15a7de4128b4740e8133ae8d0d29
8828abbba6 is described below

commit 8828abbba6aec5842876909af1bbec42deefb9cf
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 15 19:34:34 2026 +0000

    Publish built docs triggered by a74839cf76ff15a7de4128b4740e8133ae8d0d29
---
 _sources/user-guide/latest/compatibility/index.md.txt | 8 ++++----
 searchindex.js                                        | 2 +-
 user-guide/latest/compatibility/index.html            | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/_sources/user-guide/latest/compatibility/index.md.txt 
b/_sources/user-guide/latest/compatibility/index.md.txt
index ae29a67bc1..001ec87606 100644
--- a/_sources/user-guide/latest/compatibility/index.md.txt
+++ b/_sources/user-guide/latest/compatibility/index.md.txt
@@ -134,10 +134,10 @@ so users hunting an unexpected value have a single place 
to check:
   `DECIMAL(1, 1)`) throws `NUMERIC_VALUE_OUT_OF_RANGE` regardless of the eval 
mode. Spark returns
   `NULL` under legacy and try mode, and only throws under ANSI
   ([#5068](https://github.com/apache/datafusion-comet/issues/5068)).
-- `CAST(string AS timestamp)`, `CAST(string AS timestamp_ntz)`, `to_time` and 
`try_to_time` trim
-  Unicode whitespace. Spark trims only the bytes `0x00`-`0x20` and `0x7F`, so 
a value padded with
-  an ASCII control byte parses in Spark and returns `NULL` in Comet, while a 
value padded with
-  non-ASCII whitespace such as `U+3000` returns `NULL` in Spark and parses in 
Comet
+- `CAST(string AS timestamp)` and `CAST(string AS timestamp_ntz)` trim Unicode 
whitespace.
+  Spark trims only the bytes `0x00`-`0x20` and `0x7F`, so a value padded with 
an ASCII control byte
+  parses in Spark and returns `NULL` in Comet, while a value padded with 
non-ASCII whitespace such
+  as `U+3000` returns `NULL` in Spark and parses in Comet
   ([#5149](https://github.com/apache/datafusion-comet/issues/5149)).
 - Native `RANGE` window frames with an explicit `PRECEDING` / `FOLLOWING` 
offset diverge from
   Spark when the boundary arithmetic overflows for `DATE` or `DECIMAL` `ORDER 
BY` columns
diff --git a/searchindex.js b/searchindex.js
index 119aa4b08f..7d7bd944c0 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!": [[54, "id1"]], "%": [[52, "id1"]], "&": 
[[42, "id1"]], "*": [[52, "id2"]], "+": [[52, "id3"]], "-": [[52, "id4"]], "/": 
[[52, "id5"]], "1. Format Your Code": [[39, "format-your-code"]], "1. Install 
Comet": [[60, "install-comet"], [70, "install-comet"]], "1. Native Operators 
(nativeExecs map)": [[28, "native-operators-nativeexecs-map"]], "2. Build and 
Verify": [[39, "build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[60, 
"clone-iceberg-and-apply- [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!": [[54, "id1"]], "%": [[52, "id1"]], "&": 
[[42, "id1"]], "*": [[52, "id2"]], "+": [[52, "id3"]], "-": [[52, "id4"]], "/": 
[[52, "id5"]], "1. Format Your Code": [[39, "format-your-code"]], "1. Install 
Comet": [[60, "install-comet"], [70, "install-comet"]], "1. Native Operators 
(nativeExecs map)": [[28, "native-operators-nativeexecs-map"]], "2. Build and 
Verify": [[39, "build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[60, 
"clone-iceberg-and-apply- [...]
\ No newline at end of file
diff --git a/user-guide/latest/compatibility/index.html 
b/user-guide/latest/compatibility/index.html
index cc4cb92472..a4d760c028 100644
--- a/user-guide/latest/compatibility/index.html
+++ b/user-guide/latest/compatibility/index.html
@@ -886,10 +886,10 @@ so users hunting an unexpected value have a single place 
to check:</p>
 <code class="docutils literal notranslate"><span class="pre">DECIMAL(1,</span> 
<span class="pre">1)</span></code>) throws <code class="docutils literal 
notranslate"><span class="pre">NUMERIC_VALUE_OUT_OF_RANGE</span></code> 
regardless of the eval mode. Spark returns
 <code class="docutils literal notranslate"><span 
class="pre">NULL</span></code> under legacy and try mode, and only throws under 
ANSI
 (<a class="reference external" 
href="https://github.com/apache/datafusion-comet/issues/5068";>#5068</a>).</p></li>
-<li><p><code class="docutils literal notranslate"><span 
class="pre">CAST(string</span> <span class="pre">AS</span> <span 
class="pre">timestamp)</span></code>, <code class="docutils literal 
notranslate"><span class="pre">CAST(string</span> <span class="pre">AS</span> 
<span class="pre">timestamp_ntz)</span></code>, <code class="docutils literal 
notranslate"><span class="pre">to_time</span></code> and <code class="docutils 
literal notranslate"><span class="pre">try_to_time</span></code> trim
-Unicode whitespace. Spark trims only the bytes <code class="docutils literal 
notranslate"><span class="pre">0x00</span></code>-<code class="docutils literal 
notranslate"><span class="pre">0x20</span></code> and <code class="docutils 
literal notranslate"><span class="pre">0x7F</span></code>, so a value padded 
with
-an ASCII control byte parses in Spark and returns <code class="docutils 
literal notranslate"><span class="pre">NULL</span></code> in Comet, while a 
value padded with
-non-ASCII whitespace such as <code class="docutils literal notranslate"><span 
class="pre">U+3000</span></code> returns <code class="docutils literal 
notranslate"><span class="pre">NULL</span></code> in Spark and parses in Comet
+<li><p><code class="docutils literal notranslate"><span 
class="pre">CAST(string</span> <span class="pre">AS</span> <span 
class="pre">timestamp)</span></code> and <code class="docutils literal 
notranslate"><span class="pre">CAST(string</span> <span class="pre">AS</span> 
<span class="pre">timestamp_ntz)</span></code> trim Unicode whitespace.
+Spark trims only the bytes <code class="docutils literal notranslate"><span 
class="pre">0x00</span></code>-<code class="docutils literal notranslate"><span 
class="pre">0x20</span></code> and <code class="docutils literal 
notranslate"><span class="pre">0x7F</span></code>, so a value padded with an 
ASCII control byte
+parses in Spark and returns <code class="docutils literal notranslate"><span 
class="pre">NULL</span></code> in Comet, while a value padded with non-ASCII 
whitespace such
+as <code class="docutils literal notranslate"><span 
class="pre">U+3000</span></code> returns <code class="docutils literal 
notranslate"><span class="pre">NULL</span></code> in Spark and parses in Comet
 (<a class="reference external" 
href="https://github.com/apache/datafusion-comet/issues/5149";>#5149</a>).</p></li>
 <li><p>Native <code class="docutils literal notranslate"><span 
class="pre">RANGE</span></code> window frames with an explicit <code 
class="docutils literal notranslate"><span class="pre">PRECEDING</span></code> 
/ <code class="docutils literal notranslate"><span 
class="pre">FOLLOWING</span></code> offset diverge from
 Spark when the boundary arithmetic overflows for <code class="docutils literal 
notranslate"><span class="pre">DATE</span></code> or <code class="docutils 
literal notranslate"><span class="pre">DECIMAL</span></code> <code 
class="docutils literal notranslate"><span class="pre">ORDER</span> <span 
class="pre">BY</span></code> columns


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

Reply via email to