{"record":{"id":"8f15979c5c5c7a29","repo":"apache/flink","slug":"unsupported-extractor-kind-s","errorCode":null,"errorMessage":"Unsupported extractor kind: %s","messagePattern":"Unsupported extractor kind: (.+?)","errorType":"exception","errorClass":"UnsupportedOperationException","httpStatus":null,"severity":"error","filePath":"flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/table/PartitionTimeExtractor.java","lineNumber":57,"sourceCode":"            String extractorKind,\n            String extractorClass,\n            String extractorPattern,\n            String formatterPattern) {\n        switch (extractorKind) {\n            case DEFAULT:\n                return new DefaultPartTimeExtractor(extractorPattern, formatterPattern);\n            case CUSTOM:\n                try {\n                    return (PartitionTimeExtractor)\n                            userClassLoader.loadClass(extractorClass).newInstance();\n                } catch (ClassNotFoundException\n                        | IllegalAccessException\n                        | InstantiationException e) {\n                    throw new RuntimeException(\n                            \"Can not new instance for custom class from \" + extractorClass, e);\n                }\n            default:\n                throw new UnsupportedOperationException(\n                        \"Unsupported extractor kind: \" + extractorKind);\n        }\n    }\n}\n","sourceCodeStart":39,"sourceCodeEnd":62,"githubUrl":"https://github.com/apache/flink/blob/2f3c205e9266cb30240eb7f4fdab15cad629a70f/flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/table/PartitionTimeExtractor.java#L39-L62","documentation":"Error \"Unsupported extractor kind: %s\" thrown in apache/flink.","triggerScenarios":"Triggered at runtime when the operation fails because: Unsupported extractor kind: the reported value.","commonSituations":"Commonly caused by misconfiguration, missing dependencies or files, unsupported types or operations, or invalid user input leading to: Unsupported extractor kind: the reported value.","solutions":["Address the cause reported by the error message: Unsupported extractor kind: the reported value","Verify the inputs, configuration values, and classpath/dependency setup related to this operation, then retry."],"exampleFix":"Correct the condition described (\"Unsupported extractor kind: the reported value\") 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"}