[
https://issues.apache.org/jira/browse/SPARK-18702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15719375#comment-15719375
]
Apache Spark commented on SPARK-18702:
--------------------------------------
User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/16133
> input_file_block_start and input_file_block_length function
> -----------------------------------------------------------
>
> Key: SPARK-18702
> URL: https://issues.apache.org/jira/browse/SPARK-18702
> Project: Spark
> Issue Type: New Feature
> Components: SQL
> Reporter: Reynold Xin
> Assignee: Reynold Xin
>
> We currently have function input_file_name to get the path of the input file,
> but don't have functions to get the block start offset and length. This patch
> introduces two functions:
> 1. input_file_block_start: returns the file block start offset, or -1 if not
> available.
> 2. input_file_block_length: returns the file block length, or -1 if not
> available.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]