Cherry-picked from https://github.com/apache/doris/pull/44965
This commit is contained in:
@ -99,7 +99,7 @@ protected:
|
||||
abs_path = path;
|
||||
} else {
|
||||
// path with no schema
|
||||
abs_path = _root_path / path;
|
||||
abs_path = _s3_conf.prefix / path;
|
||||
}
|
||||
return Status::OK();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user