Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Apr 17, 2024
1 parent 8364fba commit 239b33d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ suite("parse_sql_from_sql_cache") {
assertHasCache "select * from test_use_plan_cache2"

// NOTE: in cloud mode, add empty partition can not use cache, because the table version already update,
// but in native mode, add empty partition can not use cache
// but in native mode, add empty partition can use cache
sql "alter table test_use_plan_cache2 add partition p6 values[('6'),('7'))"
if (isCloudMode()) {
assertNoCache "select * from test_use_plan_cache2"
Expand Down

0 comments on commit 239b33d

Please sign in to comment.