Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter committed Dec 5, 2024
1 parent 51d5fba commit 080f3e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private void setHudiParams(TFileRangeDesc rangeDesc, HudiSplit hudiSplit) {
tableFormatFileDesc.setHudiParams(fileDesc);
rangeDesc.setTableFormatParams(tableFormatFileDesc);
}

private boolean canUseNativeReader() {
return !sessionVariable.isForceJniScanner() && isCowTable;
}
Expand Down

0 comments on commit 080f3e5

Please sign in to comment.