{"record":{"id":"d678b18e32aa0167","repo":"apache/flink","slug":"resume-is-not-supported","errorCode":null,"errorMessage":"Resume is not supported","messagePattern":"Resume is not supported","errorType":"exception","errorClass":"UnsupportedOperationException","httpStatus":null,"severity":"error","filePath":"flink-formats/flink-hadoop-bulk/src/main/java/org/apache/flink/formats/hadoop/bulk/HadoopPathBasedPartFileWriter.java","lineNumber":353,"sourceCode":"                            hadoopRecoverable.getTempFilePath()),\n                    hadoopRecoverable.getSize());\n        }\n\n        @Override\n        public WriterProperties getProperties() {\n            return new WriterProperties(\n                    UnsupportedInProgressFileRecoverableSerializable.INSTANCE,\n                    HadoopPathBasedPendingFileRecoverableSerializer.INSTANCE,\n                    false);\n        }\n\n        @Override\n        public InProgressFileWriter<IN, BucketID> resumeInProgressFileFrom(\n                BucketID bucketID,\n                InProgressFileRecoverable inProgressFileSnapshot,\n                long creationTime) {\n\n            throw new UnsupportedOperationException(\"Resume is not supported\");\n        }\n\n        @Override\n        public boolean cleanupInProgressFileRecoverable(\n                InProgressFileRecoverable inProgressFileRecoverable) {\n            return false;\n        }\n    }\n}\n","sourceCodeStart":335,"sourceCodeEnd":363,"githubUrl":"https://github.com/apache/flink/blob/2f3c205e9266cb30240eb7f4fdab15cad629a70f/flink-formats/flink-hadoop-bulk/src/main/java/org/apache/flink/formats/hadoop/bulk/HadoopPathBasedPartFileWriter.java#L335-L363","documentation":"Error \"Resume is not supported\" thrown in apache/flink.","triggerScenarios":"Triggered at runtime when the operation fails because: Resume is not supported.","commonSituations":"Commonly caused by misconfiguration, missing dependencies or files, unsupported types or operations, or invalid user input leading to: Resume is not supported.","solutions":["Address the cause reported by the error message: Resume is not supported","Verify the inputs, configuration values, and classpath/dependency setup related to this operation, then retry."],"exampleFix":"Correct the condition described (\"Resume is not supported\") and rerun the job or command.","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2f3c205e9266cb30240eb7f4fdab15cad629a70f","analyzedAt":"2026-08-14T08:48:24.518Z","schemaVersion":2},"datasetVersion":"2026-08-14T10:17:34.591Z"}