Skip to content

Commit 69edb91

Browse files
author
Selim Soufargi
committed
spotless:apply
1 parent 9b33791 commit 69edb91

File tree

2 files changed

+402
-401
lines changed

2 files changed

+402
-401
lines changed

xtable-core/src/main/java/org/apache/xtable/parquet/ParquetSchemaExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public InternalSchema toInternalSchema(Type schema, String parentPath) {
287287
== 1) { // TODO Tuple (many subelements in a list)
288288
newDataType = subFieldSchema.getDataType();
289289
elementName = subFieldSchema.getName();
290-
//subFields = subFieldSchema.getFields();
290+
// subFields = subFieldSchema.getFields();
291291
break;
292292
}
293293
subFields.add(

0 commit comments

Comments
 (0)