ahmedabu98 commented on issue #33963:
URL: https://github.com/apache/beam/issues/33963#issuecomment-2659412934
Can you try running a simple pipeline with a fixed row(s)? i.e. something
like
```java
writePipeline
.apply(Create.of(Row.withSchema(...).addValues(...).build()))
.apply(Managed.write(Managed.ICEBERG).withConfig(...));
```
--
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]