فهرست منبع

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 سال پیش
والد
کامیت
6ef93c4a4e
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)
     switch (kind)
     {
     {
         case TAKcsvread:
         case TAKcsvread:
+        case TAKxmlread:
         case TAKdiskread:
         case TAKdiskread:
         case TAKdisknormalize:
         case TAKdisknormalize:
         case TAKdiskaggregate:
         case TAKdiskaggregate: