Suvrat Acharya

Results 13 issues of Suvrat Acharya

Updated `MetricsDocGen.java` to include the `displayName` parameter from the Metric enum in the generated documentation. The metric subsection now displays `displayName`. closes #4988

**Please** add a meaningful description for your change here ------------------------ This PR addresses #20452 by adding support for the `parsedData` field in the `Hl7v2Message` class, enabling users of the `HL7v2IO`...

java
io
gcp
Next Action: Reviewers
healthcare
reassigned-reviewers

**Please** add a meaningful description for your change here ------------------------ This pull request addresses [Issue #34154](https://github.com/apache/beam/issues/34154) by extending the InsertRetryPolicy in BigQueryIO to handle non-successful (non-200) responses from BigQuery’s insertAll...

stale
java
io
gcp
Next Action: Author

This PR updates InternalLoggerRegistry to automatically remove stale loggers when its methods are invoked. Changes Introduced: Introduced a ReferenceQueue to track loggers that have been reclaimed by the garbage collector....

#### Description Add unit tests for the `useSubmitInputInternal` hook to improve coverage and ensure correct input handling, event dispatching, and sensitive input logic. Closes #350 #### What change does this...

hacktoberfest-accepted

**Please** add a meaningful description for your change here This PR addresses #33041, a blocker for Neo4jIO in the Neo4j Flex template. It fixes WriteUnwindWithResultsFn to emit Neo4jWriteStats, resolving compilation...

java
io
Next Action: Reviewers
slow-review
reassigned-reviewers

**Please** add a meaningful description for your change here ------------------------ fixes #32001 Merge `attempted` and `committed` `MonitoringInfo` by metric identity, prefer committed entries, and create `MetricResult` with the correct committed...

runners
portability
Next Action: Reviewers

**Please** add a meaningful description for your change here ------------------------ Fixes: #19062 Compute transforms in topological order with `QueryablePipeline` and use a `LoadingCache` keyed by descriptor id to avoid recomputing....

java
Next Action: Reviewers

**Please** add a meaningful description for your change here ------------------------ Handles `NoSuchMethodException` in `ProtoCoder.getParser()` when `getDefaultInstance()` is unavailable by adding a fallback to instantiation. Addresses https://github.com/apache/beam/issues/19713 Thank you for your...

java
extensions
protobuf
Next Action: Reviewers

**Please** add a meaningful description for your change here ------------------------ This PR fixes #28438 where BigQuery operations would retry indefinitely when trying to access a non-existent dataset. The `BigQueryHelpers.getDatasetLocation()` method...

java
io
gcp
Next Action: Reviewers
reassigned-reviewers