ClickHouse/tests/queries/0_stateless/02346_into_outfile_and_stdout.reference
Smita Kulkarni 228b9e7ec4 Addressed review comments
- Updated exception message in ForkWriteBuffer
- Added test case to tests/queries/0_stateless/02346_into_outfile_and_stdout.sh for calling nextImpl more than once
2022-07-17 20:09:18 +02:00

22 lines
398 B
Plaintext

performing test: select
1 2 3
1 2 3
performing test: bad_query_incorrect_usage
1
performing test: bad_query_no_into_outfile
1
performing test: bad_query_file_exists
1
performing test: compression
Hello, World! From clickhouse.
Hello, World! From clickhouse.
performing test: bad_query_misplaced_compression
1
performing test: bad_query_misplaced_format
1
performing test: union_all
1 2
3 4
1 2
3 4