pan3793 commented on code in PR #41070:
URL: https://github.com/apache/spark/pull/41070#discussion_r1187231654
##########
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:
"forbid" seems not accurate here, would prefer to use "reserve" to represent
respecting the query schema nullability
--
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]