185186187188189190191192193
else tableInput.getSerDeProps().setProperty(name, value); } else { TableOutput tableOutput = qSpec.getTableOut(); tableOutput.getSerDeProps().setProperty(name, value); } }