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/arrow-datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a821013513 Publish built docs triggered by 
205777bc2d0d1b9ef7698b2f5f6d21dfdcdb0c00
a821013513 is described below

commit a821013513e15bdf329050314b400df22d0648ac
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 14 18:55:11 2024 +0000

    Publish built docs triggered by 205777bc2d0d1b9ef7698b2f5f6d21dfdcdb0c00
---
 _sources/contributor-guide/index.md.txt | 2 +-
 contributor-guide/index.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sources/contributor-guide/index.md.txt 
b/_sources/contributor-guide/index.md.txt
index 6b207aa40b..d7990415e4 100644
--- a/_sources/contributor-guide/index.md.txt
+++ b/_sources/contributor-guide/index.md.txt
@@ -279,7 +279,7 @@ Below is a checklist of what you need to do to add a new 
aggregate function to D
 - Add the actual implementation of an `Accumulator` and `AggregateExpr`:
   - 
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src/string_expressions.rs)
 for string functions
   - 
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src/math_expressions.rs)
 for math functions
-  - 
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src/datetime_expressions.rs)
 for datetime functions
+  - 
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion/functions/src/datetime/mod.rs)
 for datetime functions
   - create a new module 
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src)
 for other functions
 - In 
[datafusion/expr/src](https://github.com/apache/arrow-datafusion/blob/main/datafusion/expr/src/aggregate_function.rs),
 add:
   - a new variant to `AggregateFunction`
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 814f929cf6..58b34092e1 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -801,7 +801,7 @@ users to enable or disable the new module as 
desired.</p></li>
 <ul>
 <li><p><a class="reference external" 
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src/string_expressions.rs";>here</a>
 for string functions</p></li>
 <li><p><a class="reference external" 
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src/math_expressions.rs";>here</a>
 for math functions</p></li>
-<li><p><a class="reference external" 
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src/datetime_expressions.rs";>here</a>
 for datetime functions</p></li>
+<li><p><a class="reference external" 
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/functions/src/datetime/mod.rs";>here</a>
 for datetime functions</p></li>
 <li><p>create a new module <a class="reference external" 
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src";>here</a>
 for other functions</p></li>
 </ul>
 </li>

Reply via email to