summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_compare.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_compare.py b/test/sql/test_compare.py
index e96a47553..365ed52b2 100644
--- a/test/sql/test_compare.py
+++ b/test/sql/test_compare.py
@@ -504,6 +504,7 @@ class CoreFixtures(object):
.union_all(select(table_a.c.b)),
select(table_a.c.a).lateral(),
select(table_a.c.a).lateral(name="bar"),
+ table_a.tablesample(0.75),
table_a.tablesample(func.bernoulli(1)),
table_a.tablesample(func.bernoulli(1), seed=func.random()),
table_a.tablesample(func.bernoulli(1), seed=func.other_random()),