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 49f53874c Publish built docs triggered by 
cef3e05283f98f294eecae9c3460b0d79b222fcc
49f53874c is described below

commit 49f53874ca146d60e7a3571efc18587c44339211
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 11 21:22:52 2025 +0000

    Publish built docs triggered by cef3e05283f98f294eecae9c3460b0d79b222fcc
---
 _sources/contributor-guide/spark-sql-tests.md.txt |  6 +++---
 _sources/user-guide/compatibility.md.txt          |  1 +
 contributor-guide/spark-sql-tests.html            |  6 +++---
 user-guide/compatibility.html                     | 26 +++++++++++++----------
 4 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/_sources/contributor-guide/spark-sql-tests.md.txt 
b/_sources/contributor-guide/spark-sql-tests.md.txt
index 0cdef50ab..cb88d2f43 100644
--- a/_sources/contributor-guide/spark-sql-tests.md.txt
+++ b/_sources/contributor-guide/spark-sql-tests.md.txt
@@ -72,11 +72,11 @@ of Apache Spark to enable Comet when running tests. This is 
a highly manual proc
 vary depending on the changes in the new version of Spark, but here is a 
general guide to the process.
 
 We typically start by applying a patch from a previous version of Spark. For 
example, when enabling the tests 
-for Spark version 3.5.1 we may start by applying the existing diff for 3.4.3 
first.
+for Spark version 3.5.4 we may start by applying the existing diff for 3.4.3 
first.
 
 ```shell
 cd git/apache/spark
-git checkout v3.5.1
+git checkout v3.5.4
 git apply --reject --whitespace=fix ../datafusion-comet/dev/diffs/3.4.3.diff
 ```
 
@@ -118,7 +118,7 @@ wiggle --replace 
./sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.sc
 ## Generating The Diff File
 
 ```shell
-git diff v3.5.1 > ../datafusion-comet/dev/diffs/3.5.1.diff
+git diff v3.5.4 > ../datafusion-comet/dev/diffs/3.5.4.diff
 ```
 
 ## Running Tests in CI 
diff --git a/_sources/user-guide/compatibility.md.txt 
b/_sources/user-guide/compatibility.md.txt
index 4f1f6b2b6..9c87afbb5 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -162,6 +162,7 @@ The following cast operations are generally compatible with 
Spark except for the
 | decimal | long |  |
 | decimal | float |  |
 | decimal | double |  |
+| decimal | decimal |  |
 | decimal | string | There can be formatting differences in some case due to 
Spark using scientific notation where Comet does not |
 | string | boolean |  |
 | string | byte |  |
diff --git a/contributor-guide/spark-sql-tests.html 
b/contributor-guide/spark-sql-tests.html
index d1ade3f93..f936c0db3 100644
--- a/contributor-guide/spark-sql-tests.html
+++ b/contributor-guide/spark-sql-tests.html
@@ -410,9 +410,9 @@ git<span class="w"> </span>apply<span class="w"> 
</span>../datafusion-comet/dev/
 of Apache Spark to enable Comet when running tests. This is a highly manual 
process and the process can
 vary depending on the changes in the new version of Spark, but here is a 
general guide to the process.</p>
 <p>We typically start by applying a patch from a previous version of Spark. 
For example, when enabling the tests
-for Spark version 3.5.1 we may start by applying the existing diff for 3.4.3 
first.</p>
+for Spark version 3.5.4 we may start by applying the existing diff for 3.4.3 
first.</p>
 <div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="nb">cd</span><span class="w"> 
</span>git/apache/spark
-git<span class="w"> </span>checkout<span class="w"> </span>v3.5.1
+git<span class="w"> </span>checkout<span class="w"> </span>v3.5.4
 git<span class="w"> </span>apply<span class="w"> </span>--reject<span 
class="w"> </span>--whitespace<span class="o">=</span>fix<span class="w"> 
</span>../datafusion-comet/dev/diffs/3.4.3.diff
 </pre></div>
 </div>
@@ -448,7 +448,7 @@ command generated the following files.</p>
 </section>
 <section id="generating-the-diff-file">
 <h2>Generating The Diff File<a class="headerlink" 
href="#generating-the-diff-file" title="Link to this heading">ΒΆ</a></h2>
-<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span>git<span class="w"> </span>diff<span 
class="w"> </span>v3.5.1<span class="w"> </span>&gt;<span class="w"> 
</span>../datafusion-comet/dev/diffs/3.5.1.diff
+<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span>git<span class="w"> </span>diff<span 
class="w"> </span>v3.5.4<span class="w"> </span>&gt;<span class="w"> 
</span>../datafusion-comet/dev/diffs/3.5.4.diff
 </pre></div>
 </div>
 </section>
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index 2efc441ec..e08b8e95f 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -714,50 +714,54 @@ Spark.</p></li>
 <td><p></p></td>
 </tr>
 <tr class="row-odd"><td><p>decimal</p></td>
+<td><p>decimal</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p>decimal</p></td>
 <td><p>string</p></td>
 <td><p>There can be formatting differences in some case due to Spark using 
scientific notation where Comet does not</p></td>
 </tr>
-<tr class="row-even"><td><p>string</p></td>
+<tr class="row-odd"><td><p>string</p></td>
 <td><p>boolean</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>string</p></td>
+<tr class="row-even"><td><p>string</p></td>
 <td><p>byte</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-even"><td><p>string</p></td>
+<tr class="row-odd"><td><p>string</p></td>
 <td><p>short</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>string</p></td>
+<tr class="row-even"><td><p>string</p></td>
 <td><p>integer</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-even"><td><p>string</p></td>
+<tr class="row-odd"><td><p>string</p></td>
 <td><p>long</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-odd"><td><p>string</p></td>
+<tr class="row-even"><td><p>string</p></td>
 <td><p>binary</p></td>
 <td><p></p></td>
 </tr>
-<tr class="row-even"><td><p>string</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-odd"><td><p>date</p></td>
+<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>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>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