You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2015/04/21 20:44:59 UTC

[jira] [Updated] (DRILL-2824) Function resolution should be deterministic

     [ https://issues.apache.org/jira/browse/DRILL-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mehant Baid updated DRILL-2824:
-------------------------------
    Attachment: DRILL-2824.patch

[~jni] can you please review

> Function resolution should be deterministic
> -------------------------------------------
>
>                 Key: DRILL-2824
>                 URL: https://issues.apache.org/jira/browse/DRILL-2824
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Mehant Baid
>            Assignee: Mehant Baid
>            Priority: Critical
>             Fix For: 1.0.0
>
>         Attachments: DRILL-2824.patch
>
>
> Currently as part of function resolution we cost all the possible function matches and pick the one with the best cost. However we simply pick the first one with the best cost, there may be a possibility that we have multiple functions that could have the same best cost and based on which function was first in the map we will execute different functions on different clusters. This JIRA aims to resolve functions in a deterministic way so we pick the same function consistently. 



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