This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 221b00b638e Fix test_hive_default_partition.groovy test case (#25894)
221b00b638e is described below
commit 221b00b638e465da01adf2cde82b80c3f21cc30e
Author: Jibing-Li <[email protected]>
AuthorDate: Wed Oct 25 18:46:08 2023 +0800
Fix test_hive_default_partition.groovy test case (#25894)
---
.../external_table_p2/hive/test_hive_default_partition.groovy | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/regression-test/suites/external_table_p2/hive/test_hive_default_partition.groovy
b/regression-test/suites/external_table_p2/hive/test_hive_default_partition.groovy
index e1ae7493215..98f136ab642 100644
---
a/regression-test/suites/external_table_p2/hive/test_hive_default_partition.groovy
+++
b/regression-test/suites/external_table_p2/hive/test_hive_default_partition.groovy
@@ -206,7 +206,7 @@ suite("test_hive_default_partition", "p2") {
explain {
sql("${string_part_prune1}")
- contains "partition=2/4"
+ contains "partition=1/4"
}
explain {
sql("${string_part_prune2}")
@@ -222,7 +222,7 @@ suite("test_hive_default_partition", "p2") {
}
explain {
sql("${string_part_prune5}")
- contains "partition=2/4"
+ contains "partition=1/4"
}
explain {
sql("${string_part_prune6}")
@@ -234,11 +234,11 @@ suite("test_hive_default_partition", "p2") {
}
explain {
sql("${string_part_prune8}")
- contains "partition=2/4"
+ contains "partition=1/4"
}
explain {
sql("${string_part_prune9}")
- contains "partition=2/4"
+ contains "partition=1/4"
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]