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 0112843  Publish built docs triggered by 
e90d484e7524a068a2382a1304fd1a7acf4f251a
0112843 is described below

commit 01128438dda6384433f6bf7d6fa2582895a8a0c1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 29 13:37:31 2024 +0000

    Publish built docs triggered by e90d484e7524a068a2382a1304fd1a7acf4f251a
---
 _sources/user-guide/compatibility.md.txt |  6 ++++++
 searchindex.js                           |  2 +-
 user-guide/compatibility.html            | 13 +++++++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/_sources/user-guide/compatibility.md.txt 
b/_sources/user-guide/compatibility.md.txt
index d817ba5..b4b4c92 100644
--- a/_sources/user-guide/compatibility.md.txt
+++ b/_sources/user-guide/compatibility.md.txt
@@ -38,3 +38,9 @@ Comet currently delegates to Apache DataFusion for most cast 
operations, and thi
 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.
+
+### Cast from String to Timestamp
+
+Casting from String to Timestamp is disabled by default due to 
incompatibilities with Spark, including timezone
+issues, and can be enabled by setting 
`spark.comet.castStringToTimestamp=true`. See the
+[tracking issue](https://github.com/apache/datafusion-comet/issues/328) for 
more information.
diff --git a/searchindex.js b/searchindex.js
index 4f796f8..d7e0fe5 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"ANSI mode": [[4, "ansi-mode"]], "ASF Links": 
[[3, null]], "Additional Info": [[1, "additional-info"]], "After your debugging 
is done,": [[1, "after-your-debugging-is-done"]], "Apache DataFusion Comet": 
[[3, "apache-datafusion-comet"]], "Asking for Help": [[0, "asking-for-help"]], 
"Benchmark": [[2, "benchmark"]], "Build & Test": [[2, "build-test"]], "CLion": 
[[2, "clion"]], "Cast": [[4, "cast"]], "Comet Debugging Guide": [[1, 
"comet-debugging-guide"]], "Com [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"ANSI mode": [[4, "ansi-mode"]], "ASF Links": 
[[3, null]], "Additional Info": [[1, "additional-info"]], "After your debugging 
is done,": [[1, "after-your-debugging-is-done"]], "Apache DataFusion Comet": 
[[3, "apache-datafusion-comet"]], "Asking for Help": [[0, "asking-for-help"]], 
"Benchmark": [[2, "benchmark"]], "Build & Test": [[2, "build-test"]], "CLion": 
[[2, "clion"]], "Cast": [[4, "cast"]], "Cast from String to Timestamp": [[4, 
"cast-from-string-to-ti [...]
\ No newline at end of file
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index c8a6aa6..9a4a05c 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -220,6 +220,13 @@ under the License.
   <a class="reference internal nav-link" href="#cast">
    Cast
   </a>
+  <ul class="nav section-nav flex-column">
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" 
href="#cast-from-string-to-timestamp">
+     Cast from String to Timestamp
+    </a>
+   </li>
+  </ul>
  </li>
 </ul>
 
@@ -284,6 +291,12 @@ be used in production.</p>
 <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 id="cast-from-string-to-timestamp">
+<h3>Cast from String to Timestamp<a class="headerlink" 
href="#cast-from-string-to-timestamp" title="Link to this heading">ΒΆ</a></h3>
+<p>Casting from String to Timestamp is disabled by default due to 
incompatibilities with Spark, including timezone
+issues, and can be enabled by setting <code class="docutils literal 
notranslate"><span 
class="pre">spark.comet.castStringToTimestamp=true</span></code>. See the
+<a class="reference external" 
href="https://github.com/apache/datafusion-comet/issues/328";>tracking issue</a> 
for more information.</p>
+</section>
 </section>
 </section>
 


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

Reply via email to