We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714bb45 commit 6901a20Copy full SHA for 6901a20
parquet-avro/src/main/java/org/apache/parquet/avro/AvroSchemaConverter.java
@@ -291,7 +291,7 @@ public Schema convertINT64(PrimitiveTypeName primitiveTypeName) {
291
}
292
@Override
293
public Schema convertINT96(PrimitiveTypeName primitiveTypeName) {
294
- throw new IllegalArgumentException("INT96 not yet implemented.");
+ throw new IllegalArgumentException("INT96 not implemented and is deprecated");
295
296
297
public Schema convertFLOAT(PrimitiveTypeName primitiveTypeName) {
0 commit comments