9 lines
278 B
SQL
9 lines
278 B
SQL
# name: test/sql/copy/parquet/parquet_4859.test
|
|
# description: Issue #4859: Structs in structs lost type info in recursive call to TypeHasExactRowCount
|
|
# group: [parquet]
|
|
|
|
require parquet
|
|
|
|
statement ok
|
|
select "repositoryTopics.edges" from "data/parquet-testing/bug4859.parquet"
|