coderfender commented on code in PR #3704:
URL: https://github.com/apache/datafusion-comet/pull/3704#discussion_r2942352610


##########
native/core/src/execution/planner.rs:
##########
@@ -197,6 +196,11 @@ impl PhysicalPlanner {
         &self.session_ctx
     }
 
+    /// Return partition id of this planner.
+    pub fn partition(&self) -> i32 {
+        self.partition
+    }

Review Comment:
   had to add a method since partition field is private which was not being 
accessed outside this file before refactor (SparkPartitionId , 
MonotonicallyIncreasingId functions leverage this) 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to