Closed fyang86 closed 1 year ago
Base: 80.94% // Head: 80.84% // Decreases project coverage by -0.09%
:warning:
Coverage data is based on head (
fb41c39
) compared to base (65c1a09
). Patch coverage: 92.85% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Signed-off-by: Fan, Yang fan.yang5@emc.com
Change log description Remove the deprecated
TableSchema
class in Table API connectors.Purpose of the change Fix #704
What the code does
TableSchema
class usage withResolvedSchema
andSchema
inFlinkPravegaDynamicTableFactory
andFlinkPravegaDynamicTableSink
.How to verify it
./gradlew clean build
should pass