Skip to content

Commit

Permalink
Update Sort-Merge-Bucket.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemcginty authored Jan 29, 2024
1 parent 3339c10 commit 0659a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/main/paradox/extras/Sort-Merge-Bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ object SmbJob {

// Write
val writeData: SCollection[Account] = ???
val write = writeData.saveAsSortedBucket(
writeData.saveAsSortedBucket(
ParquetAvroSortedBucketIO
.write(classOf[Integer], "id", classOf[Account])
.to(args("output"))
Expand Down Expand Up @@ -369,7 +369,7 @@ class SmbJobTest extends PipelineSpec {
}
```

SMB Transforms can be mocked by combing input and output `SmbIO`s:
SMB Transforms can be mocked by combining input and output `SmbIO`s:

```scala mdoc:compile-only
// Scio job
Expand Down

0 comments on commit 0659a78

Please sign in to comment.