We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a641e30 commit c65fad3Copy full SHA for c65fad3
ql/src/java/org/apache/hadoop/hive/ql/metadata/Partition.java
@@ -285,7 +285,7 @@ public void setInputFormatClass(Class<? extends InputFormat> inputFormatClass) {
285
public void setOutputFormatClass(Class<? extends HiveOutputFormat> outputFormatClass) {
286
this.outputFormatClass = outputFormatClass;
287
tPartition.getSd().setOutputFormat(HiveFileFormatUtils
288
- .getOutputFormatSubstitute(outputFormatClass, false).toString());
+ .getOutputFormatSubstitute(outputFormatClass, false).getCanonicalName());
289
}
290
291
final public Class<? extends InputFormat> getInputFormatClass()
0 commit comments