Skip to content

Commit

Permalink
update for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoukangcn committed Apr 20, 2024
1 parent f17f357 commit 446fe99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/jdbc-doris-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ Meanwhile, the data types other than listed above are mapped to Gravitino **[Unp
#### Table column auto-increment

:::note
Doris does not support auto-increment column before version 2.1.0
So, Gravitino did not support auto-increment column before version 0.5.0
Gravitino does not support the creation of an auto-increment column for a Doris table now.
:::


Expand Down Expand Up @@ -170,4 +169,5 @@ Gravitino supports these table alteration operations:
- Schema change, such as add/modify/drop columns can be processed in batch
- Can modify multi column comments at same time
- You can't modify the column type and column comment at the same time
- The schema alteration in Doris is an asynchronous operation. You might retrieve an outdated schema if you execute a schema query immediately following the alteration. It is recommended to pause briefly following the schema alteration, and Gravitino will incorporate the schema alteration status into the schema information in the upcoming version.
:::

0 comments on commit 446fe99

Please sign in to comment.