blob: 36a1eceef5189064df300d8f67f81373bbe85d46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 10 */
/* ignore plan diff */
use plato;
pragma DisableSimpleColumns;
pragma yt.MapJoinLimit="1m";
select * from plato.Input as a SAMPLE 0.3
inner join plato.Input as b
on a.key = b.key;
|