Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/748#discussion_r82661367 --- Diff: core/sql/common/Collections.h --- @@ -2217,15 +2217,15 @@ template <class T> class NAArray : public NACollection<T> public : // default constructor - NAArray(CollIndex initialElements = 0) : - NACollection<T>(initialElements) {} + //NAArray(CollIndex initialElements = 0) : + //NACollection<T>(initialElements) {} --- End diff -- Can you please remove the commented out lines
--- 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. ---