Skip to content

runs air format#91

Merged
tomjemmett merged 1 commit intomainfrom
run_air_format
Mar 13, 2026
Merged

runs air format#91
tomjemmett merged 1 commit intomainfrom
run_air_format

Conversation

@tomjemmett
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 13, 2026 17:00
Copy link
Copy Markdown
Member

@francisbarton francisbarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK!

@tomjemmett tomjemmett merged commit 34a0c59 into main Mar 13, 2026
3 checks passed
@tomjemmett tomjemmett deleted the run_air_format branch March 13, 2026 17:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

file_path <- sub("^/", "", gsub("/+", "/", file.path(dpath, fname)))

filepath_out <- AzureStor::list_blobs(container, dpath, recursive = FALSE) |>
dplyr::filter(dplyr::if_any("name", \(x) x == {{ file_path }})) |>
Comment on lines +139 to +145
dpath <- file.path(path, dir_name)
fname <- basename(file)
if (nzchar(ext) && !gregg(fname, "\\.{ext}$")) {
fname <- glue::glue("{fname}.{ext}")
}
# remove duplicate slashes and any initial slashes
file_path <- sub("^/", "", gsub("/+", "/", file.path(dpath, fname)))
expect_equal(file_path, "dev/baseline.parquet")
dir_list <- AzureStor::list_blobs(inp, p2, recursive = FALSE)
file_name_out <- dir_list |>
dplyr::filter(dplyr::if_any("name", \(x) x == {{ file_path }})) |>
expect_equal(p2, "dev")
file_name <- paste0(basename(file), ".", ext)
expect_equal(file_name, "baseline.parquet")
file_path <- sub("^/", "", sub("/+", "/", file.path(p2, file_name)))
Comment on lines +108 to +115
dpath <- glue::glue("{path}/{dir_name}")
file_name <- sub(glue::glue("\\.{file_ext}$"), "", basename(pqt_file))

file_name <- if (gregg(basename(pqt_file), "\\.{file_ext}$")) {
basename(pqt_file)
} else {
glue::glue("{basename(pqt_file)}.{file_ext}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants