This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: src/com/bixolabs/cascading/avro/AvroScheme.java | |
=================================================================== | |
--- src/com/bixolabs/cascading/avro/AvroScheme.java (revision 1744) | |
+++ src/com/bixolabs/cascading/avro/AvroScheme.java (working copy) | |
@@ -41,14 +41,12 @@ | |
import org.apache.avro.mapred.AvroKey; | |
import org.apache.avro.mapred.AvroKeyComparator; | |
import org.apache.avro.mapred.AvroOutputFormat; | |
-import org.apache.avro.mapred.AvroRecordReader; | |
import org.apache.avro.mapred.AvroSerialization; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: src/com/bixolabs/cascading/avro/AvroScheme.java | |
=================================================================== | |
--- src/com/bixolabs/cascading/avro/AvroScheme.java (revision 1735) | |
+++ src/com/bixolabs/cascading/avro/AvroScheme.java (working copy) | |
@@ -17,6 +17,7 @@ | |
package com.bixolabs.cascading.avro; | |
import java.io.IOException; | |
+import java.io.InputStream; | |
import java.nio.ByteBuffer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: src/com/bixolabs/cascading/avro/AvroScheme.java | |
=================================================================== | |
--- src/com/bixolabs/cascading/avro/AvroScheme.java (revision 1695) | |
+++ src/com/bixolabs/cascading/avro/AvroScheme.java (working copy) | |
@@ -17,6 +17,7 @@ | |
package com.bixolabs.cascading.avro; | |
import java.io.IOException; | |
+import java.io.InputStream; | |
import java.nio.ByteBuffer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: AvroScheme.java | |
=================================================================== | |
--- AvroScheme.java (revision 1644) | |
+++ AvroScheme.java (working copy) | |
@@ -17,6 +17,7 @@ | |
package com.bixolabs.cascading.avro; | |
import java.io.IOException; | |
+import java.io.InputStream; | |
import java.nio.ByteBuffer; |