Skip to content

Commit

Permalink
[fix](hive-transaction) skip_checking_acid_version_file need to be fo…
Browse files Browse the repository at this point in the history
…rwarded (apache#42225)

followup apache#42111
the skip_checking_acid_version_file need to be forwarded
  • Loading branch information
morningman authored Oct 22, 2024
1 parent 41caf83 commit bd2d846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ public void setIgnoreShapePlanNodes(String ignoreShapePlanNodes) {
@VariableMgr.VarAttr(name = ENABLE_COOLDOWN_REPLICA_AFFINITY, needForward = true)
public boolean enableCooldownReplicaAffinity = true;

@VariableMgr.VarAttr(name = SKIP_CHECKING_ACID_VERSION_FILE, description = {
@VariableMgr.VarAttr(name = SKIP_CHECKING_ACID_VERSION_FILE, needForward = true, description = {
"跳过检查 transactional hive 版本文件 '_orc_acid_version.'",
"Skip checking transactional hive version file '_orc_acid_version.'"
})
Expand Down

0 comments on commit bd2d846

Please sign in to comment.