Commit cdf5bc89 authored by 张彦钊's avatar 张彦钊

change test file

parent bf94e6cc
......@@ -149,7 +149,7 @@ if __name__ == '__main__':
df.show(1)
print("aa")
print("aa")
df = spark.read.format("tfrecords").option("recordType", "Example").load("/strategy/esmm/va/part-r-00000")
df = spark.read.format("tfrecords").option("recordType", "SequenceExample").load("/strategy/esmm/va/part-r-00000")
df.show(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment