MCPcopy Create free account
hub / github.com/apache/arrow / DestinationParentPathNotFound

Function DestinationParentPathNotFound

cpp/src/arrow/filesystem/azurefs.cc:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588Status DestinationParentPathNotFound(const AzureLocation& dest) {
589 return Status::IOError("The parent directory of the destination path '", dest.all,
590 "' does not exist.");
591}
592
593Status CrossContainerMoveNotImplemented(const AzureLocation& src,
594 const AzureLocation& dest) {

Callers 1

MovePathWithDataLakeAPIFunction · 0.85

Calls 1

IOErrorFunction · 0.85

Tested by

no test coverage detected