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.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6d05d7da61 Publish built docs triggered by 
7b974a576cdb1bb40ce45783f8768b21448f5b54
6d05d7da61 is described below

commit 6d05d7da6125e1987af8de2903d3d36cd47ecdac
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 2 10:57:41 2024 +0000

    Publish built docs triggered by 7b974a576cdb1bb40ce45783f8768b21448f5b54
---
 _sources/user-guide/sql/data_types.md.txt | 2 +-
 user-guide/sql/data_types.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sources/user-guide/sql/data_types.md.txt 
b/_sources/user-guide/sql/data_types.md.txt
index 0e974550a8..18c95cdea7 100644
--- a/_sources/user-guide/sql/data_types.md.txt
+++ b/_sources/user-guide/sql/data_types.md.txt
@@ -97,7 +97,7 @@ select arrow_cast(now(), 'Timestamp(Second, None)');
 | `BYTEA`      | `Binary`       |
 
 You can create binary literals using a hex string literal such as
-`X'1234` to create a `Binary` value of two bytes, `0x12` and `0x34`.
+`X'1234'` to create a `Binary` value of two bytes, `0x12` and `0x34`.
 
 ## Unsupported SQL Types
 
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index f82b665df2..93b9c1cd9a 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -735,7 +735,7 @@ For example, to cast the output of <code class="docutils 
literal notranslate"><s
 </tbody>
 </table>
 <p>You can create binary literals using a hex string literal such as
-<code class="docutils literal notranslate"><span 
class="pre">X'1234</span></code> to create a <code class="docutils literal 
notranslate"><span class="pre">Binary</span></code> value of two bytes, <code 
class="docutils literal notranslate"><span class="pre">0x12</span></code> and 
<code class="docutils literal notranslate"><span 
class="pre">0x34</span></code>.</p>
+<code class="docutils literal notranslate"><span 
class="pre">X'1234'</span></code> to create a <code class="docutils literal 
notranslate"><span class="pre">Binary</span></code> value of two bytes, <code 
class="docutils literal notranslate"><span class="pre">0x12</span></code> and 
<code class="docutils literal notranslate"><span 
class="pre">0x34</span></code>.</p>
 </section>
 <section id="unsupported-sql-types">
 <h2>Unsupported SQL Types<a class="headerlink" href="#unsupported-sql-types" 
title="Link to this heading">ΒΆ</a></h2>


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

Reply via email to