Github user sureshsubbiah commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1688#discussion_r221818448
--- Diff: core/sql/parser/sqlparser.y ---
@@ -13836,9 +13960,16 @@ query_spec_body : query_select_list
table_expression access_type optional_lock_
}
//pop the last element which was pushed when we
eneterd a new select
SqlParser_CurrentParser->popHasTDFunctions();
-
+ #if 0
--- End diff --
Was this meant to be deleted?---
