hi all,flink 1.10 建议使用 createTemporaryTable 方法代替 registerTableSource 方法,替换后报错,错误信息和SQL如下:
Exception in thread "main" org.apache.flink.table.api.TableException: Sort on a non-time-attribute field is not supported.
SQL:select code, ...,searchTime from table order by searchTime asc 不使用 order by 语句没问题。
