Skip to content

Commit

Permalink
[branch-2.1](insert) Fix ENABLE_AUTO_CREATE_WHEN_OVERWRITE forward to…
Browse files Browse the repository at this point in the history
… Master (#44570) (#44596)

pick #44570
  • Loading branch information
zclllyybb authored Nov 26, 2024
1 parent 4113c11 commit c66802f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ public void setIgnoreShapePlanNodes(String ignoreShapePlanNodes) {
})
public boolean requireSequenceInInsert = true;

@VariableMgr.VarAttr(name = ENABLE_AUTO_CREATE_WHEN_OVERWRITE, description = {
@VariableMgr.VarAttr(name = ENABLE_AUTO_CREATE_WHEN_OVERWRITE, needForward = true, description = {
"开启后对自动分区表的 insert overwrite 操作会对没有找到分区的插入数据按自动分区规则创建分区,默认关闭",
"The insert overwrite operation on an auto-partitioned table will create partitions for inserted data"
+ " for which no partition is found according to the auto-partitioning rules, which is turned off"
Expand Down

0 comments on commit c66802f

Please sign in to comment.