426427428429430431432433434435436
"Was expecting non-null sink for timestamp[%s]", new DateTime(inputRow.getTimestampFromEpoch()) ) ); } metrics.incrementProcessed(); if (numRows >= myRowFlushBoundary) { plumber.persist(firehose.commit()); } } else {