
Caused by: java.lang.IllegalStateException: Received resultset tuples, but no field structure for them
这是个数据写入hologres的一个任务,做的是分字段更新
这个报错是,数据插入后,有其他这个任务里没插入的非空字段为空了
Caused by: java.lang.IllegalStateException: Received resultset tuples, but no field structure for them
这是个数据写入hologres的一个任务,做的是分字段更新
这个报错是,数据插入后,有其他这个任务里没插入的非空字段为空了