mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Update 02013_zlib_read_after_eof.sh
This commit is contained in:
parent
4a12a5fe91
commit
b505a9bf8e
@ -11,7 +11,7 @@ $CLICKHOUSE_CLIENT -q "DROP TABLE IF EXISTS graphite;"
|
||||
$CLICKHOUSE_CLIENT -q "CREATE TABLE graphite(\`Path\` String, \`Value\` Float64, \`Time\` UInt32, \`Date\` Date, \`Timestamp\` UInt32) \
|
||||
ENGINE = MergeTree PARTITION BY toYYYYMM(Date) ORDER BY (Path, Time) SETTINGS index_granularity = 8192;"
|
||||
|
||||
cat "$DATA_FILE" | go run 02013_zlib_read_after_eof.go
|
||||
cat "$DATA_FILE" | go run $CUR_DIR/02013_zlib_read_after_eof.go
|
||||
|
||||
$CLICKHOUSE_CLIENT -q "SELECT count() FROM graphite;"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user