Browse Source

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 years ago
parent
commit
aa1e0c02a9
1 changed files with 1 additions and 0 deletions
  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: