min-guk commented on PR #2147:
URL: https://github.com/apache/systemds/pull/2147#issuecomment-2557550135

   ## Updates  
   As discussed in the meeting, I have updated the following components:  
   - **CostEnumeratorTest**  
   - **printFedPlanTreeRecursive**  
   
   ### Updated Output of `printFedPlanTreeRecursive`  
   The following is the updated result of `printFedPlanTreeRecursive`:
   ```
   (14) u(print) [LOUT] (13) {Total: 911.0, Self: 1.0, Net: 0.0} [-1, -1, -1, 
-1] [0, 0, 0 -> 0MB]
   (13) ua(+RC) [LOUT] (12) {Total: 910.0, Self: 400.0, Net: 0.0} [0, 0, -1, 
-1] [0, 0, 0 -> 0MB], CP
   (12) u(sqrt) [LOUT] (11) {Total: 510.0, Self: 200.0, Net: 0.0} [10, 10, 
1000, -1] [0, 0, 0 -> 0MB], CP
   (11) b(+) [LOUT] (1,10) {Total: 310.0, Self: 100.0, Net: 0.0} [10, 10, 1000, 
-1] [0, 0, 0 -> 0MB], CP
   (1) LiteralOp 7 [LOUT] {Total: 1.0, Self: 1.0, Net: 0.0} [0, 0, -1, -1] [0, 
0, 0 -> 0MB]
   (10) b(^) [LOUT] (8,9) {Total: 209.0, Self: 100.0, Net: 0.0} [10, 10, 1000, 
100] [0, 0, 0 -> 0MB], CP
   (8) dg(rand) [LOUT] (0,1,2,3,1,0,6,6) {Total: 108.0, Self: 100.0, Net: 0.0} 
[10, 10, 1000, 100] [0, 0, 0 -> 0MB], CP
   (0) LiteralOp 1.0 [LOUT] {Total: 1.0, Self: 1.0, Net: 0.0} [0, 0, -1, -1] 
[0, 0, 0 -> 0MB]
   (2) LiteralOp uniform [LOUT] {Total: 1.0, Self: 1.0, Net: 0.0} [0, 0, -1, 
-1] [0, 0, 0 -> 0MB]
   (3) LiteralOp -1 [LOUT] {Total: 1.0, Self: 1.0, Net: 0.0} [0, 0, -1, -1] [0, 
0, 0 -> 0MB]
   (6) LiteralOp 10 [LOUT] {Total: 1.0, Self: 1.0, Net: 0.0} [0, 0, -1, -1] [0, 
0, 0 -> 0MB]
   (9) LiteralOp 2 [LOUT] {Total: 1.0, Self: 1.0, Net: 0.0} [0, 0, -1, -1] [0, 
0, 0 -> 0MB]
   ```
   
   ## Next Tasks  
   The upcoming tasks are as follows:  
   1. Implement exception cases for `costestimator`.  
   2. Add test DML scripts that include `for` loops.  
   3. Brainstorm an implementation method for a globally optimal federated plan 
considering control flow.  
   
   ---  
   Please review the updates and let me know if further adjustments are needed. 
 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to