milenkovicm opened a new pull request, #1150:
URL: https://github.com/apache/datafusion-ballista/pull/1150
# Which issue does this PR close?
Closes none.
# Rationale for this change
There are a bit too many dependencies, some of which are duplicated and can
be replaced with some other we use, some of which are not maintained. As users
can create their own binaries there is no need to depend on dependencies which
our binaries use.
There were cases where log and trace has been used in the same files, I have
removed trace but we can revisit that decision in subsequent PRs
# What changes are included in this PR?
- remove few dependencies (anyhow, parse_arg)
- make few dependencies optional. dependencies used in executor and
scheduler binaries are optional now
- remove use of trace in few files where log was used as well
# 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]