Merge pull request #33489 from rad1k4l/patch-1

Fix typo in docs - Invalid xml config
This commit is contained in:
Nikolay Degterinsky 2022-01-10 11:55:07 +03:00 committed by GitHub
commit dd2779fadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -174,7 +174,7 @@ Parameters:
</table_hits>
<!-- Next table to copy. It is not copied until previous table is copying. -->
</table_visits>
<table_visits>
...
</table_visits>
...

View File

@ -163,7 +163,7 @@ $ clickhouse-copier copier --daemon --config zookeeper.xml --task-path /task/pat
</table_hits>
<!-- Next table to copy. It is not copied until previous table is copying. -->
</table_visits>
<table_visits>
...
</table_visits>
...

View File

@ -171,7 +171,7 @@ $ clickhouse-copier --daemon --config zookeeper.xml --task-path /task/path --bas
</table_hits>
<!-- Next table to copy. It is not copied until previous table is copying. -->
</table_visits>
<table_visits>
...
</table_visits>
...

View File

@ -158,7 +158,7 @@ clickhouse-copier --daemon --config zookeeper.xml --task-path /task/path --base-
</table_hits>
<!-- Next table to copy. It is not copied until previous table is copying. -->
</table_visits>
<table_visits>
...
</table_visits>
...