Relative Content

Tag Archive for javaapache-beam

How to combine the counts from two PCollection into one Object

I have an apache beam pipeline that reads a CSV file and also makes a query to a bigquery table, I need to count how many registers are in each PCollection and based on that create a FinalResult object that has both counts, have not been able to figure out how to combine both result into one object.