Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: srlch <[email protected]>
  • Loading branch information
srlch committed Nov 4, 2024
1 parent f924c3f commit d3d513b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4293,10 +4293,6 @@ public boolean isDisableGeneratedColumnRewrite() {
return disableGeneratedColumnRewrite;
}

public void setDisableGeneratedColumnRewrite(boolean disableGeneratedColumnRewrite) {
this.disableGeneratedColumnRewrite = disableGeneratedColumnRewrite;
}

public int getConnectorIncrementalScanRangeNumber() {
return connectorIncrementalScanRangeSize;
}
Expand Down

0 comments on commit d3d513b

Please sign in to comment.