Skip to content

Commit

Permalink
[bugfix](docs)Fix some spelling mistakes in english doc (apache#31241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vallishp authored Feb 22, 2024
1 parent 87ea524 commit b2c0a40
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/en/community/design/doris_storage_optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ message ColumnPB {
required string type = 3; // Column type
optional bool is_key = 4; // Whether column is a primary key column
optional string aggregation = 5; // Aggregate type
optional bool is_nullable = 6; // Whether column is allowed to assgin null
optional bytes default_value = 7; // Defalut value
optional bool is_nullable = 6; // Whether column is allowed to assign null
optional bytes default_value = 7; // Default value
optional int32 precision = 8; // Precision of column
optional int32 frac = 9;
optional int32 length = 10; // Length of column
Expand Down
2 changes: 1 addition & 1 deletion docs/en/community/developer-guide/cpp-diagnostic-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Doris support to use [Clangd](https://clangd.llvm.org/) and [Clang-Tidy](https:/
to diagnostic code. Clangd and Clang-Tidy already has in [LDB-toolchain](/docs/install/source-install/compilation-with-ldb-toolchain),also can install by self.

### Clang-Tidy
Clang-Tidy can do some diagnostic cofig, config file `.clang-tidy` is in Doris root path. Compared with vscode-cpptools, clangd can provide more powerful and accurate code jumping for vscode, and integrates the analysis and quick-fix functions of clang-tidy.
Clang-Tidy can do some diagnostic config, config file `.clang-tidy` is in Doris root path. Compared with vscode-cpptools, clangd can provide more powerful and accurate code jumping for vscode, and integrates the analysis and quick-fix functions of clang-tidy.

### Enable clangd on VSCODE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Commit is divided into ‘ title ’ and ‘ content ’ , the title should be l

* fix: Bug fix
* feature: New feature
* feature-wip: Feature works-in-porgress.
* feature-wip: Feature works-in-progress.
* improvement: Optimization and improvement for the original feature.
* style: Code style adjustment
* typo: Code or Document correction
Expand Down
2 changes: 1 addition & 1 deletion docs/en/community/join-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.


**Thrive together in [Apache Doris](https://github.com/apache/doris) community with users and developers from all around the world.**
We have graduated from Apache incubator succesffully and become an Top-Level Project in June 2022.
We have graduated from Apache incubator successfully and become an Top-Level Project in June 2022.

<hr />

Expand Down
2 changes: 1 addition & 1 deletion docs/en/community/release-and-verify/release-complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ https://www.apache.org/dist/doris/1.xx/
http://www.apache.org/dyn/closer.cgi/doris/1.xx/apache-doris-1.xx-src.tar.gz
```

Ssource package:
Source package:

```
http://www.apache.org/dyn/closer.cgi/doris/1.xx/apache-doris-1.xx-src.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ curl -X POST "http://127.0.0.1:8030/api/debug_point/add/foo?execute=5"

## Pass Custom Parameters
When activating debug point, besides "timeout" and "execute" mentioned above, passing custom parameters is also allowed.<br/>
A parameter is a key-value pair in the form of "key=value" in url path, after debug point name glued by charactor '?'.<br/>
A parameter is a key-value pair in the form of "key=value" in url path, after debug point name glued by character '?'.<br/>
See examples below.

### API
Expand Down Expand Up @@ -296,8 +296,8 @@ and `disableDebugPointForAllFEs()` or `disableDebugPointForAllBEs()` needs to be

### Concurrent Issue

Enabled debug points affects FE or BE globally, which could cause other concurrent tests to fail unexpectly in your pull request. <br/>
To avoid this, there's a convension that regression tests using debug points must be in directory regression-test/suites/fault_injection_p0, <br/>
Enabled debug points affects FE or BE globally, which could cause other concurrent tests to fail unexpectedly in your pull request. <br/>
To avoid this, there's a convention that regression tests using debug points must be in directory regression-test/suites/fault_injection_p0, <br/>
and their group name must be "nonConcurrent", as these regression tests will be executed serially by pull request workflow.

### Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.

## Description

Used to obtain doris metrics infomation.
Used to obtain doris metrics information.

## Path parameters

Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/admin-manual/privilege-ldap/ranger.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Click the `+` button next to the plugin to add a Doris service:

The meaning of some parameters of Config Properties is as follows:

- `Username`/`Pasword`: the username and password of the Doris cluster. It is recommended to use the Admin user here.
- `Username`/`Password`: the username and password of the Doris cluster. It is recommended to use the Admin user here.
- `jdbc.driver_class`: Connect to the JDBC driver used by Doris. `com.mysql.cj.jdbc.Driver`
- `jdbc.url`: JDBC url connection string of Doris cluster. `jdbc:mysql://172.21.0.101:9030?useSSL=false`
- Additional parameters:
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/advanced/compute-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add configuration items to BE's configuration file `be.conf`:
be_node_role = computation
```

This defualt value of this is `mix`, and this is original BE node type. After setting to `computation`, the node is a computing node.
This default value of this is `mix`, and this is original BE node type. After setting to `computation`, the node is a computing node.

You can see the value of the'NodeRole 'field through the `show backends\G` command. If it is'mix ', it is a mixed node, and if it is'computation', it is a computing node

Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/advanced/partition/auto-partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The Auto Partitioning feature supports automatic detection of whether the corres

The auto partition function mainly solves the problem that the user expects to partition the table based on a certain column, but the data distribution of the column is scattered or unpredictable, so it is difficult to accurately create the required partitions when building or adjusting the structure of the table, or the number of partitions is so large that it is too cumbersome to create them manually.

Take the time type partition column as an example, in the [Dynamic Partition](./dynamic-partition) function, we support the automatic creation of new partitions to accommodate real-time data at specific time periods. For real-time user behaviour logs and other scenarios, this feature basically meets the requirements. However, in more complex scenarios, such as dealing with non-real-time data, the partition column is independent of the current system time and contains a large number of discrete values. At this time to improve efficiency we want to partition the data based on this column, but the data may actually involve the partition can not be grasped in advance, or the expected number of required partitions is too large. In this case, dynamic partitioning or manually created partitions can not meet our needs, automatic partitioning function is very good to cover such needs.
Take the time type partition column as an example, in the [Dynamic Partition](./dynamic-partition) function, we support the automatic creation of new partitions to accommodate real-time data at specific time periods. For real-time user behavior logs and other scenarios, this feature basically meets the requirements. However, in more complex scenarios, such as dealing with non-real-time data, the partition column is independent of the current system time and contains a large number of discrete values. At this time to improve efficiency we want to partition the data based on this column, but the data may actually involve the partition can not be grasped in advance, or the expected number of required partitions is too large. In this case, dynamic partitioning or manually created partitions can not meet our needs, automatic partitioning function is very good to cover such needs.

Suppose our table DDL is as follows:

Expand Down

0 comments on commit b2c0a40

Please sign in to comment.