MaxGekk commented on code in PR #51337:
URL: https://github.com/apache/spark/pull/51337#discussion_r2179384228
##########
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:
Yep, this could be another way, but this require much more work. I will try
my best, and change some test in this way.
--
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]