【2.3.5 我主要将mysql的字符串类型转换到日期类型,这样写到SR做对应里,发现普通的转换都报错,请问什么原因? 还有官网能否增加转换的例子】org.apache.seatunnel.transform.exception.TransformException: ErrorCode:[COMMON-05], ErrorDescription:[Unsupported operation] - SQL validate failed: SELECT id, order_code, status, order_total_price, order_pay_mode, old_order_code, actual_money, operate_flag, order_commodity_weight, cabinet_name, cabinet_code FROM market_new2.t_electronic_back_order , cause: Unsupported schema syntax #8428
Labels
Search before asking
What happened
我主要将mysql的字符串类型转换到日期类型,这样写到SR做对应里,发现后台一直报:
2025-01-02 18:51:35,129 WARN [i.d.c.m.MySqlValueConverters ] [blc-121.46.249.147:33306] - Unexpected value for JDBC type 91 and column record_time DATE DEFAULT VALUE NULL: class=byte[]
2025-01-02 18:51:35,129 WARN [i.d.c.m.MySqlValueConverters ] [blc-121.46.249.147:33306] - Unexpected value for JDBC type 93 and column create_date DATETIME DEFAULT VALUE NULL: class=byte[]
2025-01-02 18:51:35,129 WARN [i.d.c.m.MySqlValueConverters ] [blc-121.46.249.147:33306] - Unexpected JDBC DATE value for field record_time with schema Schema{io.debezium.time.Date:INT32}: class=class [B, value=[50, 48, 50, 52, 45, 48, 57, 45, 50, 53]?
还有官网能否增加转换的例子
SeaTunnel Version
2.3.5
SeaTunnel Config
Running Command
./bin/seatunnel.sh --config ./config/mysql_to_sr_stream.config -m local
Error Exception
Zeta or Flink or Spark Version
无
Java or Scala Version
11
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: