shuiqiangchen commented on code in PR #19140:
URL: https://github.com/apache/flink/pull/19140#discussion_r895379137
##########
flink-python/pyflink/table/tests/test_calc.py:
##########
@@ -66,12 +66,11 @@ def test_filter(self):
def test_from_element(self):
t_env = self.t_env
field_names = ["a", "b", "c", "d", "e", "f", "g", "h",
- "i", "j", "k", "l", "m", "n", "o", "p", "q"]
+ "i", "j", "k", "l", "m", "n", "o", "p"]
field_types = [DataTypes.BIGINT(), DataTypes.DOUBLE(),
DataTypes.STRING(),
DataTypes.STRING(), DataTypes.DATE(),
DataTypes.TIME(),
DataTypes.TIMESTAMP(3),
- DataTypes.INTERVAL(DataTypes.SECOND(3)),
Review Comment:
It will be INT in sql DDL, I will add it back.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]