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 4780b0cf Publish built docs triggered by 
a7272b90a7cc903c0b2c7482f1f44c2d325b407e
4780b0cf is described below

commit 4780b0cfc1007ab0447ac60100ef14e4a3abd91f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 23 17:29:25 2024 +0000

    Publish built docs triggered by a7272b90a7cc903c0b2c7482f1f44c2d325b407e
---
 _sources/user-guide/compatibility.md.txt |  1 +
 searchindex.js                           |  2 +-
 user-guide/compatibility.html            | 14 +++++++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/_sources/user-guide/compatibility.md.txt 
b/_sources/user-guide/compatibility.md.txt
index a4ed9289..a16fd1b2 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -115,6 +115,7 @@ The following cast operations are generally compatible with 
Spark except for the
 | string | integer |  |
 | string | long |  |
 | string | binary |  |
+| string | date | Only supports years between 262143 BC and 262142 AD |
 | date | string |  |
 | timestamp | long |  |
 | timestamp | decimal |  |
diff --git a/searchindex.js b/searchindex.js
index 5731e087..bbcc1a9c 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 a4a68926..cbc2c561 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -629,23 +629,27 @@ Spark.</p></li>
 <td><p>binary</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>date</p></td>
+<tr class="row-odd"><td><p>string</p></td>
+<td><p>date</p></td>
+<td><p>Only supports years between 262143 BC and 262142 AD</p></td>
+</tr>
+<tr class="row-even"><td><p>date</p></td>
 <td><p>string</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-even"><td><p>timestamp</p></td>
+<tr class="row-odd"><td><p>timestamp</p></td>
 <td><p>long</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>timestamp</p></td>
+<tr class="row-even"><td><p>timestamp</p></td>
 <td><p>decimal</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-even"><td><p>timestamp</p></td>
+<tr class="row-odd"><td><p>timestamp</p></td>
 <td><p>string</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>timestamp</p></td>
+<tr class="row-even"><td><p>timestamp</p></td>
 <td><p>date</p></td>
 <td><p></p></td>
 </tr>


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

Reply via email to