wgtmac commented on code in PR #1291:
URL: https://github.com/apache/parquet-mr/pull/1291#discussion_r1529572528
##########
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestInterOpReadByteStreamSplit.java:
##########
@@ -20,18 +20,23 @@
package org.apache.parquet.hadoop;
import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import org.apache.hadoop.fs.Path;
import org.apache.parquet.example.data.Group;
+import org.apache.parquet.example.data.simple.SimpleGroup;
import org.apache.parquet.hadoop.example.GroupReadSupport;
import org.junit.Test;
public class TestInterOpReadByteStreamSplit {
- private InterOpTester interop = new InterOpTester();
private static final String FLOATS_FILE = "byte_stream_split.zstd.parquet";
- private static final String CHANGESET = "4cb3cff";
+ private static final String EXTENDED_FILE =
"byte_stream_split_extended.gzip.parquet";
+ // FIXME after https://github.com/apache/parquet-testing/pull/46 is merged
Review Comment:
This could be removed now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]