Skip to content

Commit

Permalink
fix pipe IT
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Sep 29, 2024
1 parent 7b463c8 commit 28aa427
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,9 @@ public int getAvgBinaryPointSize() {
index = i;
}
}
if (maxSize == 0) {
return 0;
}
if (bitMaps == null || bitMaps.get(index) == null) {
pointNum = rowCount;
} else {
Expand Down

0 comments on commit 28aa427

Please sign in to comment.