You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/04/11 18:09:58 UTC

[arrow-datafusion] branch asf-site updated: Publish built docs triggered by dafe99733e0f97bfb5ef750f02d02abcb641682d

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

commit c591d0980d5d76092ed8f50dbe6f0a7c62b83255
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Tue Apr 11 18:09:54 2023 +0000

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

diff --git a/_sources/user-guide/configs.md.txt b/_sources/user-guide/configs.md.txt
index 749a0bcb06..dc21c81942 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -73,3 +73,4 @@ Environment variables are read during `SessionConfig` initialisation so they mus
 | datafusion.explain.physical_plan_only                      | false      | When set to true, the explain statement will only print physical plans                                                                                                                                                                                                                                                                                                                                                           [...]
 | datafusion.sql_parser.parse_float_as_decimal               | false      | When set to true, SQL parser will parse float as decimal type                                                                                                                                                                                                                                                                                                                                                                    [...]
 | datafusion.sql_parser.enable_ident_normalization           | true       | When set to true, SQL parser will normalize ident (convert ident to lowercase when not quoted)                                                                                                                                                                                                                                                                                                                                   [...]
+| datafusion.sql_parser.dialect                              | generic    | Configure the SQL dialect used by DataFusion's parser; supported values include: Generic, MySQL, PostgreSQL, Hive, SQLite, Snowflake, Redshift, MsSQL, ClickHouse, BigQuery, and Ansi.                                                                                                                                                                                                                                           [...]
diff --git a/searchindex.js b/searchindex.js
index 40cbcde105..6c1414bc63 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", "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/comparison", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", "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/comparison", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions [...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 0461e706ab..aa2eb1963b 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -512,6 +512,10 @@ Environment variables are read during <code class="docutils literal notranslate"
 <td><p>true</p></td>
 <td><p>When set to true, SQL parser will normalize ident (convert ident to lowercase when not quoted)</p></td>
 </tr>
+<tr class="row-even"><td><p>datafusion.sql_parser.dialect</p></td>
+<td><p>generic</p></td>
+<td><p>Configure the SQL dialect used by DataFusion’s parser; supported values include: Generic, MySQL, PostgreSQL, Hive, SQLite, Snowflake, Redshift, MsSQL, ClickHouse, BigQuery, and Ansi.</p></td>
+</tr>
 </tbody>
 </table>
 </section>