Jelajahi Sumber

gh-1805 - Child query reading XML dataset failure

When a child query read a xml dataset, Thor failed to create and serialize
the initialization meta information, resulting in a crash in the slave(s)

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 13 tahun lalu
induk
melakukan
6ef93c4a4e
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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: