Reynold Xin created SPARK-9291: ---------------------------------- Summary: Conversion is applied twice on partitioned data sources Key: SPARK-9291 URL: https://issues.apache.org/jira/browse/SPARK-9291 Project: Spark Issue Type: Sub-task Components: SQL Reporter: Reynold Xin Priority: Blocker
We currently apply conversion twice: once in DataSourceStrategy (search for toCatalystRDD), and another in HadoopFsRelation.buildScan (search for rowToRowRdd). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org