Skip to content
Snippets Groups Projects
Commit 986b2514 authored by Reynold Xin's avatar Reynold Xin Committed by Cheng Lian
Browse files

[SPARK-16400][SQL] Remove InSet filter pushdown from Parquet

## What changes were proposed in this pull request?
This patch removes InSet filter pushdown from Parquet data source, since row-based pushdown is not beneficial to Spark and brings extra complexity to the code base.

## How was this patch tested?
N/A

Author: Reynold Xin <rxin@databricks.com>

Closes #14076 from rxin/SPARK-16400.
parent ab05db0b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment