Hi, I am not an SQL expert but I would not expect the original POJO to match the new row with the renamed field. Maybe Timo or Dawid have to add something.
Best, Andrey On Tue, Oct 20, 2020 at 4:56 PM 大森林 <appleyu...@foxmail.com> wrote: > > I'm learning "select"from > official document > <https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/tableApi.html> > > > my code is: > https://paste.ubuntu.com/p/yVYhZqMNq7/ > > the error I got is: > total is not found in PojoType<Order, fields = [amount: Integer, product: > String, user: Long]> > > It's strange that the* rename name should be found in pojo.* > > *Could anyone help me?* > *thanks for your help* > > > >