Kaynağa Gözat

HPCC-14490 Mark superfiles in files read with attribute

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 9 yıl önce
ebeveyn
işleme
712de1c20d
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)
             {