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 dcd0460ed Publish built docs triggered by
34daa54d2e611f1081efdfceeefb7c19146357eb
dcd0460ed is described below
commit dcd0460ed353dd26908ad4bdd187f1d91fb8b35c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 20 14:38:45 2025 +0000
Publish built docs triggered by 34daa54d2e611f1081efdfceeefb7c19146357eb
---
_sources/user-guide/latest/compatibility.md.txt | 2 +-
searchindex.js | 2 +-
user-guide/latest/compatibility.html | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/_sources/user-guide/latest/compatibility.md.txt
b/_sources/user-guide/latest/compatibility.md.txt
index 175855655..dd059abbc 100644
--- a/_sources/user-guide/latest/compatibility.md.txt
+++ b/_sources/user-guide/latest/compatibility.md.txt
@@ -210,6 +210,7 @@ The following cast operations are generally compatible with
Spark except for the
| string | long | |
| string | binary | |
| string | date | Only supports years between 262143 BC and 262142 AD |
+| binary | string | |
| date | string | |
| timestamp | long | |
| timestamp | string | |
@@ -233,7 +234,6 @@ The following cast operations are not compatible with Spark
for all inputs and a
| 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 inputs ending with 'd' or 'f'. Does not
support 'inf'. Does not support ANSI mode. Returns 0.0 instead of null if input
contains no digits |
| string | timestamp | Not all valid formats are supported |
-| binary | string | Only works for binary data representing valid UTF-8
strings |
<!--END:INCOMPAT_CAST_TABLE-->
### Unsupported Casts
diff --git a/searchindex.js b/searchindex.js
index e60843dea..5f7868dfd 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[12, "install-comet"]],
"2. Clone Spark and Apply Diff": [[12, "clone-spark-and-apply-diff"]], "3. Run
Spark SQL Tests": [[12, "run-spark-sql-tests"]], "ANSI Mode": [[17,
"ansi-mode"], [56, "ansi-mode"]], "ANSI mode": [[30, "ansi-mode"], [43,
"ansi-mode"]], "API Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "Accelerating Apache Iceberg
Parquet Scans using Comet (Experimental)": [[22, null], [35, n [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[12, "install-comet"]],
"2. Clone Spark and Apply Diff": [[12, "clone-spark-and-apply-diff"]], "3. Run
Spark SQL Tests": [[12, "run-spark-sql-tests"]], "ANSI Mode": [[17,
"ansi-mode"], [56, "ansi-mode"]], "ANSI mode": [[30, "ansi-mode"], [43,
"ansi-mode"]], "API Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "Accelerating Apache Iceberg
Parquet Scans using Comet (Experimental)": [[22, null], [35, n [...]
\ No newline at end of file
diff --git a/user-guide/latest/compatibility.html
b/user-guide/latest/compatibility.html
index 2d72f913b..36041b393 100644
--- a/user-guide/latest/compatibility.html
+++ b/user-guide/latest/compatibility.html
@@ -1065,19 +1065,23 @@ Spark.</p></li>
<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>
+<tr class="row-even"><td><p>binary</p></td>
<td><p>string</p></td>
<td><p></p></td>
</tr>
-<tr class="row-odd"><td><p>timestamp</p></td>
-<td><p>long</p></td>
+<tr class="row-odd"><td><p>date</p></td>
+<td><p>string</p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>timestamp</p></td>
-<td><p>string</p></td>
+<td><p>long</p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p>timestamp</p></td>
+<td><p>string</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>timestamp</p></td>
<td><p>date</p></td>
<td><p></p></td>
</tr>
@@ -1130,10 +1134,6 @@ Spark.</p></li>
<td><p>timestamp</p></td>
<td><p>Not all valid formats are supported</p></td>
</tr>
-<tr class="row-even"><td><p>binary</p></td>
-<td><p>string</p></td>
-<td><p>Only works for binary data representing valid UTF-8 strings</p></td>
-</tr>
</tbody>
</table>
<!--END:INCOMPAT_CAST_TABLE-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]