MaxGekk commented on PR #56831: URL: https://github.com/apache/spark/pull/56831#issuecomment-4822176484
Opened backports for the maintenance branches (the bug is long-standing and present in all of them): - branch-4.2: #56837 - branch-4.1: #56838 - branch-4.0: #56839 - branch-3.5: #56840 The cherry-pick applied cleanly on 4.2/4.1/4.0. On **branch-3.5** there was a conflict in `DataFrameSuite` -- the `classic.Dataset` package doesn't exist there yet -- so the end-to-end test was adapted to use `Dataset.ofRows` instead of `classic.Dataset.ofRows` (the catalyst fix and `AttributeResolutionSuite` test are identical). I'll wait for CI to go green on each backport before merging, to make sure all tests pass and the fix doesn't break anything on the older lines. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
