cloud-fan commented on code in PR #39598:
URL: https://github.com/apache/spark/pull/39598#discussion_r1071051336


##########
sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out:
##########
@@ -1086,20 +1086,20 @@ struct<plan:string>
    +- 'UnresolvedRelation [explain_temp4], [], false
 
 == Analyzed Logical Plan ==
-InsertIntoHadoopFsRelationCommand Location [not included in 
comparison]/{warehouse_dir}/explain_temp5], Append, 
`spark_catalog`.`default`.`explain_temp5`, 
org.apache.spark.sql.execution.datasources.CatalogFileIndex@7d811218, [key, val]
+InsertIntoHadoopFsRelationCommand Location [not included in 
comparison]/{warehouse_dir}/explain_temp5], Append, 
`spark_catalog`.`default`.`explain_temp5`, 
org.apache.spark.sql.execution.datasources.CatalogFileIndex@x, [key, val]

Review Comment:
   shall we simply override `toString` in `FileIndex`? One idea is to produce 
`className(rootPaths.mString(","))`



-- 
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]

Reply via email to