sandboxws
12/29/2018 - 6:05 AM

bqTableRows.java

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