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 1ab08c8a7 Publish built docs triggered by 
ef9000514aec61e0411b3279c6dfcfaebce42b5b
1ab08c8a7 is described below

commit 1ab08c8a77ab281cf831df8ca798ee3db6fc914a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 30 19:42:40 2023 +0000

    Publish built docs triggered by ef9000514aec61e0411b3279c6dfcfaebce42b5b
---
 _sources/user-guide/sql/data_types.md.txt | 12 ++++++------
 searchindex.js                            |  2 +-
 user-guide/sql/data_types.html            |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/_sources/user-guide/sql/data_types.md.txt 
b/_sources/user-guide/sql/data_types.md.txt
index 9f0ca8f89..2753b014d 100644
--- a/_sources/user-guide/sql/data_types.md.txt
+++ b/_sources/user-guide/sql/data_types.md.txt
@@ -77,12 +77,12 @@ For example, to cast the output of `now()` to a `Timestamp` 
with second precisio
 
 ## Date/Time Types
 
-| SQL DataType | Arrow DataType                                  |
-| ------------ | :---------------------------------------------- |
-| `DATE`       | `Date32`                                        |
-| `TIME`       | `Time64(Nanosecond)`                            |
-| `TIMESTAMP`  | `Timestamp(Nanosecond, None)`                   |
-| `INTERVAL`   | `Interval(IntervalUnit)` or `Interval(DayTime)` |
+| SQL DataType | Arrow DataType                   |
+| ------------ | :------------------------------- |
+| `DATE`       | `Date32`                         |
+| `TIME`       | `Time64(Nanosecond)`             |
+| `TIMESTAMP`  | `Timestamp(Nanosecond, None)`    |
+| `INTERVAL`   | `Interval(IntervalMonthDayNano)` |
 
 ## Boolean Types
 
diff --git a/searchindex.js b/searchindex.js
index 734175f88..f038c17c3 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/communication", 
"contributor-guide/index", "contributor-guide/quarterly_roadmap", 
"contributor-guide/roadmap", "contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"user-guide/cli", "user-guide/configs", "user-guide/dataframe", 
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", 
"user-guide/introduction", "user-guide [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/communication", 
"contributor-guide/index", "contributor-guide/quarterly_roadmap", 
"contributor-guide/roadmap", "contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"user-guide/cli", "user-guide/configs", "user-guide/dataframe", 
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", 
"user-guide/introduction", "user-guide [...]
\ No newline at end of file
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index e026f2e48..54a97aa28 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -474,7 +474,7 @@ For example, to cast the output of <code class="docutils 
literal notranslate"><s
 <td class="text-left"><p><code class="docutils literal notranslate"><span 
class="pre">Timestamp(Nanosecond,</span> <span 
class="pre">None)</span></code></p></td>
 </tr>
 <tr class="row-odd"><td><p><code class="docutils literal notranslate"><span 
class="pre">INTERVAL</span></code></p></td>
-<td class="text-left"><p><code class="docutils literal notranslate"><span 
class="pre">Interval(IntervalUnit)</span></code> or <code class="docutils 
literal notranslate"><span class="pre">Interval(DayTime)</span></code></p></td>
+<td class="text-left"><p><code class="docutils literal notranslate"><span 
class="pre">Interval(IntervalMonthDayNano)</span></code></p></td>
 </tr>
 </tbody>
 </table>

Reply via email to