godfreyhe commented on a change in pull request #15493:
URL: https://github.com/apache/flink/pull/15493#discussion_r610404429
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/TableSourceITCase.scala
##########
@@ -94,15 +94,16 @@ class TableSourceITCase extends StreamingTestBase {
| id BIGINT,
| deepNested ROW<
| nested1 ROW<name STRING, `value.` INT>,
- | `nested2.` ROW<num INT, flag BOOLEAN>
- | >,
- | nested ROW<name STRING, `value` INT>,
- | name STRING,
- | lower_name AS LOWER(name)
+ | `nested2.` ROW<num INT, flag BOOLEAN>>,
+ | nested ROW<name STRING, `value` INT>,
+ | name STRING,
+ | nestedItem ROW<deepArray ROW<`value` INT> ARRAY, deepMap
MAP<STRING, INT>>,
+ | lower_name AS LOWER(name)
|) WITH (
| 'connector' = 'values',
- | 'nested-projection-supported' = 'true',
- | 'data-id' = '$nestedTableDataId'
+ | 'nested-projection-supported' = 'false',
Review comment:
This should be true
--
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]