public class TransformException extends RuntimeException
RuntimeException thrown during transform failure.| 构造器和说明 |
|---|
TransformException(String command,
org.apache.flink.cdc.common.event.Event event,
org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema schemaBefore,
org.apache.flink.cdc.common.schema.Schema schemaAfter,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
prettyPrintColumnNameMap(Map<String,String> columnNameMap)
Prints an incrementally-sorted column name map like
$0 -> id, $1 -> name, .... |
static String |
prettyPrintEvent(org.apache.flink.cdc.common.event.Event event,
org.apache.flink.cdc.common.schema.Schema schema) |
public TransformException(String command, org.apache.flink.cdc.common.event.Event event, @Nullable org.apache.flink.cdc.common.event.TableId tableId, @Nullable org.apache.flink.cdc.common.schema.Schema schemaBefore, @Nullable org.apache.flink.cdc.common.schema.Schema schemaAfter, Throwable cause)
Copyright © 2025 The Apache Software Foundation. All rights reserved.