Преглед на файлове

HPCC-14490 Mark superfiles in files read with attribute

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith преди 9 години
родител
ревизия
712de1c20d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      common/workunit/workunit.cpp

+ 1 - 0
common/workunit/workunit.cpp

@@ -6201,6 +6201,7 @@ static void _noteFileRead(IDistributedFile *file, IPropertyTree *filesRead)
         }
         if (super)
         {
+            fileTree->setPropBool("@super", true);
             Owned<IDistributedFileIterator> iter = super->getSubFileIterator(false);
             ForEach (*iter)
             {