Kontinuation commented on code in PR #2971:
URL: https://github.com/apache/parquet-java/pull/2971#discussion_r2074655289
##########
parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java:
##########
@@ -1169,7 +1277,7 @@ LogicalTypeAnnotation
getLogicalTypeAnnotation(ConvertedType type, SchemaElement
return LogicalTypeAnnotation.bsonType();
default:
throw new RuntimeException(
- "Can't convert converted type to logical type, unknown converted
type " + type);
+ "Can't convert converted type t o logical type, unknown converted
type " + type);
Review Comment:
```suggestion
"Can't convert converted type to logical type, unknown converted
type " + type);
```
--
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]