milenkovicm opened a new pull request, #1130:
URL: https://github.com/apache/datafusion-ballista/pull/1130

   # Which issue does this PR close?
   
   Closes none.
   
    # Rationale for this change
   
   separation of concerns of internal modules and reducing public api removing 
methods not commonly ysed
   
   # What changes are included in this PR?
   
   refactor `SessionStateExt` and `SessionConfigExt` moving them out from util 
to their own module as
   util is too busy, also it will align with naming in used in client.
   
   also, split `SessionConfigExt` to `SessionConfigExt` and 
`SessionConfigHelperExt`. `SessionConfigExt`
   will stay user facing, `SessionConfigHelperExt` will be used internally. 
This reduces ballista
   client public API
   
   
   # Are there any user-facing changes?
   
   No


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