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


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

commit 70a88137c4caa5d11464a1de2c68824a891c558c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 24 01:16:02 2025 +0000

    Publish built docs triggered by a951da9587dd1efcaa5d432b493df2fc4136263a
---
 _sources/user-guide/latest/compatibility.md.txt |  4 ++--
 searchindex.js                                  |  2 +-
 user-guide/latest/compatibility.html            | 16 ++++++++--------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/_sources/user-guide/latest/compatibility.md.txt 
b/_sources/user-guide/latest/compatibility.md.txt
index 3d2c9a7b5..35bf09724 100644
--- a/_sources/user-guide/latest/compatibility.md.txt
+++ b/_sources/user-guide/latest/compatibility.md.txt
@@ -158,6 +158,8 @@ The following cast operations are generally compatible with 
Spark except for the
 | string | short |  |
 | string | integer |  |
 | string | long |  |
+| string | float |  |
+| string | double |  |
 | string | binary |  |
 | string | date | Only supports years between 262143 BC and 262142 AD |
 | binary | string |  |
@@ -180,8 +182,6 @@ The following cast operations are not compatible with Spark 
for all inputs and a
 |-|-|-|
 | float | decimal  | There can be rounding differences |
 | double | decimal  | There can be rounding differences |
-| string | float  | Does not support inputs ending with 'd' or 'f'. Does not 
support 'inf'. Does not support ANSI mode. |
-| string | double  | Does not support inputs ending with 'd' or 'f'. Does not 
support 'inf'. Does not support ANSI mode. |
 | string | decimal  | Does not support fullwidth unicode digits (e.g \\uFF10)
 or strings containing null bytes (e.g \\u0000) |
 | string | timestamp  | Not all valid formats are supported |
diff --git a/searchindex.js b/searchindex.js
index 7fe61de52..14b760533 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[19, "install-comet"]], 
"1. Native Operators (nativeExecs map)": [[4, 
"native-operators-nativeexecs-map"]], "2. Clone Spark and Apply Diff": [[19, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4, 
"sink-operators-sinks-map"]], "3. Comet JVM Operators": [[4, 
"comet-jvm-operators"]], "3. Run Spark SQL Tests": [[19, 
"run-spark-sql-tests"]], "ANSI Mode": [[22, "ansi-mode"], [35, "ansi-mode"], 
[48, "ansi-mode"], [88, "ans [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[19, "install-comet"]], 
"1. Native Operators (nativeExecs map)": [[4, 
"native-operators-nativeexecs-map"]], "2. Clone Spark and Apply Diff": [[19, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4, 
"sink-operators-sinks-map"]], "3. Comet JVM Operators": [[4, 
"comet-jvm-operators"]], "3. Run Spark SQL Tests": [[19, 
"run-spark-sql-tests"]], "ANSI Mode": [[22, "ansi-mode"], [35, "ansi-mode"], 
[48, "ansi-mode"], [88, "ans [...]
\ No newline at end of file
diff --git a/user-guide/latest/compatibility.html 
b/user-guide/latest/compatibility.html
index df68593c7..961a2f5a5 100644
--- a/user-guide/latest/compatibility.html
+++ b/user-guide/latest/compatibility.html
@@ -805,6 +805,14 @@ Spark.</p></li>
 <td><p></p></td>
 </tr>
 <tr class="row-odd"><td><p>string</p></td>
+<td><p>float</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>string</p></td>
+<td><p>double</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>string</p></td>
 <td><p>binary</p></td>
 <td><p></p></td>
 </tr>
@@ -861,14 +869,6 @@ Spark.</p></li>
 <td><p>There can be rounding differences</p></td>
 </tr>
 <tr class="row-even"><td><p>string</p></td>
-<td><p>float</p></td>
-<td><p>Does not support inputs ending with ‘d’ or ‘f’. Does not support ‘inf’. 
Does not support ANSI mode.</p></td>
-</tr>
-<tr class="row-odd"><td><p>string</p></td>
-<td><p>double</p></td>
-<td><p>Does not support inputs ending with ‘d’ or ‘f’. Does not support ‘inf’. 
Does not support ANSI mode.</p></td>
-</tr>
-<tr class="row-even"><td><p>string</p></td>
 <td><p>decimal</p></td>
 <td><p>Does not support fullwidth unicode digits (e.g \uFF10)</p></td>
 </tr>


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

Reply via email to