LogicalPlan innerPlan = scalarEntry.getValue().first;
LOConst rconst = new LOConst(innerPlan, new OperatorKey(scope, NodeIdGenerator.getGenerator().getNextNodeId(scope)), fileSpec.getFileName());
rconst.setType(DataType.CHARARRAY);
innerPlan.add(rconst);
innerPlan.connect(rconst, scalarEntry.getKey());
if (lp.getSoftLinkSuccessors(store)==null || !lp.getSoftLinkSuccessors(store).contains(scalarEntry.getValue().second))
lp.createSoftLink(store, scalarEntry.getValue().second);
}
} catch (IOException ioe) {