Commit 16e58835 authored by 张彦钊's avatar 张彦钊

修改测试文件

parent 82e78405
......@@ -55,6 +55,7 @@ def main(_):
if not os.path.exists(FLAGS.output_dir):
os.mkdir(FLAGS.output_dir)
file_list = glob.glob(os.path.join(FLAGS.input_dir, "*.avro"))
print(FLAGS.input_dir)
print(file_list)
print("total files: %d" % len(file_list))
......
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