Skip to content

Commit

Permalink
sql: retry query requiring cluster setting propagation
Browse files Browse the repository at this point in the history
Fixes: #95359
Release note: None
Epic: none
  • Loading branch information
cucaroach committed Jan 19, 2023
1 parent 767f5e7 commit 8bb0122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SELECT k FROM geo_table WHERE ST_DWithin('POINT(2.5 2.5)'::geometry, geom, 1) OR
statement ok
SET CLUSTER SETTING sql.spatial.experimental_box2d_comparison_operators.enabled = on

query I
query I retry
SELECT k FROM geo_table WHERE 'POINT(3.0 3.0)'::geometry && geom ORDER BY k
----
3
Expand Down

0 comments on commit 8bb0122

Please sign in to comment.