[teiid-commits] teiid SVN: r3346 - branches/7.4.x/engine/src/main/java/org/teiid/query/processor/xml.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Jul 28 07:43:06 EDT 2011


Author: shawkins
Date: 2011-07-28 07:43:06 -0400 (Thu, 28 Jul 2011)
New Revision: 3346

Modified:
   branches/7.4.x/engine/src/main/java/org/teiid/query/processor/xml/ExecStagingTableInstruction.java
Log:
TEIID-993 adding the ability to start sibling mapping class queries in parallel.

Modified: branches/7.4.x/engine/src/main/java/org/teiid/query/processor/xml/ExecStagingTableInstruction.java
===================================================================
--- branches/7.4.x/engine/src/main/java/org/teiid/query/processor/xml/ExecStagingTableInstruction.java	2011-07-27 21:30:01 UTC (rev 3345)
+++ branches/7.4.x/engine/src/main/java/org/teiid/query/processor/xml/ExecStagingTableInstruction.java	2011-07-28 11:43:06 UTC (rev 3346)
@@ -73,7 +73,7 @@
             // bound references; they are not part of the document; so they do not know about document
             // details.
             Map referenceValues = null;
-            executor.execute(referenceValues);
+            executor.execute(referenceValues, false);
             env.markStagingTableAsLoaded(this.resultSetName);
             
             // now that we done executing the plan; remove the plan from context



More information about the teiid-commits mailing list