Skip to content

Commit

Permalink
add import regex
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 22, 2024
1 parent f2f749f commit b6dcaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import java.util.concurrent.Future
import java.util.concurrent.ThreadFactory
import java.util.concurrent.TimeUnit
import java.util.concurrent.atomic.AtomicBoolean
import java.util.regex.Pattern
import java.util.stream.Collectors
import java.util.stream.LongStream
import static org.apache.doris.regression.util.DataUtils.sortByToString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ suite("query35") {
cd_dep_college_count
limit 100"""
qt_ds_shape_35 """
explain shape plan
explain physical plan
${ds}
"""
}

0 comments on commit b6dcaf0

Please sign in to comment.