Suvrat Acharya

Results 55 comments of Suvrat Acharya

@svetakvsundhar I did fix the spotless checks and was working on the tests, I tried running the test file as it was and got the following error:`org.apache.beam.sdk.util.UserCodeException: java.io.IOException: Your default...

> @svetakvsundhar I did fix the spotless checks and was working on the tests, I tried running the test file as it was and got the following error:`org.apache.beam.sdk.util.UserCodeException: java.io.IOException: Your...

@svetakvsundhar please take a look at this [comment](https://github.com/apache/beam/pull/34213#issuecomment-2726254794) again. Thank you

@tomsun28 Instead of converting the `InputStream` into a String, we directly parse the `InputStream` as an XML stream and then use `DocumentBuilder.parse()` method directly with the `InputStream`, which avoids the...

@tomsun28 Well I think to convert ```java String resp = EntityUtils.toString(response.getEntity(), StandardCharsets.UTF_8); ``` to ```java InputStream inputStream = response.getEntity().getContent(); ``` would require some significant changes to the code.

@Dhiren-Mhatre @ZZiigguurraatt @NishantBansal2003 Is work still being done on this pr if not I would like to take it up.

Hey @tjtanjin I have opened a pr for this issue please take a look. Thank you.

@tjtanjin Ok sorry about that I saw that no one had asked for an assignment and assumed this issue was open for work so I opened a pr next time...

> Separately, your current PR is failing a unit test 🥹 Yes the logs are pretty huge but I taking a look at it.

Hey i would like to work on this issue could you assign it to me