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 623809b1 Publish built docs triggered by 
c261af34527c17d1b5eb74d6c06f1f657819fe11
623809b1 is described below

commit 623809b1144e440336e111755b9b1ecd1e767bff
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 8 19:41:07 2024 +0000

    Publish built docs triggered by c261af34527c17d1b5eb74d6c06f1f657819fe11
---
 _sources/user-guide/compatibility.md.txt | 12 ++++++++
 user-guide/compatibility.html            | 48 ++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/_sources/user-guide/compatibility.md.txt 
b/_sources/user-guide/compatibility.md.txt
index 57a4271f..2fd4b09b 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -88,11 +88,23 @@ The following cast operations are generally compatible with 
Spark except for the
 | long | double |  |
 | long | string |  |
 | float | boolean |  |
+| float | byte |  |
+| float | short |  |
+| float | integer |  |
+| float | long |  |
 | float | double |  |
 | 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 |  |
+| double | short |  |
+| double | integer |  |
+| double | long |  |
 | double | float |  |
 | 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 |  |
+| decimal | integer |  |
+| decimal | long |  |
 | decimal | float |  |
 | decimal | double |  |
 | string | boolean |  |
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index e927a9e9..bbb4adf4 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -502,6 +502,22 @@ Spark.</p></li>
 <td><p></p></td>
 </tr>
 <tr class="row-even"><td><p>float</p></td>
+<td><p>byte</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>float</p></td>
+<td><p>short</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>float</p></td>
+<td><p>integer</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>float</p></td>
+<td><p>long</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>float</p></td>
 <td><p>double</p></td>
 <td><p></p></td>
 </tr>
@@ -514,6 +530,22 @@ Spark.</p></li>
 <td><p></p></td>
 </tr>
 <tr class="row-odd"><td><p>double</p></td>
+<td><p>byte</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>double</p></td>
+<td><p>short</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>double</p></td>
+<td><p>integer</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>double</p></td>
+<td><p>long</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>double</p></td>
 <td><p>float</p></td>
 <td><p></p></td>
 </tr>
@@ -522,6 +554,22 @@ Spark.</p></li>
 <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>decimal</p></td>
+<td><p>byte</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>decimal</p></td>
+<td><p>short</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>decimal</p></td>
+<td><p>integer</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>decimal</p></td>
+<td><p>long</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p>decimal</p></td>
 <td><p>float</p></td>
 <td><p></p></td>
 </tr>


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

Reply via email to