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 236bdaf5 Publish built docs triggered by 
56f57f4dc9357fddc16072a0d93ed2bef2090fa1
236bdaf5 is described below

commit 236bdaf58b6993fa72c3d4569945108a24c32aa7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 9 01:00:14 2024 +0000

    Publish built docs triggered by 56f57f4dc9357fddc16072a0d93ed2bef2090fa1
---
 _sources/user-guide/compatibility.md.txt |  4 ++--
 user-guide/compatibility.html            | 28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/_sources/user-guide/compatibility.md.txt 
b/_sources/user-guide/compatibility.md.txt
index 2fd4b09b..a4ed9289 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -93,6 +93,7 @@ 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 |  |
@@ -100,6 +101,7 @@ 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 |  |
@@ -127,8 +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 |
-| float | decimal  | No overflow check |
-| double | decimal  | No overflow check |
 | string | timestamp  | Not all valid formats are supported |
 | binary | string  | Only works for binary data representing valid UTF-8 
strings |
 
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index bbb4adf4..29d94506 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -522,33 +522,41 @@ 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-even"><td><p>double</p></td>
+<tr class="row-odd"><td><p>double</p></td>
 <td><p>boolean</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>double</p></td>
+<tr class="row-even"><td><p>double</p></td>
 <td><p>byte</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-even"><td><p>double</p></td>
+<tr class="row-odd"><td><p>double</p></td>
 <td><p>short</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>double</p></td>
+<tr class="row-even"><td><p>double</p></td>
 <td><p>integer</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-even"><td><p>double</p></td>
+<tr class="row-odd"><td><p>double</p></td>
 <td><p>long</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>double</p></td>
+<tr class="row-even"><td><p>double</p></td>
 <td><p>float</p></td>
 <td><p></p></td>
 </tr>
+<tr class="row-odd"><td><p>double</p></td>
+<td><p>decimal</p></td>
+<td><p></p></td>
+</tr>
 <tr class="row-even"><td><p>double</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>
@@ -643,14 +651,6 @@ 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>No overflow check</p></td>
-</tr>
-<tr class="row-odd"><td><p>double</p></td>
-<td><p>decimal</p></td>
-<td><p>No overflow check</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>


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

Reply via email to