Skip to content

Commit

Permalink
[fix](case) change dynamic_partition.time_unit from day to month to a…
Browse files Browse the repository at this point in the history
…void the error that the intert data not in partition (apache#25361)

[fix](case) change dynamic_partition.time_unit from day to month to avoid the error that the intert data not in partition
Co-authored-by: stephen <[email protected]>
  • Loading branch information
hello-stephen authored Oct 13, 2023
1 parent 2ec53ff commit 1a25bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/suites/index_p0/test_bitmap_index.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ suite("test_bitmap_index") {
"replication_allocation" = "tag.location.default: 1",
"is_being_synced" = "false",
"dynamic_partition.enable" = "true",
"dynamic_partition.time_unit" = "DAY",
"dynamic_partition.time_unit" = "MONTH",
"dynamic_partition.time_zone" = "Asia/Shanghai",
"dynamic_partition.start" = "-30",
"dynamic_partition.end" = "1",
Expand Down Expand Up @@ -398,7 +398,7 @@ suite("test_bitmap_index") {
"replication_allocation" = "tag.location.default: 1",
"is_being_synced" = "false",
"dynamic_partition.enable" = "true",
"dynamic_partition.time_unit" = "DAY",
"dynamic_partition.time_unit" = "MONTH",
"dynamic_partition.time_zone" = "Asia/Shanghai",
"dynamic_partition.start" = "-30",
"dynamic_partition.end" = "1",
Expand Down

0 comments on commit 1a25bb6

Please sign in to comment.