Airblader commented on pull request #15606: URL: https://github.com/apache/flink/pull/15606#issuecomment-819763308
I had to revert one change to the tests in the setup stage where `TableSchema` / `CatalogTableImpl` are still used. The tables set up there (t1, t2) use a connector built on the old factory stack, and when using `Schema` / `CatalogTable#of` the old stack is not considered, causing that connector not to be found. -- 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]
