Revision 42cc830825e23addf891a1d1e9b14f0f588dd0a4 authored by lianhuiwang on 14 June 2017, 01:57:56 UTC, committed by Wenchen Fan on 14 June 2017, 01:58:16 UTC
## What changes were proposed in this pull request?
After PruneFileSourcePartitions rule, It needs reset table's statistics because PruneFileSourcePartitions can filter some unnecessary partitions. So the statistics need to be changed.

## How was this patch tested?
add unit test.

Author: lianhuiwang <lianhuiwang09@gmail.com>

Closes #18205 from lianhuiwang/SPARK-20986.

(cherry picked from commit 8b5b2e272f48f7ddf8aeece0205cb4a5853c364e)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent 53212c3
History
File Mode Size
pkg
.gitignore -rw-r--r-- 66 bytes
CRAN_RELEASE.md -rw-r--r-- 3.2 KB
DOCUMENTATION.md -rw-r--r-- 474 bytes
README.md -rw-r--r-- 3.6 KB
WINDOWS.md -rw-r--r-- 2.2 KB
check-cran.sh -rwxr-xr-x 2.4 KB
create-docs.sh -rwxr-xr-x 1.8 KB
create-rd.sh -rwxr-xr-x 1.5 KB
find-r.sh -rwxr-xr-x 1.2 KB
install-dev.bat -rw-r--r-- 1.1 KB
install-dev.sh -rwxr-xr-x 1.6 KB
install-source-package.sh -rwxr-xr-x 2.0 KB
log4j.properties -rw-r--r-- 1.3 KB
run-tests.sh -rwxr-xr-x 2.3 KB

README.md

back to top