Closed himadripal closed 2 months ago
@viirya @andygrove @parthchandra , please take a look.
Thanks @himadripal for your contribution, triggering the workflow
Please fix the PR title,
Please use a title in the format: type: message, or type(scope): message
Example: feat: Add support for sort-merge join
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.92%. Comparing base (
033fe6f
) to head (6534a9d
). Report is 13 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The issue claims that the test fails to pass for Spark 3.2 and 3.3. We don't have 3.2 test but 3.3 is still there. Any change that makes it passed in Spark 3.3 now?
Removed assume(isspark34Plus). Tested with `make test PROFILES="-Pspark-3.3". 3.2 is not supported. All worked.
Closes #468