Github user robertamarton commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1288#discussion_r148654006 --- Diff: core/sql/parser/BindStmtDDL.cpp --- @@ -2576,6 +2576,60 @@ StmtDDLAlterUser::bindNode(BindWA * pBindWA) } +// ----------------------------------------------------------------------- +// definition of method bindNode() for class StmtDDLCreateLibrary +// ----------------------------------------------------------------------- --- End diff -- Incorrect comment
---