This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new c97a0d2ebb Minor: fix multiple typos (#7863)
c97a0d2ebb is described below
commit c97a0d2ebb8697855edd5b56904accbfa9a80290
Author: Smoothieewastaken <[email protected]>
AuthorDate: Thu Oct 19 20:17:45 2023 +0545
Minor: fix multiple typos (#7863)
* fixed multiple typos
* prettier
---------
Co-authored-by: Andrew Lamb <[email protected]>
---
docs/source/_static/theme_overrides.css | 4 ++--
docs/source/user-guide/configs.md | 2 +-
docs/source/user-guide/sql/write_options.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/source/_static/theme_overrides.css
b/docs/source/_static/theme_overrides.css
index 838eab067a..3b1b86daac 100644
--- a/docs/source/_static/theme_overrides.css
+++ b/docs/source/_static/theme_overrides.css
@@ -49,7 +49,7 @@ code {
}
/* This is the bootstrap CSS style for "table-striped". Since the theme does
-not yet provide an easy way to configure this globaly, it easier to simply
+not yet provide an easy way to configure this globally, it easier to simply
include this snippet here than updating each table in all rst files to
add ":class: table-striped" */
@@ -59,7 +59,7 @@ add ":class: table-striped" */
/* Limit the max height of the sidebar navigation section. Because in our
-custimized template, there is more content above the navigation, i.e.
+customized template, there is more content above the navigation, i.e.
larger logo: if we don't decrease the max-height, it will overlap with
the footer.
Details: 8rem for search box etc*/
diff --git a/docs/source/user-guide/configs.md
b/docs/source/user-guide/configs.md
index a0451eed08..81131fe96b 100644
--- a/docs/source/user-guide/configs.md
+++ b/docs/source/user-guide/configs.md
@@ -65,7 +65,7 @@ Environment variables are read during `SessionConfig`
initialisation so they mus
| datafusion.execution.parquet.max_statistics_size | NULL
| Sets max statistics size for any column. If NULL, uses default
parquet writer setting
[...]
| datafusion.execution.parquet.max_row_group_size | 1048576
| Sets maximum number of rows in a row group
[...]
| datafusion.execution.parquet.created_by | datafusion
version 32.0.0 | Sets "created by" property
[...]
-| datafusion.execution.parquet.column_index_truncate_length | NULL
| Sets column index trucate length
[...]
+| datafusion.execution.parquet.column_index_truncate_length | NULL
| Sets column index truncate length
[...]
| datafusion.execution.parquet.data_page_row_count_limit |
18446744073709551615 | Sets best effort maximum number of rows in data
page
[...]
| datafusion.execution.parquet.encoding | NULL
| Sets default encoding for any column Valid values are: plain,
plain_dictionary, rle, bit_packed, delta_binary_packed,
delta_length_byte_array, delta_byte_array, rle_dictionary, and
byte_stream_split. These values are not case sensitive. If NULL, uses default
parquet writer setting
[...]
| datafusion.execution.parquet.bloom_filter_enabled | false
| Sets if bloom filter is enabled for any column
[...]
diff --git a/docs/source/user-guide/sql/write_options.md
b/docs/source/user-guide/sql/write_options.md
index c98a39f24b..941484e84e 100644
--- a/docs/source/user-guide/sql/write_options.md
+++ b/docs/source/user-guide/sql/write_options.md
@@ -92,7 +92,7 @@ The following options are available when writing JSON files.
Note: If any unsupp
| ----------- |
----------------------------------------------------------------------------------------------------------------------------------
| ------------- |
| COMPRESSION | Sets the compression that should be applied to the entire JSON
file. Supported values are GZIP, BZIP2, XZ, ZSTD, and UNCOMPRESSED. |
UNCOMPRESSED |
-### CSV Format Sepcific Options
+### CSV Format Specific Options
The following options are available when writing CSV files. Note: if any
unsupported options is specified an error will be raised and the query will
fail.