Closed xushiyan closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.93%. Comparing base (
bf5c6dd
) to head (759c01a
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
Fix DataFusion integration get schema API to handle empty table case - the original Hudi table api returns an Err when retrieving schema fails. The DataFusion API expects a legit SchemaRef to return, so change to return empty schema when Hudi table api gives Err.
Resolves #126
How are the changes test-covered