Skip to content

Commit

Permalink
Merge pull request #131451 from michae2/backport23.2-125150
Browse files Browse the repository at this point in the history
release-23.2: sql: deflake distsql_stats logic test
  • Loading branch information
michae2 authored Sep 26, 2024
2 parents d3e0632 + 7673012 commit 2db2376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/distsql_stats
Original file line number Diff line number Diff line change
Expand Up @@ -2740,7 +2740,7 @@ NULL {o} 1000 32 true
statement ok
SET optimizer_use_virtual_computed_column_stats = true

query T
query T retry
EXPLAIN SELECT * FROM mno WHERE n = 1 AND o = 9
----
distribution: full
Expand Down

0 comments on commit 2db2376

Please sign in to comment.