예제 #1
0
파일: test_hdfs.py 프로젝트: tlantz/arrow
 def test_read_common_metadata_files(self):
     tmpdir = pjoin(self.tmp_path, 'common-metadata-' + guid())
     self.hdfs.mkdir(tmpdir)
     test_parquet._test_read_common_metadata_files(self.hdfs, tmpdir)
예제 #2
0
 def test_read_common_metadata_files(self):
     tmpdir = pjoin(self.tmp_path, 'common-metadata-' + guid())
     self.hdfs.mkdir(tmpdir)
     test_parquet._test_read_common_metadata_files(self.hdfs, tmpdir)