Nicholas

Results 2 comments of Nicholas

Hi, can I confirm if its safe to set the idempotency spark config in each of the foreachbatch itself? ``` def x_batch(x_df: DataFrame, batch_id: int) -> None: spark = x_df.sparkSession...

hi, I'm facing the same issues when using flink to stream hudi into S3 as well. There are too many list requests being made to s3 and it eventually causes...