我把表转换成流的时候使用的是:

tableEvn.toAppendStream(table,Row.class).print();

报错提示是:不能使用表不是append-only,改为toRetractStream。

改为:

tableEvn.toRetractStream(table,Row.class).print();

相关文章:

  • 2021-11-25
  • 2022-03-09
  • 2022-12-23
  • 2021-11-20
  • 2021-08-13
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-09-11
  • 2022-12-23
  • 2021-05-13
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案