diff options
author | vvvv <vvvv@yandex-team.com> | 2024-12-28 17:20:43 +0300 |
---|---|---|
committer | vvvv <vvvv@yandex-team.com> | 2024-12-28 18:00:52 +0300 |
commit | c3689e981be0dc1c9f79ac90f7d36d456124f782 (patch) | |
tree | d5af3c1cce2a16bb19537c5dc6c5b3f15118adfc /yt/yql/tests/sql/suites/aggregate/columns.txt | |
parent | 1217ad4cbdfb5b1e52f8461a0681dd24bf1d6b70 (diff) | |
download | ydb-c3689e981be0dc1c9f79ac90f7d36d456124f782.tar.gz |
Change "devtools/contrib/piglet/projects/ydblib/config.yaml"
commit_hash:3d2efe706faf091f9f2f2e93e511213405b80e78
Diffstat (limited to 'yt/yql/tests/sql/suites/aggregate/columns.txt')
-rw-r--r-- | yt/yql/tests/sql/suites/aggregate/columns.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yt/yql/tests/sql/suites/aggregate/columns.txt b/yt/yql/tests/sql/suites/aggregate/columns.txt new file mode 100644 index 0000000000..24785da79e --- /dev/null +++ b/yt/yql/tests/sql/suites/aggregate/columns.txt @@ -0,0 +1,8 @@ +{"a"="x"; "b"=1u; "c"=133; "d"=-5 }; +{"a"="y"; "b"=1u; "c"=90; "d"=12 }; +{"a"="y"; "b"=0u; "c"=5; "d"=999}; +{"a"="y"; "b"=0u; "c"=111; "d"=42 }; +{"a"="y"; "b"=1u; "c"=-8; "d"=6 }; +{"a"="x"; "b"=1u; "c"=256; "d"=-77}; +{"a"="x"; "b"=1u; "c"=2; "d"=-47}; +{"a"="y"; "b"=1u; "c"=88; "d"=3 }; |