This is an automated email from the ASF dual-hosted git repository.

techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new e46379ba7a Docs: Update name of the metadata tables (#13734)
e46379ba7a is described below

commit e46379ba7a3b7e3b57aee8b4ed1e7e593885c8a0
Author: Victoria Lim <[email protected]>
AuthorDate: Thu Feb 23 13:57:59 2023 -0800

    Docs: Update name of the metadata tables (#13734)
    
    * Update name of the metadata tables
    
    * emend spelling file
    
    * fix spelling
    
    ---------
    
    Co-authored-by: Charles Smith <[email protected]>
---
 docs/configuration/index.md | 4 ++--
 website/.spelling           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index 76dc894e4c..10c95f9022 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -511,8 +511,8 @@ These properties specify the JDBC connection and other 
configuration around the
 |`druid.metadata.storage.tables.rules`|The table to use to look for segment 
load/drop rules.|druid_rules|
 |`druid.metadata.storage.tables.config`|The table to use to look for 
configs.|druid_config|
 |`druid.metadata.storage.tables.tasks`|Used by the indexing service to store 
tasks.|druid_tasks|
-|`druid.metadata.storage.tables.taskLog`|Used by the indexing service to store 
task logs.|druid_taskLog|
-|`druid.metadata.storage.tables.taskLock`|Used by the indexing service to 
store task locks.|druid_taskLock|
+|`druid.metadata.storage.tables.taskLog`|Used by the indexing service to store 
task logs.|druid_tasklogs|
+|`druid.metadata.storage.tables.taskLock`|Used by the indexing service to 
store task locks.|druid_tasklocks|
 |`druid.metadata.storage.tables.supervisors`|Used by the indexing service to 
store supervisor configurations.|druid_supervisors|
 |`druid.metadata.storage.tables.audit`|The table to use for audit history of 
configuration changes, e.g., Coordinator rules.|druid_audit|
 
diff --git a/website/.spelling b/website/.spelling
index bbb308b25f..9433137cc5 100644
--- a/website/.spelling
+++ b/website/.spelling
@@ -2054,8 +2054,8 @@ druid_pendingSegments
 druid_rules
 druid_segments
 druid_supervisors
-druid_taskLock
-druid_taskLog
+druid_tasklocks
+druid_tasklogs
 druid_tasks
 DruidQueryRel
 durationToRetain


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

Reply via email to