houqp commented on issue #1862:
URL: 
https://github.com/apache/arrow-datafusion/issues/1862#issuecomment-1043887606


   The change makes sense to me over all :+1: Only nitpick is I think SQLConfig 
is not a good name for the following two reasons: 1) target partition and 
batch_size are not SQL specific configs 2) I think it would be better to design 
the system so that SQL is just a subset of the features that are supported by 
ballista, in the long run, I consider ballista a distributed compute framework 
that can execute arbitrary relational queries defined by users, even with 
custom UDFs. Perhaps we can keep the ExecutionConfig name? Or maybe rename to 
SessionConfig.


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