This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 5940fd141 [KYUUBI #5432] Fix typo in README.md
5940fd141 is described below
commit 5940fd14108b605e8daadd1f25a14bc8dc793a49
Author: Omkar Makhare <[email protected]>
AuthorDate: Mon Oct 16 22:03:57 2023 +0800
[KYUUBI #5432] Fix typo in README.md
## Description:
This Pull Request fixes a typographical error in the README.md file.
## Changes Made:
"e.t.c." has been changed to "etc." for the correct abbreviation.
## Additional Information:
This fix is not related to any existing issue. It's a minor typo that I
noticed while reviewing the README.
Thank you for considering this contribution.
Closes #5431 from omimakhare/patch-1.
Closes #5432
b5c1aa650 [OMKAR MAKHARE] Update README.md
Lead-authored-by: Omkar Makhare <[email protected]>
Co-authored-by: OMKAR MAKHARE
<[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6b1423e78..d87cfabd8 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ In typical big data production environments with Kyuubi,
there should be system
- System administrators: A small group consists of Spark experts responsible
for Kyuubi deployment, configuration, and tuning.
- End-users: Focus on business data of their own, not where it stores, how it
computes.
-Additionally, the Kyuubi community will continuously optimize the whole system
with various features, such as History-Based Optimizer, Auto-tuning,
Materialized View, SQL Dialects, Functions, e.t.c.
+Additionally, the Kyuubi community will continuously optimize the whole system
with various features, such as History-Based Optimizer, Auto-tuning,
Materialized View, SQL Dialects, Functions, etc.
### Usage scenarios