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 committed Oct 30, 2024
1 parent 6d23020 commit f81d7bd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2111,6 +2111,13 @@ public void setIgnoreShapePlanNodes(String ignoreShapePlanNodes) {
})
public boolean requireSequenceInInsert = true;


@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.'"
})
public boolean skipCheckingAcidVersionFile = false;

public void setEnableEsParallelScroll(boolean enableESParallelScroll) {
this.enableESParallelScroll = enableESParallelScroll;
}
Expand Down

0 comments on commit f81d7bd

Please sign in to comment.