We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ab4ad commit d806bf0Copy full SHA for d806bf0
1 file changed
xtable-service/src/main/java/org/apache/xtable/service/ConversionService.java
@@ -190,7 +190,8 @@ public ConversionService(
190
public ConvertTableResponse convertTable(ConvertTableRequest convertTableRequest) {
191
192
Properties sourceProperties = new Properties();
193
- String partitionSpec = convertTableRequest.getConfigurations().getOrDefault("partition-spec", null);
+ String partitionSpec =
194
+ convertTableRequest.getConfigurations().getOrDefault("partition-spec", null);
195
if (partitionSpec != null) {
196
sourceProperties.put(PARTITION_FIELD_SPEC_CONFIG, partitionSpec);
197
}
0 commit comments