Wang Cheng
Wang Cheng
### json4s version All versions ### scala version 2.12 ### jdk version java 8 I'm trying to leverage json4s for parsing the StructType from Spark. ``` scala> import org.apache.spark.sql.types._ scala>...
Hi @davidrabinowitz , I'm wondering why the [maxStreamCount](https://github.com/GoogleCloudDataproc/spark-bigquery-connector/blob/master/bigquery-connector-common/src/main/java/com/google/cloud/bigquery/connector/common/ReadSessionCreator.java#L124) 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...
Hi, we are trying to deploy the pg_cron extension in Postgresql-xl, which is a distributed version of Postgresql. The question is how can we ensure there is only one scheduler...
Hi, We're using the latest pg_cron with the background worker mode in PostgreSQL-14. But the following simple code snippet would fail: ``` create table employees(emp_id int, increase_amount int, id int,...
Hello, pg_query_state is really a cool tool and I'm recently learning through the code. I noticed the process needs to check if n_peers is zero or wait a timeout before...