287288289290291292293294295296297
} public Builder setHeaderValueSpill(long headerId, String valueSpill) { HeaderPart hp = bHeaderParts.get(headerId); if (hp == null) { throw new JdbcChannelException("Header not found for spill: " + headerId); } hp.setSpillValue(valueSpill);