twalthr commented on a change in pull request #18858:
URL: https://github.com/apache/flink/pull/18858#discussion_r811257267
##########
File path:
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/nodes/exec/stream/WindowTableFunctionJsonPlanTest_jsonplan/testIndividualWindowTVFProcessingTime.out
##########
@@ -63,19 +55,16 @@
"rowtimeAttribute" : "rowtime",
"expression" : {
"rexNode" : {
- "kind" : "REX_CALL",
- "operator" : {
- "name" : "-",
- "kind" : "MINUS",
- "syntax" : "SPECIAL"
- },
+ "kind" : "CALL",
+ "syntax" : "SPECIAL",
+ "internalName" : "$-$1",
"operands" : [ {
"kind" : "INPUT_REF",
"inputIndex" : 3,
"type" : "TIMESTAMP(3)"
}, {
"kind" : "LITERAL",
- "value" : 1000,
+ "value" : "1000",
Review comment:
Yes, to be on the safe side with decimals, we should simply use strings
everywhere.
--
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]