You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Suresh Subbiah (JIRA)" <ji...@apache.org> on 2015/10/05 17:58:26 UTC

[jira] [Updated] (TRAFODION-622) LP Bug: 1369657 - extra conflicts in parser

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

Suresh Subbiah updated TRAFODION-622:
-------------------------------------
    Priority: Minor  (was: Major)

> LP Bug: 1369657 - extra conflicts in parser
> -------------------------------------------
>
>                 Key: TRAFODION-622
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-622
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-cmp
>            Reporter: Apache Trafodion
>            Assignee: Suresh Subbiah
>            Priority: Minor
>
> after porting TESTTOK2 to trafodion there were extra conflicts that seem to habe been introduced by the UDR project
> here is the outout fron doing a diff on the expected files from seaquest and trafodion
> bash-4.1$ diff ~/EXPECTEDTOK2.LINUX.SQ ~/EXPECTEDTOK2.LINUX
> 1c1,2
> < sqlparser.y: conflicts: 72 shift/reduce, 9 reduce/reduce
> ---
> > sqlparser.y: warning: 71 shift/reduce conflicts [-Wconflicts-sr]
> > sqlparser.y: warning: 12 reduce/reduce conflicts [-Wconflicts-rr]
> 19c20,21
> < nnnn conflicts: 1 shift/reduce nnnn exe_util_get_metadata_info: TOK_GET get_info_aus_clause TOK_PROCEDURES . TOK_FOR TOK_LIBRARY table_name
> ---
> > nnnn conflicts: 1 reduce/reduce nnnn procedure_or_function: TOK_PROCEDURES .
> > nnnn conflicts: 1 reduce/reduce nnnn procedure_or_function: TOK_FUNCTIONS .
> 21a24
> > nnnn conflicts: 1 reduce/reduce nnnn procedure_or_function: TOK_TABLE_MAPPING TOK_FUNCTIONS .



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