add test and update codes per commit

This commit is contained in:
Chang Chen 2024-08-18 19:11:30 +08:00
parent d6e170f777
commit 858f8b5020
4 changed files with 10 additions and 1 deletions

View File

@ -286,7 +286,7 @@ static std::vector<Range> getHyperrectangleForRowGroup(const parquet::FileMetaDa
if (!s)
continue;
if(s->descr()->schema_node()->is_repeated())
if (s->descr()->schema_node()->is_repeated())
continue;
auto path = c->path_in_schema()->ToDotVector();

View File

@ -0,0 +1 @@
[1,2]

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Tags: no-fasttest
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
$CLICKHOUSE_LOCAL -q "select f from file('$CURDIR/data_parquet/68131.parquet', Parquet, 'f Array(Int32)')"

Binary file not shown.