killzoner commented on code in PR #1374:
URL: 
https://github.com/apache/datafusion-ballista/pull/1374#discussion_r2676170305


##########
ballista/core/src/extension.rs:
##########
@@ -95,9 +95,32 @@ pub trait SessionConfigExt {
         &self,
     ) -> Option<Arc<dyn QueryPlanner + Send + Sync + 'static>>;
 
+    /// Sets parallelism of standalone cluster
+    ///
+    /// This option to be used to configure standalone session context
+    fn with_ballista_standalone_parallelism(self, parallelism: usize) -> Self;
+
     /// Returns parallelism of standalone cluster
     fn ballista_standalone_parallelism(&self) -> usize;
 
+    /// Sets ballista job name

Review Comment:
   reordered / grouped some of the keys 



-- 
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