Github user traflm commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/577#discussion_r69848822
  
    --- Diff: core/sql/parser/sqlparser.y ---
    @@ -14684,6 +14759,11 @@ optional_limit_spec : TOK_LIMIT 
NUMERIC_LITERAL_EXACT_NO_SCALE
     
     dml_statement : dml_query { $$ = $1; }
     
    +               | with_clause_list dml_query
    --- End diff --
    
    @zellerh , I don't understand what is "number of shift/reduce and 
reduce/reduce conflicts". How to check this number? What is this?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to