We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcaac7 commit 049bc66Copy full SHA for 049bc66
1 file changed
parquet-common/src/main/java/org/apache/parquet/io/StandardOutputFile.java
@@ -26,9 +26,6 @@
26
*/
27
public class StandardOutputFile implements OutputFile {
28
29
- /**
30
- * @implNote we don't want to close the standard output (it's up to the process lifecycle to handle that)
31
- */
32
public class RawPositionOutputStream extends PositionOutputStream {
33
34
private long pos = 0;
0 commit comments