Skip to content

Commit

Permalink
turn off customer test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienledem committed Feb 21, 2013
1 parent 5141722 commit cfdcdff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
public class TestReadIntTestFile {
private static final Log LOG = Log.getLog(TestReadIntTestFile.class);

@Test
// @Test
public void readTest() throws IOException {
Path testFile = new Path(new File("/Users/julien/github/Parquet/parquet-format/testdata/tpch/customer").toURI());
Path testFile = new Path(new File("testdata/tpch/customer").toURI());
Configuration configuration = new Configuration(true);
ParquetMetadata readFooter = ParquetFileReader.readFooter(configuration, testFile);
MessageType schema = readFooter.getFileMetaData().getSchema();
Expand Down

0 comments on commit cfdcdff

Please sign in to comment.