snuyanzin commented on code in PR #28316:
URL: https://github.com/apache/flink/pull/28316#discussion_r3489853718
##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/ValuesTest.xml:
##########
@@ -25,9 +25,9 @@ limitations under the License.
LogicalProject(a=[$0], b=[$1]), rowType=[RecordType(INTEGER a, DECIMAL(20, 1)
b)]
+- LogicalProject(a=[$0], b=[$1]), rowType=[RecordType(INTEGER a, DECIMAL(20,
1) b)]
+- LogicalUnion(all=[true]), rowType=[RecordType(INTEGER EXPR$0,
DECIMAL(20, 1) EXPR$1)]
- :- LogicalProject(EXPR$0=[1], EXPR$1=[2.0:DECIMAL(2, 1)]),
rowType=[RecordType(INTEGER EXPR$0, DECIMAL(2, 1) EXPR$1)]
+ :- LogicalProject(EXPR$0=[1], EXPR$1=[2.0:DECIMAL(20, 1)]),
rowType=[RecordType(INTEGER EXPR$0, DECIMAL(20, 1) EXPR$1)]
: +- LogicalValues(tuples=[[{ 0 }]]), rowType=[RecordType(INTEGER ZERO)]
- +- LogicalProject(EXPR$0=[3], EXPR$1=[4:BIGINT]),
rowType=[RecordType(INTEGER EXPR$0, BIGINT EXPR$1)]
+ +- LogicalProject(EXPR$0=[3], EXPR$1=[4:DECIMAL(20, 1)]),
rowType=[RecordType(INTEGER EXPR$0, DECIMAL(20, 1) EXPR$1)]
+- LogicalValues(tuples=[[{ 0 }]]), rowType=[RecordType(INTEGER ZERO)]
Review Comment:
seems to be a side effect of new `UNSIGNED` types which don't have literals
and need cast after that
--
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]