Skip to content

Commit d806bf0

Browse files
committed
spotless
1 parent 70ab4ad commit d806bf0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xtable-service/src/main/java/org/apache/xtable/service/ConversionService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ public ConversionService(
190190
public ConvertTableResponse convertTable(ConvertTableRequest convertTableRequest) {
191191

192192
Properties sourceProperties = new Properties();
193-
String partitionSpec = convertTableRequest.getConfigurations().getOrDefault("partition-spec", null);
193+
String partitionSpec =
194+
convertTableRequest.getConfigurations().getOrDefault("partition-spec", null);
194195
if (partitionSpec != null) {
195196
sourceProperties.put(PARTITION_FIELD_SPEC_CONFIG, partitionSpec);
196197
}

0 commit comments

Comments
 (0)