Github user sureshsubbiah commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1688#discussion_r221820929
--- Diff: core/sql/optimizer/ValueDesc.cpp ---
@@ -4555,7 +4555,7 @@ void ValueIdSet::unparse(NAString &result,
NAString connectorText;
- if ((form == MVINFO_FORMAT) || (form == QUERY_FORMAT))
+ if ((form == MVINFO_FORMAT) || (form == QUERY_FORMAT) || (form ==
CONNECT_BY_FORMAT))
--- End diff --
How is the CONNECT_BY_FORMAT different from QUERY or MVINFO formats? The
answer might be in other parts of code, its just that I cannot tell. Thank you
for explaining
---