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

Function InvalidDirMoveToSubdir

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

Source from the content-addressed store, hash-verified

581}
582
583Status InvalidDirMoveToSubdir(const AzureLocation& src, const AzureLocation& dest) {
584 return Status::Invalid("Cannot Move to '", dest.all, "' and make '", src.all,
585 "' a sub-directory of itself.");
586}
587
588Status DestinationParentPathNotFound(const AzureLocation& dest) {
589 return Status::IOError("The parent directory of the destination path '", dest.all,

Callers 2

MoveContainerToPathFunction · 0.85
CreateContainerFromPathFunction · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected