waitingkuo commented on issue #3887:
URL: 
https://github.com/apache/arrow-datafusion/issues/3887#issuecomment-1282969153

   @alamb thank you! while i was changing` ConfigOption` I was thinking about 
this as well.
   
   some of the setter (in `SessionConfig`) contains validator 
   
   e.g. n should be greater than 0 for target partitions
   
   
https://github.com/apache/arrow-datafusion/blob/feff5dc805449afa4a7ecb5ca88b979ad5739cce/datafusion/core/src/execution/context.rs#L1209-L1213
   
   Do you think we should leave them in `SessionConfig` or move into 
`ConfigOptions`?


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

Reply via email to