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 fd1df4e commit d54bb99Copy full SHA for d54bb99
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetOutputFormat.java
@@ -450,10 +450,6 @@ public OutputCommitter getOutputCommitter(TaskAttemptContext context)
450
*/
451
private static volatile MemoryManager memoryManager;
452
453
- /**
454
- * This method is intended to ONLY be used in test codes
455
- * */
456
- @Deprecated
457
public synchronized static MemoryManager getMemoryManager() {
458
return memoryManager;
459
}
0 commit comments