Skip to content

Commit

Permalink
adjusted adding of physical plan
Browse files Browse the repository at this point in the history
  • Loading branch information
datomo committed Dec 11, 2024
1 parent 6238f74 commit a8844a0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ public static void outputSingleResult( Plan plan, InformationManager queryAnalyz


public static void addPhysicalPlanPage( AlgNode optimalNode, InformationManager queryAnalyzer, long stmtIdx, boolean attachTextualPlan ) {

UiRoutingPageUtil.counter.incrementAndGet();
Future<?> future = executorService.submit( () -> {
UiRoutingPageUtil.counter.incrementAndGet();
try {
addRoutedPolyPlanPage( optimalNode, queryAnalyzer, stmtIdx, true, attachTextualPlan );
} catch ( Throwable t ) {
Expand Down

0 comments on commit a8844a0

Please sign in to comment.