Hi everyone, Is there a generic way of converting PCollection to PTable? If not, Can we create a generic class? Because we are having lot of places where we want to perform a join on 2 PCollections so we have to convert it into PTables and then do a join and then convert it into a PCollection. So i was wondering is there a better way of doing this.
Thanks
