mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Add a test
This commit is contained in:
parent
0b1c96db51
commit
213f290c09
@ -0,0 +1 @@
|
|||||||
|
(at row 2)
|
6
tests/queries/0_stateless/01554_row_number_after_cannot_read_all_data.sh
Executable file
6
tests/queries/0_stateless/01554_row_number_after_cannot_read_all_data.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
|
. "$CURDIR"/../shell_config.sh
|
||||||
|
|
||||||
|
echo -n -e '\x01\x00\x00\x00\x05Hello\x80' | ${CLICKHOUSE_LOCAL} --structure 'x UInt32, s String' --query "SELECT * FROM table" --input-format RowBinary 2>&1 | grep -oF '(at row 2)'
|
Loading…
Reference in New Issue
Block a user