Преглед изворни кода

Merge pull request #1813 from jakesmith/gh-1805

gh-1805 - Child query reading XML dataset failure

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman пре 13 година
родитељ
комит
aa1e0c02a9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      thorlcr/graph/thgraph.cpp

+ 1 - 0
thorlcr/graph/thgraph.cpp

@@ -348,6 +348,7 @@ bool isDiskInput(ThorActivityKind kind)
     switch (kind)
     {
         case TAKcsvread:
+        case TAKxmlread:
         case TAKdiskread:
         case TAKdisknormalize:
         case TAKdiskaggregate: