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 3a9d0ca6 Publish built docs triggered by
fcf7d5b4e03d0b272194e4269b509d1c47854c9b
3a9d0ca6 is described below
commit 3a9d0ca64b69c62802356cf37ba055cc919ddee0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 15 18:55:07 2024 +0000
Publish built docs triggered by fcf7d5b4e03d0b272194e4269b509d1c47854c9b
---
_sources/user-guide/compatibility.md.txt | 8 ++++----
searchindex.js | 2 +-
user-guide/compatibility.html | 32 ++++++++++++++++----------------
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/_sources/user-guide/compatibility.md.txt
b/_sources/user-guide/compatibility.md.txt
index a4ed9289..278edb84 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -110,10 +110,6 @@ The following cast operations are generally compatible
with Spark except for the
| decimal | float | |
| decimal | double | |
| string | boolean | |
-| string | byte | |
-| string | short | |
-| string | integer | |
-| string | long | |
| string | binary | |
| date | string | |
| timestamp | long | |
@@ -129,6 +125,10 @@ The following cast operations are not compatible with
Spark for all inputs and a
|-|-|-|
| integer | decimal | No overflow check |
| long | decimal | No overflow check |
+| string | byte | Not all invalid inputs are detected |
+| string | short | Not all invalid inputs are detected |
+| string | integer | Not all invalid inputs are detected |
+| string | long | Not all invalid inputs are detected |
| string | timestamp | Not all valid formats are supported |
| binary | string | Only works for binary data representing valid UTF-8
strings |
diff --git a/searchindex.js b/searchindex.js
index 47e36fcc..0629bd30 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"ANSI mode": [[5, "ansi-mode"]], "ASF Links":
[[4, null]], "Additional Info": [[1, "additional-info"]], "After your debugging
is done": [[1, "after-your-debugging-is-done"]], "Apache DataFusion Comet":
[[4, "apache-datafusion-comet"]], "Architecture": [[11, "architecture"]],
"Asking for Help": [[0, "asking-for-help"]], "Benchmark": [[2, "benchmark"]],
"Build & Test": [[2, "build-test"]], "Building From Source": [[9,
"building-from-source"]], "CLion": [[2, " [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"ANSI mode": [[5, "ansi-mode"]], "ASF Links":
[[4, null]], "Additional Info": [[1, "additional-info"]], "After your debugging
is done": [[1, "after-your-debugging-is-done"]], "Apache DataFusion Comet":
[[4, "apache-datafusion-comet"]], "Architecture": [[11, "architecture"]],
"Asking for Help": [[0, "asking-for-help"]], "Benchmark": [[2, "benchmark"]],
"Build & Test": [[2, "build-test"]], "Building From Source": [[9,
"building-from-source"]], "CLion": [[2, " [...]
\ No newline at end of file
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index 29d94506..4d31a5b0 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -590,22 +590,6 @@ Spark.</p></li>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>string</p></td>
-<td><p>byte</p></td>
-<td><p></p></td>
-</tr>
-<tr class="row-odd"><td><p>string</p></td>
-<td><p>short</p></td>
-<td><p></p></td>
-</tr>
-<tr class="row-even"><td><p>string</p></td>
-<td><p>integer</p></td>
-<td><p></p></td>
-</tr>
-<tr class="row-odd"><td><p>string</p></td>
-<td><p>long</p></td>
-<td><p></p></td>
-</tr>
-<tr class="row-even"><td><p>string</p></td>
<td><p>binary</p></td>
<td><p></p></td>
</tr>
@@ -652,6 +636,22 @@ Spark.</p></li>
<td><p>No overflow check</p></td>
</tr>
<tr class="row-even"><td><p>string</p></td>
+<td><p>byte</p></td>
+<td><p>Not all invalid inputs are detected</p></td>
+</tr>
+<tr class="row-odd"><td><p>string</p></td>
+<td><p>short</p></td>
+<td><p>Not all invalid inputs are detected</p></td>
+</tr>
+<tr class="row-even"><td><p>string</p></td>
+<td><p>integer</p></td>
+<td><p>Not all invalid inputs are detected</p></td>
+</tr>
+<tr class="row-odd"><td><p>string</p></td>
+<td><p>long</p></td>
+<td><p>Not all invalid inputs are detected</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>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]