PCollection<TableRow> bqTableRows = rows.apply( "HashMap to TableRow", ParDo.of(new HashMapToTableRowFn()) ).setCoder(TableRowJsonCoder.of());