[ 
https://issues.apache.org/jira/browse/SPARK-16159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin updated SPARK-16159:
--------------------------------
    Description: 
We embed partitioning logic in FileSourceStrategy.apply, making the function 
very long. This is a small refactoring to move it into its own functions. 
Eventually we would be able to move the partitioning functions into a physical 
operator, rather than doing it in physical planning.



  was:
We embed partitioning logic in FileSourceStrategy.apply, making the function 
very long. This is a small refactoring to move it into its own functions.



> Break partitioning logic from FileSourceStrategy.apply
> ------------------------------------------------------
>
>                 Key: SPARK-16159
>                 URL: https://issues.apache.org/jira/browse/SPARK-16159
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>
> We embed partitioning logic in FileSourceStrategy.apply, making the function 
> very long. This is a small refactoring to move it into its own functions. 
> Eventually we would be able to move the partitioning functions into a 
> physical operator, rather than doing it in physical planning.



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

Reply via email to