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 841083782 Publish built docs triggered by
26b8d57a87efe7b0e1cbc9a2f9eb1036faa13fa2
841083782 is described below
commit 841083782ccd2ca7c00612d88fc97a6a9200c657
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 7 20:07:49 2025 +0000
Publish built docs triggered by 26b8d57a87efe7b0e1cbc9a2f9eb1036faa13fa2
---
_sources/user-guide/compatibility.md.txt | 4 ++--
searchindex.js | 2 +-
user-guide/compatibility.html | 28 ++++++++++++++--------------
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/_sources/user-guide/compatibility.md.txt
b/_sources/user-guide/compatibility.md.txt
index 893326e19..d603c0b99 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -117,7 +117,6 @@ The following cast operations are generally compatible with
Spark except for the
| float | integer | |
| float | long | |
| float | double | |
-| float | decimal | |
| float | string | There can be differences in precision. For example, the
input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45 |
| double | boolean | |
| double | byte | |
@@ -125,7 +124,6 @@ The following cast operations are generally compatible with
Spark except for the
| double | integer | |
| double | long | |
| double | float | |
-| double | decimal | |
| double | string | There can be differences in precision. For example, the
input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45 |
| decimal | byte | |
| decimal | short | |
@@ -154,6 +152,8 @@ The following cast operations are not compatible with Spark
for all inputs and a
|-|-|-|
| integer | decimal | No overflow check |
| long | decimal | No overflow check |
+| 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 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 |
diff --git a/searchindex.js b/searchindex.js
index 3d09921bb..2b38edd8f 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2.
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]],
"API Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding
Spark-side Tests for the New Expression": [[0,
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression":
[[0, [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2.
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]],
"API Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding
Spark-side Tests for the New Expression": [[0,
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression":
[[0, [...]
\ No newline at end of file
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index 2a18f828b..6080b65b4 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -611,39 +611,31 @@ Spark.</p></li>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p>float</p></td>
-<td><p>decimal</p></td>
-<td><p></p></td>
-</tr>
-<tr class="row-even"><td><p>float</p></td>
<td><p>string</p></td>
<td><p>There can be differences in precision. For example, the input “1.4E-45”
will produce 1.0E-45 instead of 1.4E-45</p></td>
</tr>
-<tr class="row-odd"><td><p>double</p></td>
-<td><p>boolean</p></td>
-<td><p></p></td>
-</tr>
<tr class="row-even"><td><p>double</p></td>
-<td><p>byte</p></td>
+<td><p>boolean</p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p>double</p></td>
-<td><p>short</p></td>
+<td><p>byte</p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>double</p></td>
-<td><p>integer</p></td>
+<td><p>short</p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p>double</p></td>
-<td><p>long</p></td>
+<td><p>integer</p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>double</p></td>
-<td><p>float</p></td>
+<td><p>long</p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p>double</p></td>
-<td><p>decimal</p></td>
+<td><p>float</p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>double</p></td>
@@ -744,6 +736,14 @@ Spark.</p></li>
<td><p>decimal</p></td>
<td><p>No overflow check</p></td>
</tr>
+<tr class="row-even"><td><p>float</p></td>
+<td><p>decimal</p></td>
+<td><p>There can be rounding differences</p></td>
+</tr>
+<tr class="row-odd"><td><p>double</p></td>
+<td><p>decimal</p></td>
+<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]