Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
For more clear code, the null config should be moved to the planning phase.
"StoreTableExec.java"
if (plan instanceof InsertNode) { InsertNode createTableNode = (InsertNode) plan; appender = StorageManagerFactory.getStorageManager(context.getConf()).getAppender(meta, createTableNode.getTableSchema(), lastFileName); } else { String nullChar = context.getQueryContext().get(ConfVars.CSVFILE_NULL.varname, ConfVars.CSVFILE_NULL.defaultVal); meta.putOption(StorageConstants.CSVFILE_NULL, nullChar); appender = StorageManagerFactory.getStorageManager(context.getConf()).getAppender(meta, outSchema, lastFileName); }
Attachments
Issue Links
- is related to
-
TAJO-1121 Remove the 'v2' storage package.
- Resolved