Kiryl
Kiryl
Sure, you can find free proxies on https://free-proxy-list.net/ and test the parameter with them.
Any updates?
@dacort I ran into an error when I passed a relative path to an entrypoint and it wasn't found for example: - `--entrypoint src/entrypoints/main.py` - `--s3-code-uri s3://${S3_BUCKET}/projects/`
@dacort Yes, main.py has dependencies on the files inside the package. If I move main.py from the entrypoints folder to the root and specify it as `-- entrypoint main.py`, then...
> @kirillklimenko Normally PartialUpdateAvroPayload should avoid updating the columns which have null value. This is what I expect, however, it does not happen, which is strange.
@ad1happy2go, here is everything I have in my streamer: [hudi-upsert-issue.zip](https://github.com/user-attachments/files/15530167/hudi-upsert-issue.zip) I'm running an application on AWS EMR 7.1 (Hudi 0.14.1) with AWS Glue sync: 1. Produced `{"sha512": "hash", "column1": "before",...
> I have not tried streamer route I assume should be similar @soumilshah1995, I can confirm that `org.apache.hudi.common.model.PartialUpdateAvroPayload` works as expected with Spark Structured Streaming, but doesn't work with Hudi...