spark-bigquery-connector
spark-bigquery-connector copied to clipboard
parallelism setting in connector
Hi @davidrabinowitz , I'm wondering why the maxStreamCount is set to such a big number (DEFAULT_MAX_PARALLELISM = 20_000)? It seems BigQuery Storage API can only support a maximum of 1,000 parallel read streams. How this maxStreamCount should be exactly set :(
Thanks for your time in advance.