Commit dbbb751a by chenyuanjie

fix

parent e8a5c1e8
......@@ -37,7 +37,7 @@ if __name__ == '__main__':
hive_table=hive_table,
hdfs_path=hdfs_path,
partitions=partition_dict,
check_count=False
check_count=True
)
print('success!')
......@@ -41,7 +41,7 @@ if __name__ == '__main__':
hive_table=hive_table,
hdfs_path=hdfs_path,
partitions=partition_dict,
check_count=False
check_count=True
)
pass
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