This commit is contained in:
Nikolay Degterinsky 2022-09-05 12:46:26 +00:00
parent e9232fc4e6
commit 330e3324b0
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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