Revision a9f1809a2a1ea84b5c96bc7fd22cda052a270b41 authored by Anton Okolnychyi on 10 December 2019, 15:49:22 UTC, committed by Dongjoon Hyun on 10 December 2019, 15:49:22 UTC
### What changes were proposed in this pull request?

This PR renames `normalizeFilters` in `DataSourceStrategy` to be more generic as the logic is not specific to filters.

### Why are the changes needed?

These changes are needed to support PR #26751.

### Does this PR introduce any user-facing change?

No.

### How was this patch tested?

Existing tests.

Closes #26830 from aokolnychyi/rename-normalize-exprs.

Authored-by: Anton Okolnychyi <aokolnychyi@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 1cac9b2
History
File Mode Size
docs
lib
pyspark
test_coverage
test_support
.coveragerc -rw-r--r-- 872 bytes
.gitignore -rw-r--r-- 49 bytes
MANIFEST.in -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 1.8 KB
pylintrc -rw-r--r-- 13.7 KB
run-tests -rwxr-xr-x 1.1 KB
run-tests-with-coverage -rwxr-xr-x 2.5 KB
run-tests.py -rwxr-xr-x 12.8 KB
setup.cfg -rw-r--r-- 854 bytes
setup.py -rwxr-xr-x 10.7 KB

README.md

back to top