Skip to content

Commit 4d2af20

Browse files
andrewsmartinregadas
authored andcommitted
Remove deprecation warning on tfRecordExampleFileWithSchema (#1714)
1 parent 6db48e5 commit 4d2af20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scio-tensorflow/src/main/scala/com/spotify/scio/tensorflow/TFScioContextFunctions.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ class TFScioContextFunctions(val self: ScioContext) extends AnyVal {
5252
* remotely stored `org.tensorflow.metadata.v0.Schema` object available in a DistCache.
5353
* @group input
5454
*/
55-
@deprecated("Schema inference will be removed. We recommend using TensorFlow Data Validation",
56-
"Scio 0.7.0")
5755
def tfRecordExampleFileWithSchema(
5856
path: String,
5957
schemaFilename: String,

0 commit comments

Comments
 (0)