Sfoglia il codice sorgente

Merge branch 'master' into candidate-5.0.0

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 anni fa
parent
commit
01b02254ce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ecl/hthor/hthor.cpp

+ 1 - 1
ecl/hthor/hthor.cpp

@@ -427,7 +427,7 @@ void CHThorDiskWriteActivity::resolve()
                 else
                     throw MakeStringException(99, "Cannot write %s, file already exists (missing OVERWRITE attribute?)", lfn.str());
             }
-            else
+            else if (f->exists() || f->isExternal() || agent.queryResolveFilesLocally())
             {
                 // special/local/external file
                 if (f->numParts()!=1)