I have a folder structured like 0000000-DistrictName/20XX/data.parquet
. I thought that this code would get me virtual columns of “district” and “year”, but it doesn’t: arrow::open_dataset(fs::dir_ls(recurse=TRUE, regexp = 'data.parquet'), partitioning = c('district', 'year'))
.