Details
-
Technical Debt
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.16.0
-
None
Description
During the implementation of FLINK-27527 we had to add `flink-table-planner` as a test dependency to `flink-tests`.
This created test failures for the reflection tests checking test coverage for `TypeInformation` and `TypeSerializer` classes as shown here:
To mitigate the issue and unblock FLINK-27527 we extended the whitelist as a temporary solution but there should be a better solution in place. Some of the classes are deprecated but others are not and should probably have tests created to improve the coverage.
Attachments
Issue Links
- links to