shunping-google commented on code in PR #29202: URL: https://github.com/apache/beam/pull/29202#discussion_r1381885625
########## CHANGES.md: ########## @@ -76,6 +76,7 @@ should handle this. ([#25252](https://github.com/apache/beam/issues/25252)). * `upload_graph` as one of the Experiments options for DataflowRunner is no longer required when the graph is larger than 10MB for Java SDK ([PR#28621](https://github.com/apache/beam/pull/28621). * state amd side input cache has been enabled to a default of 100 MB. Use `--max_cache_memory_usage_mb=X` to provide cache size for the user state API and side inputs. (Python) ([#28770](https://github.com/apache/beam/issues/28770)). * Beam YAML stable release. Beam pipelines can now be written using YAML and leverage the Beam YAML framework which includes a preliminary set of IO's and turnkey transforms. More information can be found in the YAML root folder and in the [README](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/README.md). +* `TextIO` supports skipping header. Review Comment: Please append the the original issue link to this line, like * `TextIO` supports skipping header. (Java)([#17990](https://github.com/apache/beam/issues/17990)). -- 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]
