I have a Dataflow pipeline (using Apache Beam) that reads about 240
chunk files from GCS totaling ~6.82 GB. My goal is to merge these chunks
into one (or a small number of) ~3 GB file(s) by using
beam.CombineGlobally, but the pipeline keeps hanging d...