Skip to content

Commit 6901a20

Browse files
timsgszadovszky
authored andcommitted
PARQUET-1480 INT96 to avro not yet implemented error should mention deprecation (#579)
1 parent 714bb45 commit 6901a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet-avro/src/main/java/org/apache/parquet/avro/AvroSchemaConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public Schema convertINT64(PrimitiveTypeName primitiveTypeName) {
291291
}
292292
@Override
293293
public Schema convertINT96(PrimitiveTypeName primitiveTypeName) {
294-
throw new IllegalArgumentException("INT96 not yet implemented.");
294+
throw new IllegalArgumentException("INT96 not implemented and is deprecated");
295295
}
296296
@Override
297297
public Schema convertFLOAT(PrimitiveTypeName primitiveTypeName) {

0 commit comments

Comments
 (0)