[ https://issues.apache.org/jira/browse/SPARK-17701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xiao Li resolved SPARK-17701. ----------------------------- Resolution: Fixed Assignee: Wenchen Fan Fix Version/s: 2.3.0 > Refactor DataSourceScanExec so its sameResult call does not compare strings > --------------------------------------------------------------------------- > > Key: SPARK-17701 > URL: https://issues.apache.org/jira/browse/SPARK-17701 > Project: Spark > Issue Type: Improvement > Components: SQL > Reporter: Eric Liang > Assignee: Wenchen Fan > Fix For: 2.3.0 > > > Currently, RowDataSourceScanExec and FileSourceScanExec rely on a "metadata" > string map to implement equality comparison, since the RDDs they depend on > cannot be directly compared. This has resulted in a number of correctness > bugs around exchange reuse, e.g. SPARK-17673 and SPARK-16818. > To make these comparisons less brittle, we should refactor these classes to > compare constructor parameters directly instead of relying on the metadata > map. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org