anishshri-db commented on code in PR #48710: URL: https://github.com/apache/spark/pull/48710#discussion_r1828816697
########## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/state/StateDataSourceTransformWithStateSuite.scala: ########## @@ -997,4 +997,85 @@ class StateDataSourceTransformWithStateSuite extends StateStoreMetricsTest } } } + + /** + * Note that we cannot use the golden files approach for transformWithState. The new schema + * format keeps track of the schema file path as an absolute path which cannot be used with Review Comment: Sure - I will file a separate ticket for this. Ticket here - https://issues.apache.org/jira/browse/SPARK-50225 -- 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