Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Oct 21, 2024
1 parent bc7780c commit 7fcd217
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions fe/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ private Statistics computeCatalogRelation(CatalogRelation catalogRelation) {
.getStatistics(olap.getRelationId());
if (optStats.isPresent()) {
double actualRowCount = catalogRelation
.getTable().getRowCountForNereids();
.getTable().getRowCountForNereids();
if (actualRowCount > optStats.get().getRowCount()) {
return optStats.get();
}
Expand Down

0 comments on commit 7fcd217

Please sign in to comment.