cloud-fan commented on code in PR #51337:
URL: https://github.com/apache/spark/pull/51337#discussion_r2179392451
##########
connector/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala:
##########
@@ -1762,7 +1762,9 @@ abstract class AvroSuite
}
test("error handling for unsupported Interval data types") {
- withSQLConf(SQLConf.LEGACY_INTERVAL_ENABLED.key -> "true") {
+ withSQLConf(
+ SQLConf.STABLE_DERIVED_COLUMN_ALIAS_ENABLED.key -> "false",
Review Comment:
I think it's better to randomly switch this conf here and there. We just
need to publish a good habit for writing tests: alias the expressions when
necessary to have stable alias.
--
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]