hortonworks-spark / shc

The Apache Spark - Apache HBase Connector is a library to support Spark accessing HBase table as external data source or sink.
Apache License 2.0
552 stars 281 forks source link

Pushdown filters for Boolean type when query from HBase #305

Open leehbing opened 5 years ago

leehbing commented 5 years ago

What changes were proposed in this pull request?

shc tries to build filters translated by DataSourceStrategy, But it can't produce a BoundRanges for a filter of type Boolean.

How was this patch tested?

Unit Test: "Test BoundRange"