yaooqinn opened a new pull request, #51488: URL: https://github.com/apache/spark/pull/51488
### What changes were proposed in this pull request? This PR fixes ThriftServerQueryTestSuite result comparison. While reading the Golden Files back, we remove the sort operation as these archived results are already sorted. ### Why are the changes needed? For a multiline result of a single row, it might get malformed, for example ``` [info] Expected "[ <birth>2018</birth> [info] <name>[45 61 73 6F 6E]</name> [info] <org>[4B 69 6E 64 65 72 67 61 72 74 65 6E 20 43 6F 70]</org> [info] </ROW> [info] <]ROW>", but got "[<ROW> [info] <name>[45 61 73 6F 6E]</name> [info] <birth>2018</birth> [info] <org>[4B 69 6E 64 65 72 67 61 72 74 65 6E 20 43 6F 70]</org> [info] </]ROW>" ``` ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tested with https://github.com/apache/spark/pull/51470 locally ### Was this patch authored or co-authored using generative AI tooling? No -- 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]
