andygrove commented on code in PR #1113: URL: https://github.com/apache/datafusion-ballista/pull/1113#discussion_r1845011568
########## docs/source/user-guide/configs.md: ########## @@ -19,46 +19,74 @@ # Configuration -## BallistaContext Configuration Settings +## Ballista Configuration Settings -Ballista has a number of configuration settings that can be specified when creating a BallistaContext. +Configuring Ballista is like configuring DataFusion. Apart from a few Ballista specific configurations all others are the same like DataFusion. Review Comment: nit: I think this can be rephrased to be more concise: ```suggestion Configuring Ballista is quite similar to configuring DataFusion. Most settings are identical, with only a few configurations specific to Ballista. ``` -- 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]
