aokolnychyi commented on code in PR #51002: URL: https://github.com/apache/spark/pull/51002#discussion_r2116159256
########## sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala: ########## @@ -645,8 +645,21 @@ class DataSourceV2SQLSuiteV1Filter assert(replaced.columns.length === 1, "Replaced table should have new schema.") val actual = replaced.columns.head - val expected = ColumnV2.create("id", LongType, false, null, - new ColumnDefaultValue("41 + 1", LiteralValue(42L, LongType)), null) + val expected = ColumnV2.create( Review Comment: After this PR, `InMemoryTable` exposes actual Columns, so we see the passed "current" expressions too. -- 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-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org