summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/read.yql
blob: 86381aef3ae858561c91c80d8185ee42c89e4ab3 (plain) (blame)
1
2
3
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 10 */
SELECT * FROM plato.Input TABLESAMPLE BERNOULLI(30) REPEATABLE(1);