flyxu1991 opened a new issue #3121:
URL: https://github.com/apache/iceberg/issues/3121


   I group by TUMBLE(proctime, INTERVAL '1' DAY) in the upstream. Then it's ok 
when i execute tableEnv.sqlQuery.print, but when i execute 
tableEnv.toRetractStream(table, ROW.class), 
   it's error like this:
   java.lang.IllegalArgumentException: Row arity: 4, but serializer arity: 3
   at 
org.apache.flink.table.runtime.typeutils.RowDataSerializer.copy(RowDataSerializer.java:124)
   at 
org.apache.flink.table.runtime.typeutils.RowDataSerializer.copy(RowDataSerializer.java:48)
   What's the problem with my procedure?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to