You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: docs/apache-hive-catalog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ The following table lists the data types mapped from the Hive catalog to Graviti
125
125
|`uniontype`|`union`| 0.2.0 |
126
126
127
127
:::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.
|`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|
|`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|
Copy file name to clipboardExpand all lines: docs/iceberg-rest-service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ For detailed instructions on how to build and install the Gravitino server packa
49
49
50
50
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.
51
51
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.
53
53
54
54
### Configuration to enable Iceberg REST service in Gravitino server.
Copy file name to clipboardExpand all lines: docs/jdbc-doris-catalog.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,16 +41,16 @@ more details.
41
41
42
42
Besides the [common catalog properties](./gravitino-server-config.md#gravitino-catalog-properties-configuration), the Doris catalog has the following properties:
43
43
44
-
| Configuration item | Description | Default value | Required | Since Version |
|`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 |
|`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|
54
54
Before using the Doris Catalog, you must download the corresponding JDBC driver to the `catalogs/jdbc-doris/libs` directory.
55
55
Gravitino doesn't package the JDBC driver for Doris due to licensing issues.
Copy file name to clipboardExpand all lines: docs/jdbc-mysql-catalog.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,30 +87,30 @@ Refer to [Manage Relational Metadata Using Gravitino](./manage-relational-metada
87
87
88
88
#### Table column types
89
89
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`|
110
110
111
111
:::info
112
112
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.
Copy file name to clipboardExpand all lines: docs/jdbc-postgresql-catalog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Please refer to [Manage Relational Metadata Using Gravitino](./manage-relational
111
111
112
112
:::info
113
113
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.
0 commit comments