cloud-fan commented on code in PR #39942:
URL: https://github.com/apache/spark/pull/39942#discussion_r1102423056
##########
sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala:
##########
@@ -1982,47 +1970,7 @@ class InsertSuite extends DataSourceTest with
SharedSparkSession {
).foreach { query =>
assert(intercept[AnalysisException] {
sql(query)
- }.getMessage.contains(
-
QueryCompilationErrors.defaultValuesMayNotContainSubQueryExpressions().getMessage))
- }
- }
-
- test("SPARK-39844 Restrict adding DEFAULT columns for existing tables to
certain sources") {
Review Comment:
see https://github.com/apache/spark/pull/39942/files#r1102410248
--
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]