实时同步mysql同步至holo数据类型问题
2022-05-29 10:25:21.548 [main] ERROR FlinkTrans - Run job failed! Exception: The job execution failed2022-05-29 10:25:21.549 [main] ERROR Engine - nullcom.googlecode.aviator.exception.ExpressionRuntimeException: Could not compare com.googlecode.aviator.runtime.type.soshertyudhd@6b0w976683492 with com.googlecode.aviator.runtime.type.AsiwasdsfynhdbhvaType@70745776094f
用户很多表都配置了delete时按条件过滤create_date_ > DATE_ADD(now(),-30,'day')。请用户确认配置了条件过滤的每个源表是否存在create_time列,列类型是否是datetime类型。这个报错应该是create_date类型不对,不能直接和date_add函数结果比较。