fixed due to review

This commit is contained in:
yariks5s 2023-11-14 13:27:32 +00:00
parent 6d9b517b19
commit 9ce9dc86d3
3 changed files with 11 additions and 1 deletions

View File

@ -2,4 +2,8 @@
3
3
array Int64
3
\N
1000000
1000000
array Int64
\N

View File

@ -11,3 +11,9 @@ $CLICKHOUSE_LOCAL -nm -q "
desc file('$CURDIR/data_npy/one_dim.npy');
select number_of_rows from system.schema_inference_cache where format='Npy';
"
$CLICKHOUSE_LOCAL -q "select count() from file('$CURDIR/data_npy/npy_big.npy') settings optimize_count_from_files=0"
$CLICKHOUSE_LOCAL -q "select count() from file('$CURDIR/data_npy/npy_big.npy') settings optimize_count_from_files=1"
$CLICKHOUSE_LOCAL -nm -q "
desc file('$CURDIR/data_npy/npy_big.npy');
select number_of_rows from system.schema_inference_cache where format='Npy';
"

Binary file not shown.