linkedin / spark-tfrecord

Read and write Tensorflow TFRecord data from Apache Spark.
BSD 2-Clause "Simplified" License
290 stars 57 forks source link

Support for reading ByteArray's from TFRecord files #66

Closed asketagarwal closed 1 year ago

asketagarwal commented 1 year ago

This is a followup to this PR #60 . It introduced a way to write ByteArrays to TFRecord files. We also have a use case where we want to read the ByteArrays from the files that we wrote. I was hoping that I could contribute to the repository by adding support for reading ByteArray's from TfRecord files.

I have a PR #65 ready for review.

junshi15 commented 1 year ago

PR merged.