This is an automated email from the ASF dual-hosted git repository.
sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 33624289fe fix(docs): Fixing a typo in README.md (#25216)
33624289fe is described below
commit 33624289feff826c6a202b076ddd094b7084ddf3
Author: yousoph <[email protected]>
AuthorDate: Fri Sep 8 09:23:19 2023 -0700
fix(docs): Fixing a typo in README.md (#25216)
---
superset/db_engine_specs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/db_engine_specs/README.md
b/superset/db_engine_specs/README.md
index 1744160768..7f84a81029 100644
--- a/superset/db_engine_specs/README.md
+++ b/superset/db_engine_specs/README.md
@@ -159,7 +159,7 @@ GROUP BY
### `time_secondary_columns = False`
-Datasets can have a main datatime column (`main_dttm_col`), but can also have
secondary time columns. When this attribute is true, wheneve the secondary
columns are filtered, the same filter is applied to the main datetime column.
+Datasets can have a main datetime column (`main_dttm_col`), but can also have
secondary time columns. When this attribute is true, wheneve the secondary
columns are filtered, the same filter is applied to the main datetime column.
This might be useful if you have a table partitioned on a daily `ds` column in
Hive (which doesn't support indexes), and a secondary column with the timestamp
of the events, ie: