275276277278279280281282283284285
return null; } @Override public InputFormat getInputFormat() { HBaseTableInputFormat inputFormat = new HBaseTableIFBuilder() .withLimit(limit_) .withGt(gt_) .withGte(gte_) .withLt(lt_) .withLte(lte_)