mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix test
This commit is contained in:
parent
e9232fc4e6
commit
330e3324b0
@ -1,4 +1,4 @@
|
||||
403499
|
||||
403489
|
||||
1000 320 171 23
|
||||
2500 569 354 13
|
||||
2500 569 354 13
|
||||
2500 597 332 14
|
||||
2500 597 332 14
|
||||
|
@ -4,6 +4,10 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
|
||||
# Compared to explicitly specifying the structure of the input,
|
||||
# schema inference adds Nullable(T) to all types, so the model and the results
|
||||
# are a bit different from test '00175_obfuscator_schema_inference.sh'
|
||||
|
||||
$CLICKHOUSE_CLIENT --max_threads 1 --query="SELECT URL, Title, SearchPhrase FROM test.hits LIMIT 1000" > "${CLICKHOUSE_TMP}"/data.tsv
|
||||
|
||||
# Test obfuscator without saving the model
|
||||
|
Loading…
Reference in New Issue
Block a user