damondouglas opened a new issue, #24472:
URL: https://github.com/apache/beam/issues/24472
### What needs to happen?
## What work does this Task describe?
This task finalizes support for a transform that encodes Row elements and
writes the serialized payload to a file or object system. The provider unifies
and normalizes Beam file writing related details into a single schema aware
configuration and produces a file writing transform such as FileIO.Write or
TextIO.Write.
## What value may result from this Task's output?
See #24464 for details.
## Ready and Done Measures
### Ready
The following are blockers for beginning this task.
- [x] Community review of [design
document](https://docs.google.com/document/d/1IOZrQ4qQrUS2WwQhadN35vX4AzhG4dyXMk1J-R1qJ9c/edit?usp=sharing)
- [ ] #24469
- [ ] #24468
### Done
The following are measures for marking this Task complete.
**Tests detect errors in:**
- [ ] validating `FileWriteSchemaTransformConfiguration` schema
- [ ] `PCollection<Row>` input to byte content according to the chosen
format (avro, json, etc)
- [ ] `FileWriteSchemaTransformConfiguration` maps to the appropriately
built IO such as AvroIO, ParquetIO, etc
- [ ] `PCollection<Row>` input to file system writes
- [ ] `PCollection<Row>` input to Google Cloud Storage object writes
### Issue Priority
Priority: 1
### Issue Component
Component: io-java-files
--
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]