Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1317#discussion_r153962829 --- Diff: core/sql/sqlcomp/nadefaults.cpp --- @@ -523,20 +520,14 @@ SDDkwd__(CAT_ENABLE_QUERY_INVALIDATION, "ON"), // Throw an error if a column is part of the store by clause and // is not defined as NOT NULL return an error - DDkwd__(CAT_ERROR_ON_NOTNULL_STOREBY, "ON"), - DDui1__(CAT_FS_TIMEOUT, "9000"), // Used to make ignore "already exists" error in Create and // "does not exist" error in Drop. - DDkwd__(CAT_IGNORE_ALREADY_EXISTS_ERROR, "OFF"), - DDkwd__(CAT_IGNORE_DOES_NOT_EXIST_ERROR, "OFF"), // Used to make catman test134 predictable - DDkwd__(CAT_IGNORE_EMPTY_CATALOGS, "OFF"), // Catalog Manager internal support for REPLICATE AUTHORIZATION --- End diff -- And here
---