GitHub user wzhfy opened a pull request:
https://github.com/apache/spark/pull/18391
[SPARK-21180][SQL] Remove conf from stats functions since now we have conf
in LogicalPlan
## What changes were proposed in this pull request?
After wiring `SQLConf` in logical plan, we can remove the need of passing
`conf` into `def stats` and `def computeStats`.
## How was this patch tested?
Covered by existing tests, plus some modified existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wzhfy/spark removeConf
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18391.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18391
----
commit 59995395a59b5c8d4ed77b24ac646ff4dce541a3
Author: Zhenhua Wang <[email protected]>
Date: 2017-06-22T15:17:06Z
remove conf in stats functions
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]