diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-11-20 17:37:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 17:37:57 +0000 |
commit | f76323e9b295c15751e51e3443aa47a36bee8023 (patch) | |
tree | 4113c8cad473a33e0f746966e0cf087252fa1d7a /yql/essentials/tests/sql/suites/join/root.txt | |
parent | 753ecb8d410a4cb459c26f3a0082fb2d1724fe63 (diff) | |
parent | a7b9a6afea2a9d7a7bfac4c5eb4c1a8e60adb9e6 (diff) | |
download | ydb-f76323e9b295c15751e51e3443aa47a36bee8023.tar.gz |
Merge pull request #11788 from ydb-platform/mergelibs-241120-1113
Library import 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"}; |