21 namespace foreign_storage {
23 throw std::runtime_error{
24 "Refresh of foreign table created with \"APPEND\" update type failed as file "
30 throw std::runtime_error{
31 "Refresh of foreign table created with \"APPEND\" update type failed as "
33 file_path +
"\" was removed."};
37 const std::string& file_path) {
38 throw std::runtime_error{
"Mismatched number of logical columns: (expected " +
void throw_removed_row_error(const std::string &file_path)
void throw_removed_file_error(const std::string &file_path)
void throw_number_of_columns_mismatch_error(size_t num_table_cols, size_t num_file_cols, const std::string &file_path)