MaxGekk opened a new pull request, #37299: URL: https://github.com/apache/spark/pull/37299
### What changes were proposed in this pull request? In the PR, I propose to do not check the field `Created By` in tests that check output of the `DESCRIBE TABLE` command. ### Why are the changes needed? The field `Created By` depends on the current Spark version, for instance `Spark 3.4.0-SNAPSHOT`. Apparently, the tests that check the field depend on Spark version. The changes are needed to avoid dependency from Spark version, and to don't change the tests when bumping Spark version. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? By running the modified tests: ``` $ build/sbt -Phive-2.3 -Phive-thriftserver "test:testOnly *DescribeTableSuite" ``` -- 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]
