387388389390391392393394395396397
return headerBuilder.build(); } private boolean isUpdate(List<Column> bfColumns, String newValue, int index) { if (bfColumns == null) { throw new CanalParseException("ERROR ## the bfColumns is null"); } if (index < 0) { return false; }