This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 6770621  Expose ReadAllFromTFRecord as public in tfrecordio
     new fc254b1  Merge pull request #15114 from 
ajothomas/ExposeReadAllFromTFRecord
6770621 is described below

commit 677062185eebe010826a56de695acdeb31cfafea
Author: Ajo Thomas <[email protected]>
AuthorDate: Thu Jul 1 11:23:29 2021 -0700

    Expose ReadAllFromTFRecord as public in tfrecordio
---
 sdks/python/apache_beam/io/tfrecordio.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/tfrecordio.py 
b/sdks/python/apache_beam/io/tfrecordio.py
index cb4156e..9f118a8 100644
--- a/sdks/python/apache_beam/io/tfrecordio.py
+++ b/sdks/python/apache_beam/io/tfrecordio.py
@@ -35,7 +35,7 @@ from apache_beam.io.iobase import Read
 from apache_beam.io.iobase import Write
 from apache_beam.transforms import PTransform
 
-__all__ = ['ReadFromTFRecord', 'WriteToTFRecord']
+__all__ = ['ReadFromTFRecord', 'ReadAllFromTFRecord', 'WriteToTFRecord']
 
 _LOGGER = logging.getLogger(__name__)
 

Reply via email to