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 bd371e3 Publish built docs triggered by
ae914c8f6ebaa8ff4804746ed75089afe7ca6c6c
bd371e3 is described below
commit bd371e3fc1a2297c4c8e25ce51455e1a7589ae50
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 24 18:08:21 2024 +0000
Publish built docs triggered by ae914c8f6ebaa8ff4804746ed75089afe7ca6c6c
---
_sources/compatibility.md.txt | 40 +++++++++++++++
_sources/index.rst.txt | 1 +
index.html => compatibility.html | 103 ++++++++++++++++++++++++++-------------
genindex.html | 5 ++
index.html | 14 ++++++
objects.inv | 5 +-
search.html | 5 ++
searchindex.js | 2 +-
8 files changed, 138 insertions(+), 37 deletions(-)
diff --git a/_sources/compatibility.md.txt b/_sources/compatibility.md.txt
new file mode 100644
index 0000000..6e69f84
--- /dev/null
+++ b/_sources/compatibility.md.txt
@@ -0,0 +1,40 @@
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+# Compatibility Guide
+
+Comet aims to provide consistent results with the version of Apache Spark that
is being used.
+
+This guide offers information about areas of functionality where there are
known differences.
+
+## ANSI mode
+
+Comet currently ignores ANSI mode in most cases, and therefore can produce
different results than Spark. By default,
+Comet will fall back to Spark if ANSI mode is enabled. To enable Comet to
accelerate queries when ANSI mode is enabled,
+specify `spark.comet.ansi.enabled=true` in the Spark configuration. Comet's
ANSI support is experimental and should not
+be used in production.
+
+There is an [epic](https://github.com/apache/datafusion-comet/issues/313)
where we are tracking the work to fully implement ANSI support.
+
+## Cast
+
+Comet currently delegates to Apache DataFusion for most cast operations, and
this means that the behavior is not
+guaranteed to be consistent with Spark.
+
+There is an [epic](https://github.com/apache/datafusion-comet/issues/286)
where we are tracking the work to implement Spark-compatible cast expressions.
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 2cff77f..c8f2735 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -43,6 +43,7 @@ GitHub repository at
https://github.com/apache/datafusion-comet.
:maxdepth: 1
:caption: Project Links
+ compatibility
Github and Issue Tracker <https://github.com/apache/datafusion-comet>
.. _toc.asf-links:
diff --git a/index.html b/compatibility.html
similarity index 67%
copy from index.html
copy to compatibility.html
index c3ca2e1..a01b954 100644
--- a/index.html
+++ b/compatibility.html
@@ -24,7 +24,7 @@ under the License.
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"
/><meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Apache DataFusion Comet — Apache DataFusion Comet
documentation</title>
+ <title>Compatibility Guide — Apache DataFusion Comet
documentation</title>
<link href="_static/styles/theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
<link
href="_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
@@ -53,6 +53,7 @@ under the License.
<script async="true" defer="true"
src="https://buttons.github.io/buttons.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
+ <link rel="prev" title="Apache DataFusion Comet" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -105,7 +106,12 @@ under the License.
Project Links
</span>
</p>
-<ul class="nav bd-sidenav">
+<ul class="current nav bd-sidenav">
+ <li class="toctree-l1 current active">
+ <a class="current reference internal" href="#">
+ Compatibility Guide
+ </a>
+ </li>
<li class="toctree-l1">
<a class="reference external"
href="https://github.com/apache/datafusion-comet">
Github and Issue Tracker
@@ -153,7 +159,7 @@ under the License.
</div>
- <a class="navbar-brand" href="#">
+ <a class="navbar-brand" href="index.html">
<img src="_static/images/2x_bgwhite_original.png" class="logo" alt="logo">
</a>
</nav>
@@ -171,9 +177,24 @@ under the License.
<div class="toc-item">
+<div class="tocsection onthispage pt-5 pb-3">
+ <i class="fas fa-list"></i> On this page
+</div>
<nav id="bd-toc-nav">
-
+ <ul class="visible nav section-nav flex-column">
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#ansi-mode">
+ ANSI mode
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#cast">
+ Cast
+ </a>
+ </li>
+</ul>
+
</nav>
</div>
@@ -181,7 +202,7 @@ under the License.
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/datafusion-comet/edit/main/docs/source/index.rst">
+ <a
href="https://github.com/apache/datafusion-comet/edit/main/docs/source/compatibility.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -200,35 +221,42 @@ under the License.
<div>
- <img alt="DataFusion Logo" src="_images/2x_bgwhite_original.png" />
-<section id="apache-datafusion-comet">
-<h1>Apache DataFusion Comet<a class="headerlink"
href="#apache-datafusion-comet" title="Link to this heading">¶</a></h1>
-<p>
- <!-- Place this tag where you want the button to render. -->
- <a class="github-button" href="https://github.com/apache/datafusion-comet"
data-size="large" data-show-count="true" aria-label="Star
apache/datafusion-comet on GitHub">Star</a>
- <!-- Place this tag where you want the button to render. -->
- <a class="github-button"
href="https://github.com/apache/datafusion-comet/fork" data-size="large"
data-show-count="true" aria-label="Fork apache/datafusion-comet on
GitHub">Fork</a>
-</p><p>Apache DataFusion Comet is an Apache Spark plugin that uses Apache
DataFusion
-as a native runtime to achieve improvement in terms of query efficiency and
query runtime.</p>
-<p>This documentation site is currently being developed. The most up-to-date
documentation can be found in the
-GitHub repository at <a class="reference external"
href="https://github.com/apache/datafusion-comet">https://github.com/apache/datafusion-comet</a>.</p>
-<div class="toctree-wrapper compound" id="toc-links">
-<p aria-level="2" class="caption" role="heading"><span
class="caption-text">Project Links</span></p>
-<ul>
-<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion-comet">Github and Issue
Tracker</a></li>
-</ul>
-</div>
-<div class="toctree-wrapper compound" id="toc-asf-links">
-<p aria-level="2" class="caption" role="heading"><span
class="caption-text">ASF Links</span></p>
-<ul>
-<li class="toctree-l1"><a class="reference external"
href="https://apache.org">Apache Software Foundation</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://www.apache.org/licenses/">License</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://www.apache.org/foundation/sponsorship.html">Donate</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://www.apache.org/security/">Security</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://www.apache.org/foundation/policies/conduct.html">Code of
conduct</a></li>
-</ul>
-</div>
+ <!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<section id="compatibility-guide">
+<h1>Compatibility Guide<a class="headerlink" href="#compatibility-guide"
title="Link to this heading">¶</a></h1>
+<p>Comet aims to provide consistent results with the version of Apache Spark
that is being used.</p>
+<p>This guide offers information about areas of functionality where there are
known differences.</p>
+<section id="ansi-mode">
+<h2>ANSI mode<a class="headerlink" href="#ansi-mode" title="Link to this
heading">¶</a></h2>
+<p>Comet currently ignores ANSI mode in most cases, and therefore can produce
different results than Spark. By default,
+Comet will fall back to Spark if ANSI mode is enabled. To enable Comet to
accelerate queries when ANSI mode is enabled,
+specify <code class="docutils literal notranslate"><span
class="pre">spark.comet.ansi.enabled=true</span></code> in the Spark
configuration. Comet’s ANSI support is experimental and should not
+be used in production.</p>
+<p>There is an <a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/313">epic</a> where we
are tracking the work to fully implement ANSI support.</p>
+</section>
+<section id="cast">
+<h2>Cast<a class="headerlink" href="#cast" title="Link to this
heading">¶</a></h2>
+<p>Comet currently delegates to Apache DataFusion for most cast operations,
and this means that the behavior is not
+guaranteed to be consistent with Spark.</p>
+<p>There is an <a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/286">epic</a> where we
are tracking the work to implement Spark-compatible cast expressions.</p>
+</section>
</section>
@@ -237,6 +265,13 @@ GitHub repository at <a class="reference external"
href="https://github.com/apac
<!-- Previous / next buttons -->
<div class='prev-next-area'>
+ <a class='left-prev' id="prev-link" href="index.html" title="previous
page">
+ <i class="fas fa-angle-left"></i>
+ <div class="prev-next-info">
+ <p class="prev-next-subtitle">previous</p>
+ <p class="prev-next-title">Apache DataFusion Comet</p>
+ </div>
+ </a>
</div>
</main>
diff --git a/genindex.html b/genindex.html
index e396be2..c2c1c54 100644
--- a/genindex.html
+++ b/genindex.html
@@ -105,6 +105,11 @@ under the License.
</span>
</p>
<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference internal" href="compatibility.html">
+ Compatibility Guide
+ </a>
+ </li>
<li class="toctree-l1">
<a class="reference external"
href="https://github.com/apache/datafusion-comet">
Github and Issue Tracker
diff --git a/index.html b/index.html
index c3ca2e1..c5b34f9 100644
--- a/index.html
+++ b/index.html
@@ -53,6 +53,7 @@ under the License.
<script async="true" defer="true"
src="https://buttons.github.io/buttons.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="Compatibility Guide" href="compatibility.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -106,6 +107,11 @@ under the License.
</span>
</p>
<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference internal" href="compatibility.html">
+ Compatibility Guide
+ </a>
+ </li>
<li class="toctree-l1">
<a class="reference external"
href="https://github.com/apache/datafusion-comet">
Github and Issue Tracker
@@ -215,6 +221,7 @@ GitHub repository at <a class="reference external"
href="https://github.com/apac
<div class="toctree-wrapper compound" id="toc-links">
<p aria-level="2" class="caption" role="heading"><span
class="caption-text">Project Links</span></p>
<ul>
+<li class="toctree-l1"><a class="reference internal"
href="compatibility.html">Compatibility Guide</a></li>
<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion-comet">Github and Issue
Tracker</a></li>
</ul>
</div>
@@ -237,6 +244,13 @@ GitHub repository at <a class="reference external"
href="https://github.com/apac
<!-- Previous / next buttons -->
<div class='prev-next-area'>
+ <a class='right-next' id="next-link" href="compatibility.html" title="next
page">
+ <div class="prev-next-info">
+ <p class="prev-next-subtitle">next</p>
+ <p class="prev-next-title">Compatibility Guide</p>
+ </div>
+ <i class="fas fa-angle-right"></i>
+ </a>
</div>
</main>
diff --git a/objects.inv b/objects.inv
index f8e0fc5..d1dd80f 100644
--- a/objects.inv
+++ b/objects.inv
@@ -2,5 +2,6 @@
# Project: Apache DataFusion Comet
# Version:
# The remainder of this file is compressed using zlib.
-xڅ��
-�@E�����W�7)��@�
��ɵ�qGȿO[C�����s�V�ko�A����=Ts�Zi��3Y0�z�VD֢�'��P��#7$I����vP�"�W6��yg��ъA�8��a��V�Yt��XQ"�S
w�j�[eYٍ�Z����2]�����i��7�C
\ No newline at end of file
+xڅ��
+�
�{�Bص�nw��AO`z�n��'Xo�̢�������/\�qԵ6G�Q���������sҽZi�j+�3S�k0���n�I�ڲ�k�
+�#/�� [��u������ �eg��a�j�J����x���y�
�D���m�>%��aj���W�����({�����Z�%
\ No newline at end of file
diff --git a/search.html b/search.html
index ab48170..eb4c545 100644
--- a/search.html
+++ b/search.html
@@ -112,6 +112,11 @@ under the License.
</span>
</p>
<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference internal" href="compatibility.html">
+ Compatibility Guide
+ </a>
+ </li>
<li class="toctree-l1">
<a class="reference external"
href="https://github.com/apache/datafusion-comet">
Github and Issue Tracker
diff --git a/searchindex.js b/searchindex.js
index 7e02fd0..370a835 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"ASF Links": [[0, null]], "Apache DataFusion
Comet": [[0, "apache-datafusion-comet"]], "Project Links": [[0, null]]},
"docnames": ["index"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3,
"sphinx.domains.changeset": 1, "sphinx.domains.citation": 1,
"sphinx.domains.cpp": 9, "sphinx.domains.index": 1,
"sphinx.domains.javascript": 3, "sphinx.domains.math": 2,
"sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2,
"sphinx.ext.viewcod [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"ANSI mode": [[0, "ansi-mode"]], "ASF Links":
[[1, null]], "Apache DataFusion Comet": [[1, "apache-datafusion-comet"]],
"Cast": [[0, "cast"]], "Compatibility Guide": [[0, "compatibility-guide"]],
"Project Links": [[1, null]]}, "docnames": ["compatibility", "index"],
"envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset":
1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9,
"sphinx.domains.index": 1, "sphinx.domains.javascript": [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]