Check if parquet dataset/file is readable and has the good number of rows
expect_parquet(
path,
with_lines,
with_partitions = NULL,
with_columns = NULL,
with_files = NULL
)
the dataset handle
to the parquet file or dataset
number of lines the file/dataset should have
NULL or a vector with the partition names the dataset should have
NULL or a column's name vector the dataset/file should have
NULL or number of files a dataset should have