MaxGekk commented on code in PR #42393:
URL: https://github.com/apache/spark/pull/42393#discussion_r1308584885
##########
sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala:
##########
@@ -1027,13 +1031,13 @@ class InsertSuite extends DataSourceTest with
SharedSparkSession {
}
withTable("t") {
sql("create table t(i int, s bigint default 42, x bigint) using parquet")
- sql("insert into t values(1)")
Review Comment:
Added by https://github.com/apache/spark/pull/41262 which haven't been
released yet.
--
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]