Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/889#discussion_r94468383
--- Diff: core/sql/cli/Cli.cpp ---
@@ -10678,7 +10697,7 @@ Lng32 SQLCLI_LOBddlInterface
case LOB_CLI_CREATE:
{
// create lob metadata table
- str_sprintf(query, "create ghost table %s (lobnum smallint not null,
storagetype smallint not null, location varchar(4096) not null, primary key
(lobnum)) ",lobMDName);
+ str_sprintf(query, "create ghost table %s (lobnum smallint not null,
storagetype smallint not null, location varchar(4096) not null, column_name
varchar(256 bytes) character set utf8, primary key (lobnum)) ",lobMDName);
--- End diff --
Not yet since it's not externalized.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---