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 61917773 Publish built docs triggered by 
de8fe455be6e875535aa5c974f76e902636fac9e
61917773 is described below

commit 6191777346502673363948aa0da0c9dfb1c564f3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 21 02:02:44 2024 +0000

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

diff --git a/_sources/user-guide/compatibility.md.txt 
b/_sources/user-guide/compatibility.md.txt
index 278edb84..a4ed9289 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -110,6 +110,10 @@ The following cast operations are generally compatible 
with Spark except for the
 | decimal | float |  |
 | decimal | double |  |
 | string | boolean |  |
+| string | byte |  |
+| string | short |  |
+| string | integer |  |
+| string | long |  |
 | string | binary |  |
 | date | string |  |
 | timestamp | long |  |
@@ -125,10 +129,6 @@ The following cast operations are not compatible with 
Spark for all inputs and a
 |-|-|-|
 | integer | decimal  | No overflow check |
 | long | decimal  | No overflow check |
-| string | byte  | Not all invalid inputs are detected |
-| string | short  | Not all invalid inputs are detected |
-| string | integer  | Not all invalid inputs are detected |
-| string | long  | Not all invalid inputs are detected |
 | string | timestamp  | Not all valid formats are supported |
 | binary | string  | Only works for binary data representing valid UTF-8 
strings |
 
diff --git a/searchindex.js b/searchindex.js
index 3e81b0df..d973574e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"ANSI mode": [[8, "ansi-mode"]], "API 
Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[7, null]], "Adding 
Spark-side Tests for the New Expression": [[0, 
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": 
[[0, "adding-a-new-expression"]], "Adding a New Scalar Function Expression": 
[[0, "adding-a-new-scalar-function-expression"]], "Adding the Expression To the 
Protobuf Definition" [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"ANSI mode": [[8, "ansi-mode"]], "API 
Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[7, null]], "Adding 
Spark-side Tests for the New Expression": [[0, 
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": 
[[0, "adding-a-new-expression"]], "Adding a New Scalar Function Expression": 
[[0, "adding-a-new-scalar-function-expression"]], "Adding the Expression To the 
Protobuf Definition" [...]
\ No newline at end of file
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index 926340ca..a4a68926 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -610,6 +610,22 @@ Spark.</p></li>
 <td><p></p></td>
 </tr>
 <tr class="row-even"><td><p>string</p></td>
+<td><p>byte</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>string</p></td>
+<td><p>short</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>string</p></td>
+<td><p>integer</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>string</p></td>
+<td><p>long</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>string</p></td>
 <td><p>binary</p></td>
 <td><p></p></td>
 </tr>
@@ -656,22 +672,6 @@ Spark.</p></li>
 <td><p>No overflow check</p></td>
 </tr>
 <tr class="row-even"><td><p>string</p></td>
-<td><p>byte</p></td>
-<td><p>Not all invalid inputs are detected</p></td>
-</tr>
-<tr class="row-odd"><td><p>string</p></td>
-<td><p>short</p></td>
-<td><p>Not all invalid inputs are detected</p></td>
-</tr>
-<tr class="row-even"><td><p>string</p></td>
-<td><p>integer</p></td>
-<td><p>Not all invalid inputs are detected</p></td>
-</tr>
-<tr class="row-odd"><td><p>string</p></td>
-<td><p>long</p></td>
-<td><p>Not all invalid inputs are detected</p></td>
-</tr>
-<tr class="row-even"><td><p>string</p></td>
 <td><p>timestamp</p></td>
 <td><p>Not all valid formats are supported</p></td>
 </tr>


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

Reply via email to