hackergin commented on a change in pull request #19236:
URL: https://github.com/apache/flink/pull/19236#discussion_r835849412
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/TableScanTest.scala
##########
@@ -99,6 +99,25 @@ class TableScanTest extends TableTestBase {
util.verifyExecPlan("SELECT * FROM MetadataTable")
}
+ @Test
+ def testDDLWithMetadataThatConflictsWithPhysicalColumn(): Unit = {
Review comment:
Should the same test be done for the sink table as well?
--
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]