You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "beliefer (via GitHub)" <gi...@apache.org> on 2023/05/08 09:05:56 UTC

[GitHub] [spark] beliefer commented on a diff in pull request #41070: [SPARK-43390][SQL] DSv2 allows CTAS/RTAS to reserve schema nullability

beliefer commented on code in PR #41070:
URL: https://github.com/apache/spark/pull/41070#discussion_r1187212022


##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala:
##########
@@ -3261,3 +3278,7 @@ class FakeV2Provider extends SimpleTableProvider {
     throw new UnsupportedOperationException("Unnecessary for DDL tests")
   }
 }
+
+class TestCreateTableReserveSchemaNullabilityCatalog extends InMemoryCatalog {

Review Comment:
   How about `ForbidSchemaNullabilityCatalog` ?



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org