You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/08/27 06:12:20 UTC

[jira] [Commented] (SPARK-17254) Filter operator should have “stop if false” semantics for sorted data

    [ https://issues.apache.org/jira/browse/SPARK-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440806#comment-15440806 ] 

Apache Spark commented on SPARK-17254:
--------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/14847

> Filter operator should have “stop if false” semantics for sorted data
> ---------------------------------------------------------------------
>
>                 Key: SPARK-17254
>                 URL: https://issues.apache.org/jira/browse/SPARK-17254
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Tejas Patil
>            Priority: Minor
>
> From https://issues.apache.org/jira/secure/attachment/12778890/BucketedTables.pdf:
> Filter on sorted data
> If the data is sorted by a key, filters on the key could stop as soon as the data is out of range. For example, WHERE ticker_id < “F” should stop as soon as the first row starting with “F” is seen. This can be done adding a Filter operator that has “stop if false” semantics. This is generally useful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org