提交 5d2c465a 编写于 作者: T twalthr

[hotfix] Fix exception message

上级 3f1e8b91
......@@ -144,7 +144,7 @@ case class Sort(order: Seq[Ordering], child: LogicalNode) extends UnaryNode {
override def validate(tableEnv: TableEnvironment): LogicalNode = {
if (tableEnv.isInstanceOf[StreamTableEnvironment]) {
failValidation(s"Distinct on stream tables is currently not supported.")
failValidation(s"Sort on stream tables is currently not supported.")
}
super.validate(tableEnv)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册