Skip to content

Commit

Permalink
[Improve] Improve doris create table template default value (#6720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed May 8, 2024
1 parent 765bf16 commit bd64740
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ public interface DorisOptions {
+ "`.`"
+ SaveModePlaceHolder.TABLE_NAME.getPlaceHolder()
+ "` (\n"
+ SaveModePlaceHolder.ROWTYPE_PRIMARY_KEY.getPlaceHolder()
+ ",\n"
+ SaveModePlaceHolder.ROWTYPE_FIELDS.getPlaceHolder()
+ "\n"
+ ") ENGINE=OLAP\n"
Expand Down

0 comments on commit bd64740

Please sign in to comment.