twalthr commented on a change in pull request #8497: [FLINK-12566][table]
Remove row interval type
URL: https://github.com/apache/flink/pull/8497#discussion_r286041785
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/expressions/literals.scala
##########
@@ -60,7 +60,6 @@ case class Literal(value: Any, resultType:
TypeInformation[_]) extends LeafExpre
case [email protected] => value.toString + ".toTimestamp"
case [email protected]_MILLIS => value.toString + ".millis"
case [email protected]_MONTHS => value.toString + ".months"
- case [email protected]_ROWS => value.toString + ".rows"
Review comment:
The suffix expression `.rows` is still valid for expressions. But since the
type does not exist anymore, this string can not be generated anymore.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services