ahmedabu98 commented on issue #34766:
URL: https://github.com/apache/beam/issues/34766#issuecomment-2845876310
Hey @jschroed5, can you try out the latest snapshot and confirm that it
fixes your issue? You can download the latest expansion service jar [1] and use
it in your Python transform like so:
```python
from apache_beam.transforms.external import JavaJarExpansionService
with beam.Pipeline() as p:
p | beam.managed.Read("iceberg",
config={...},
expansion_service=JavaJarExpansionService(
"path/to/beam-sdks-java-io-expansion-service-2.66.0-20250501.122701-1.jar"))
```
This should use the latest code that includes the fix.
[1]
https://repository.apache.org/content/groups/snapshots/org/apache/beam/beam-sdks-java-io-expansion-service/2.66.0-SNAPSHOT/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]