You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Hans Zeller (JIRA)" <ji...@apache.org> on 2016/03/01 19:20:18 UTC

[jira] [Resolved] (TRAFODION-908) LP Bug: 1412640 - udf-event_log_reader: Select [first n] doesn’t work on workstation, it will return all records, but works fine on cluster

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

Hans Zeller resolved TRAFODION-908.
-----------------------------------
    Resolution: Fixed

Fixed with https://github.com/apache/incubator-trafodion/pull/351

> LP Bug: 1412640 - udf-event_log_reader: Select [first n] doesn’t work on workstation, it will return all records, but works fine on cluster
> -------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRAFODION-908
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-908
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-cmp
>            Reporter: Gao, Rui-Xian
>            Assignee: Hans Zeller
>            Priority: Critical
>             Fix For: 2.0-incubating
>
>
> Select [first n] doesn’t work on workstation, it will return all records. But works fine on cluster.
> Try this statement on a cluster and workstation --
>  select [first 1] * from udf(event_log_reader('f')) where component='SQL' and severity='ERROR';
> Result : 
> mapr1(cluster) – return 1 row
> sqws139 – return 2203 rows



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