diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
commit | 31773f157bf8164364649b5f470f52dece0a4317 (patch) | |
tree | 33d0f7eef45303ab68cf08ab381ce5e5e36c5240 /yql/essentials/tests/sql/suites/join/root.txt | |
parent | 2c7938962d8689e175574fc1e817c05049f27905 (diff) | |
parent | eff600952d5dfe17942f38f510a8ac2b203bb3a5 (diff) | |
download | ydb-31773f157bf8164364649b5f470f52dece0a4317.tar.gz |
Merge branch 'rightlib' into mergelibs-241120-1113
Diffstat (limited to 'yql/essentials/tests/sql/suites/join/root.txt')
-rw-r--r-- | yql/essentials/tests/sql/suites/join/root.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/yql/essentials/tests/sql/suites/join/root.txt b/yql/essentials/tests/sql/suites/join/root.txt new file mode 100644 index 0000000000..fc60ef431f --- /dev/null +++ b/yql/essentials/tests/sql/suites/join/root.txt @@ -0,0 +1,20 @@ +{"key"=023u;"leaf"=3u;"branch"=10u;"value"="xxx"}; +{"key"=037u;"leaf"=5u;"branch"=#;"value"="ddd"}; +{"key"=075u;"leaf"=1u;"branch"=#;"value"="abc"}; +{"key"=150u;"leaf"=1u;"branch"=19u;"value"="aaa"}; +{"key"=150u;"leaf"=#;"branch"=18u;"value"="iii"}; +{"key"=150u;"leaf"=8u;"branch"=12u;"value"="zzz"}; +{"key"=200u;"leaf"=7u;"branch"=11u;"value"=#}; +{"key"=200u;"leaf"=7u;"branch"=11u;"value"=#}; +{"key"=666u;"leaf"=#;"branch"=#;"value"="bad"}; +{"key"=777u;"leaf"=2u;"branch"=#;"value"="lol"}; +{"key"=888u;"leaf"=#;"branch"=14u;"value"="dad"}; +{"key"=527u;"leaf"=#;"branch"=11u;"value"="bbb"}; +{"key"=761u;"leaf"=6u;"branch"=13u;"value"="ccc"}; +{"key"=911u;"leaf"=#;"branch"=17u;"value"=#}; +{"key"=999u;"leaf"=90u;"branch"=10u;"value"="not"}; +{"key"=090u;"leaf"=4u;"branch"=15u;"value"="ups"}; +{"key"=090u;"leaf"=4u;"branch"=15u;"value"="ups"}; +{"key"=111u;"leaf"=100u;"branch"=19u;"value"="jjj"}; +{"key"=222u;"leaf"=9u;"branch"=100u;"value"="ttt"}; +{"key"=000u;"leaf"=100u;"branch"=100u;"value"="000"}; |