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 adc5bda4b2 Publish built docs triggered by 
111ff7eddceaa1f35d08ec45460bc318d7268bb2
adc5bda4b2 is described below

commit adc5bda4b2537c4d1a8ba73a5255d908fdf50d35
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 26 15:45:57 2025 +0000

    Publish built docs triggered by 111ff7eddceaa1f35d08ec45460bc318d7268bb2
---
 _sources/user-guide/configs.md.txt | 2 +-
 searchindex.js                     | 2 +-
 user-guide/configs.html            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_sources/user-guide/configs.md.txt 
b/_sources/user-guide/configs.md.txt
index a454a1777b..c93bed9638 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -125,6 +125,6 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | 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.enable_options_value_normalization                | 
false                     | When set to true, SQL parser will normalize options 
value (convert value to lowercase). Note that this option is ignored and will 
be removed in the future. All case-insensitive values are normalized 
automatically.                                                                  
                                                                                
                              [...]
-| 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.                     
                                                                                
                                                                                
                          [...]
+| 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, Ansi, DuckDB and Databricks.  
                                                                                
                                                                                
                          [...]
 | datafusion.sql_parser.support_varchar_with_length                       | 
true                      | If true, permit lengths for `VARCHAR` such as 
`VARCHAR(20)`, but ignore the length. If false, error if a `VARCHAR` with a 
length is specified. The Arrow type system does not have a notion of maximum 
string length and thus DataFusion can not enforce such limits.                  
                                                                                
                              [...]
 | datafusion.sql_parser.collect_spans                                     | 
false                     | When set to true, the source locations relative to 
the original SQL query (i.e. [`Span`](sqlparser::tokenizer::Span)) will be 
collected and recorded in the logical plan nodes.                               
                                                                                
                                                                                
                       [...]
diff --git a/searchindex.js b/searchindex.js
index 437fd37765..4c9ee2ef22 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[51,"op-neq"]],"!~":[[51,"op-re-not-match"]],"!~*":[[51,"op-re-not-match-i"]],"!~~":[[51,"id19"]],"!~~*":[[51,"id20"]],"#":[[51,"op-bit-xor"]],"%":[[51,"op-modulo"]],"&":[[51,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[11,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[51,"op-multiply"]],"+":[[51,"op-plus"]],"-":[[51,"op-minus"]],"/":[[51,"op-divide"]],"2022
 Q2":[[9,"q2"]], [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[51,"op-neq"]],"!~":[[51,"op-re-not-match"]],"!~*":[[51,"op-re-not-match-i"]],"!~~":[[51,"id19"]],"!~~*":[[51,"id20"]],"#":[[51,"op-bit-xor"]],"%":[[51,"op-modulo"]],"&":[[51,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[11,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[51,"op-multiply"]],"+":[[51,"op-plus"]],"-":[[51,"op-minus"]],"/":[[51,"op-divide"]],"2022
 Q2":[[9,"q2"]], [...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 94b15ba424..9d0da96fd4 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -931,7 +931,7 @@ Environment variables are read during <code class="docutils 
literal notranslate"
 </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>
+<td><p>Configure the SQL dialect used by DataFusion’s parser; supported values 
include: Generic, MySQL, PostgreSQL, Hive, SQLite, Snowflake, Redshift, MsSQL, 
ClickHouse, BigQuery, Ansi, DuckDB and Databricks.</p></td>
 </tr>
 <tr 
class="row-odd"><td><p>datafusion.sql_parser.support_varchar_with_length</p></td>
 <td><p>true</p></td>


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

Reply via email to