aokolnychyi commented on code in PR #56619:
URL: https://github.com/apache/spark/pull/56619#discussion_r3477874271
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2DataFrameSuite.scala:
##########
@@ -2905,9 +2825,15 @@ class DataSourceV2DataFrameSuite
// reset-id catalog assigns a new ID for the widened column
checkError(
exception = intercept[AnalysisException] { df.collect() },
- condition =
"INCOMPATIBLE_TABLE_CHANGE_AFTER_ANALYSIS.COLUMN_ID_MISMATCH",
+ condition =
"INCOMPATIBLE_TABLE_CHANGE_AFTER_ANALYSIS.COLUMNS_MISMATCH",
matchPVals = true,
- parameters = Map("tableName" -> ".*", "errors" -> ".*"))
+ parameters = Map(
+ "tableName" -> ".*",
+ "errors" ->
+ """|
+ |- `salary` field ID has changed from \d+ to \d+
Review Comment:
I think it did change per comment above "reset-id catalog assigns a new ID
for the widened column".
--
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]