Skip to content

Commit 18c1ab6

Browse files
author
Mairbek Khadikov
committed
Style fix
1 parent a6c1a16 commit 18c1ab6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner

sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@
8181
* batching.
8282
*
8383
* <p>The transform does not provide same transactional guarantees as Cloud Spanner. In particular,
84+
* <ul>
8485
* <li>Mutations are not submitted atomically;
8586
* <li>A mutation is applied at least once;
8687
* <li>If the pipeline was unexpectedly stopped, mutations that were already applied will not get
8788
* rolled back.
89+
* </ul>
8890
*/
8991
@Experimental(Experimental.Kind.SOURCE_SINK)
9092
public class SpannerIO {

0 commit comments

Comments
 (0)