spark-load/spark-load-common/src/main/java/org/apache/doris/common/io/Roaring64Map.java [922:933]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                } else {
                    throw new UnsupportedOperationException(
                            ".and is not between " + this.getClass() + " and " + lowBitmap1.getClass());
                }
            }

            if (firstBucket) {
                firstBucket = false;

                // Invalidate the lowest high as lowest not valid
                firstHighNotValid = Math.min(firstHighNotValid, high);
                allValid = false;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spark-load/spark-load-common/src/main/java/org/apache/doris/common/io/Roaring64Map.java [963:974]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                } else {
                    throw new UnsupportedOperationException(
                            ".and is not between " + this.getClass() + " and " + lowBitmap1.getClass());
                }
            }

            if (firstBucket) {
                firstBucket = false;

                // Invalidate the lowest high as lowest not valid
                firstHighNotValid = Math.min(firstHighNotValid, high);
                allValid = false;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



