Skip to content

Commit 9298b8f

Browse files
[MINOR] fix(docs): change version info from 0.6.0 to 0.6.0-incubating (#5111)
### What changes were proposed in this pull request? change version info from 0.6.0 to 0.6.0-incubating ### Why are the changes needed? Version 0.6.0 is inaccurate. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? no need --------- Co-authored-by: mchades <liminghuang@datastrato.com>
1 parent f3dd643 commit 9298b8f

12 files changed

+112
-114
lines changed

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ something like that, all PRs should have related issues.
6161
6. After PR is merged, please check the related issue:
6262
- If the issue is not closed, please close it as fixed manually.
6363
- Assign the issue "Assignees" to the PR author.
64-
- Starting from 0.6.0, we will use the "labels" to manage the release versions, so please add
65-
the corresponding labels to the issue. For example, if the issue is fixed in 0.6.0, please
64+
- Starting from 0.6.0-incubating, we will use the "labels" to manage the release versions, so please add
65+
the corresponding labels to the issue. For example, if the issue is fixed in 0.6.0-incubating, please
6666
add the label "0.6.0". If the issue is fixed both in 0.6.0 and 0.5.1, please add both labels.
6767

6868
## Policy on backporting bug fixes

docs/apache-hive-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following table lists the data types mapped from the Hive catalog to Graviti
125125
| `uniontype` | `union` | 0.2.0 |
126126

127127
:::info
128-
Since 0.6.0, the data types other than listed above are mapped to Gravitino **[External Type](./manage-relational-metadata-using-gravitino.md#external-type)** that represents an unresolvable data type from the Hive catalog.
128+
Since 0.6.0-incubating, the data types other than listed above are mapped to Gravitino **[External Type](./manage-relational-metadata-using-gravitino.md#external-type)** that represents an unresolvable data type from the Hive catalog.
129129
:::
130130

131131
### Table properties

docs/gravitino-server-config.md

Lines changed: 33 additions & 34 deletions
Large diffs are not rendered by default.

docs/hadoop-catalog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ The Hadoop catalog supports creating, updating, deleting, and listing schema.
5959

6060
### Schema properties
6161

62-
| Property name | Description | Default value | Required | Since Version |
63-
|----------------------------------------------------|----------------------------------------------------------------------------------------------------------------|---------------------------|----------|-----------------|
64-
| `location` | The storage location managed by Hadoop schema. | (none) | No | 0.5.0 |
65-
| `authentication.impersonation-enable` | Whether to enable impersonation for this schema of the Hadoop catalog. | The parent(catalog) value | No | 0.6.0 |
66-
| `authentication.type` | The type of authentication for this schema of Hadoop catalog , currently we only support `kerberos`, `simple`. | The parent(catalog) value | No | 0.6.0 |
67-
| `authentication.kerberos.principal` | The principal of the Kerberos authentication for this schema. | The parent(catalog) value | No | 0.6.0 |
68-
| `authentication.kerberos.keytab-uri` | The URI of The keytab for the Kerberos authentication for this scheam. | The parent(catalog) value | No | 0.6.0 |
62+
| Property name | Description | Default value | Required | Since Version |
63+
|---------------------------------------|----------------------------------------------------------------------------------------------------------------|---------------------------|----------|------------------|
64+
| `location` | The storage location managed by Hadoop schema. | (none) | No | 0.5.0 |
65+
| `authentication.impersonation-enable` | Whether to enable impersonation for this schema of the Hadoop catalog. | The parent(catalog) value | No | 0.6.0-incubating |
66+
| `authentication.type` | The type of authentication for this schema of Hadoop catalog , currently we only support `kerberos`, `simple`. | The parent(catalog) value | No | 0.6.0-incubating |
67+
| `authentication.kerberos.principal` | The principal of the Kerberos authentication for this schema. | The parent(catalog) value | No | 0.6.0-incubating |
68+
| `authentication.kerberos.keytab-uri` | The URI of The keytab for the Kerberos authentication for this scheam. | The parent(catalog) value | No | 0.6.0-incubating |
6969

7070
### Schema operations
7171

docs/how-to-use-relational-backend-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ license: "This software is licensed under the Apache License version 2."
66

77
## Introduction
88

9-
Before the version `0.6.0`, Apache Gravitino supports KV and Relational backend storage to store metadata.
10-
Since 0.6.0, Gravitino only supports using RDBMS as relational backend storage to store metadata. This doc will guide you on how to use the
9+
Before the version `0.6.0-incubating`, Apache Gravitino supports KV and Relational backend storage to store metadata.
10+
Since 0.6.0-incubating, Gravitino only supports using RDBMS as relational backend storage to store metadata. This doc will guide you on how to use the
1111
relational backend storage in Gravitino.
1212

1313
Relational backend storage mainly aims to the users who are accustomed to using RDBMS to
@@ -41,7 +41,7 @@ ${GRAVITINO_HOME}/scripts/mysql/
4141
```
4242

4343
The script name is like `schema-{version}-mysql.sql`, and the `version` depends on your Gravitino version.
44-
For example, if your Gravitino version is `0.6.0`, then you can choose the **latest version** script.
44+
For example, if your Gravitino version is `0.6.0-incubating`, then you can choose the **latest version** script.
4545
If you used a legacy script, you can use `upgrade-{old version}-to-{new version}-mysql.sql` to upgrade the schema.
4646

4747
### Step 2: Initialize the database

docs/iceberg-rest-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For detailed instructions on how to build and install the Gravitino server packa
4949

5050
There are distinct configuration files for standalone and auxiliary server: `gravitino-iceberg-rest-server.conf` is used for the standalone server, while `gravitino.conf` is for the auxiliary server. Although the configuration files differ, the configuration items remain the same.
5151

52-
Starting with version `0.6.0`, the prefix `gravitino.auxService.iceberg-rest.` for auxiliary server configurations has been deprecated. If both `gravitino.auxService.iceberg-rest.key` and `gravitino.iceberg-rest.key` are present, the latter will take precedence. The configurations listed below use the `gravitino.iceberg-rest.` prefix.
52+
Starting with version `0.6.0-incubating`, the prefix `gravitino.auxService.iceberg-rest.` for auxiliary server configurations has been deprecated. If both `gravitino.auxService.iceberg-rest.key` and `gravitino.iceberg-rest.key` are present, the latter will take precedence. The configurations listed below use the `gravitino.iceberg-rest.` prefix.
5353

5454
### Configuration to enable Iceberg REST service in Gravitino server.
5555

docs/jdbc-doris-catalog.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ more details.
4141

4242
Besides the [common catalog properties](./gravitino-server-config.md#gravitino-catalog-properties-configuration), the Doris catalog has the following properties:
4343

44-
| Configuration item | Description | Default value | Required | Since Version |
45-
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|---------------|
46-
| `jdbc-url` | JDBC URL for connecting to the database. For example, `jdbc:mysql://localhost:9030` | (none) | Yes | 0.5.0 |
47-
| `jdbc-driver` | The driver of the JDBC connection. For example, `com.mysql.jdbc.Driver`. | (none) | Yes | 0.5.0 |
48-
| `jdbc-user` | The JDBC user name. | (none) | Yes | 0.5.0 |
49-
| `jdbc-password` | The JDBC password. | (none) | Yes | 0.5.0 |
50-
| `jdbc.pool.min-size` | The minimum number of connections in the pool. `2` by default. | `2` | No | 0.5.0 |
51-
| `jdbc.pool.max-size` | The maximum number of connections in the pool. `10` by default. | `10` | No | 0.5.0 |
52-
| `jdbc.pool.max-size` | The maximum number of connections in the pool. `10` by default. | `10` | No | 0.5.0 |
53-
| `replication_num` | The number of replications for the table. If not specified and the number of backend servers less than 3, then the default value is 1; If not specified and the number of backend servers greater or equals to 3, the default value (3) in Doris server will be used. For more, please see the [doc](https://doris.apache.org/docs/1.2/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE/) | `1` or `3` | No | 0.6.0 |
44+
| Configuration item | Description | Default value | Required | Since Version |
45+
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|------------------|
46+
| `jdbc-url` | JDBC URL for connecting to the database. For example, `jdbc:mysql://localhost:9030` | (none) | Yes | 0.5.0 |
47+
| `jdbc-driver` | The driver of the JDBC connection. For example, `com.mysql.jdbc.Driver`. | (none) | Yes | 0.5.0 |
48+
| `jdbc-user` | The JDBC user name. | (none) | Yes | 0.5.0 |
49+
| `jdbc-password` | The JDBC password. | (none) | Yes | 0.5.0 |
50+
| `jdbc.pool.min-size` | The minimum number of connections in the pool. `2` by default. | `2` | No | 0.5.0 |
51+
| `jdbc.pool.max-size` | The maximum number of connections in the pool. `10` by default. | `10` | No | 0.5.0 |
52+
| `jdbc.pool.max-size` | The maximum number of connections in the pool. `10` by default. | `10` | No | 0.5.0 |
53+
| `replication_num` | The number of replications for the table. If not specified and the number of backend servers less than 3, then the default value is 1; If not specified and the number of backend servers greater or equals to 3, the default value (3) in Doris server will be used. For more, please see the [doc](https://doris.apache.org/docs/1.2/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE/) | `1` or `3` | No | 0.6.0-incubating |
5454
Before using the Doris Catalog, you must download the corresponding JDBC driver to the `catalogs/jdbc-doris/libs` directory.
5555
Gravitino doesn't package the JDBC driver for Doris due to licensing issues.
5656

docs/jdbc-mysql-catalog.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -87,30 +87,30 @@ Refer to [Manage Relational Metadata Using Gravitino](./manage-relational-metada
8787

8888
#### Table column types
8989

90-
| Gravitino Type | MySQL Type |
91-
|------------------|---------------------|
92-
| `Byte` | `Tinyint` |
93-
| `Byte(false)` | `Tinyint Unsigned` |
94-
| `Short` | `Smallint` |
95-
| `Short(false)` | `Smallint Unsigned` |
96-
| `Integer` | `Int` |
97-
| `Integer(false)` | `Int Unsigned` |
98-
| `Long` | `Bigint` |
99-
| `Long(false)` | `Bigint Unsigned` |
100-
| `Float` | `Float` |
101-
| `Double` | `Double` |
102-
| `String` | `Text` |
103-
| `Date` | `Date` |
104-
| `Time` | `Time` |
105-
| `Timestamp` | `Timestamp` |
106-
| `Decimal` | `Decimal` |
107-
| `VarChar` | `VarChar` |
108-
| `FixedChar` | `FixedChar` |
109-
| `Binary` | `Binary` |
90+
| Gravitino Type | MySQL Type |
91+
|--------------------|---------------------|
92+
| `Byte` | `Tinyint` |
93+
| `Unsigned Byte` | `Tinyint Unsigned` |
94+
| `Short` | `Smallint` |
95+
| `Unsigned Short` | `Smallint Unsigned` |
96+
| `Integer` | `Int` |
97+
| `Unsigned Integer` | `Int Unsigned` |
98+
| `Long` | `Bigint` |
99+
| `Unsigned Long` | `Bigint Unsigned` |
100+
| `Float` | `Float` |
101+
| `Double` | `Double` |
102+
| `String` | `Text` |
103+
| `Date` | `Date` |
104+
| `Time` | `Time` |
105+
| `Timestamp` | `Timestamp` |
106+
| `Decimal` | `Decimal` |
107+
| `VarChar` | `VarChar` |
108+
| `FixedChar` | `FixedChar` |
109+
| `Binary` | `Binary` |
110110

111111
:::info
112112
MySQL doesn't support Gravitino `Boolean` `Fixed` `Struct` `List` `Map` `Timestamp_tz` `IntervalDay` `IntervalYear` `Union` `UUID` type.
113-
Meanwhile, the data types other than listed above are mapped to Gravitino **[External Type](./manage-relational-metadata-using-gravitino.md#external-type)** that represents an unresolvable data type since 0.6.0.
113+
Meanwhile, the data types other than listed above are mapped to Gravitino **[External Type](./manage-relational-metadata-using-gravitino.md#external-type)** that represents an unresolvable data type since 0.6.0-incubating.
114114
:::
115115

116116
#### Table column auto-increment

docs/jdbc-postgresql-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Please refer to [Manage Relational Metadata Using Gravitino](./manage-relational
111111

112112
:::info
113113
PostgreSQL doesn't support Gravitino `Fixed` `Struct` `Map` `IntervalDay` `IntervalYear` `Union` `UUID` type.
114-
Meanwhile, the data types other than listed above are mapped to Gravitino **[External Type](./manage-relational-metadata-using-gravitino.md#external-type)** that represents an unresolvable data type since 0.6.0.
114+
Meanwhile, the data types other than listed above are mapped to Gravitino **[External Type](./manage-relational-metadata-using-gravitino.md#external-type)** that represents an unresolvable data type since 0.6.0-incubating.
115115
:::
116116

117117
#### Table column auto-increment

0 commit comments

Comments
 (0)