예제 #1
0
 def test_footer_bytes(self):
     with open(self.f) as fo:
         self.assertEquals(327, parquet._get_footer_size(fo))
예제 #2
0
 def test_footer_bytes(self):
     with open(self.f) as fo:
         self.assertEquals(327, parquet._get_footer_size(fo))
예제 #3
0
 def test_footer_bytes(self):
     with io.open(TEST_FILE, 'rb') as fo:
         self.assertEquals(327, parquet._get_footer_size(fo))
예제 #4
0
 def test_footer_bytes(self):
     """Test reading the footer size value."""
     with io.open(TEST_FILE, 'rb') as fo:
         self.assertEquals(327, parquet._get_footer_size(fo))
예제 #5
0
 def test_footer_bytes(self):
     """Test reading the footer size value."""
     with io.open(TEST_FILE, 'rb') as fo:
         self.assertEquals(327, parquet._get_footer_size(fo))