[
https://issues.apache.org/jira/browse/PARQUET-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043693#comment-17043693
]
ASF GitHub Bot commented on PARQUET-1803:
-----------------------------------------
kornsanz commented on pull request #761: PARQUET-1803 Could not find
FilleInputSplit in ParquetInputSplit
URL: https://github.com/apache/parquet-mr/pull/761
### Jira
- [x] My PR addresses the following [Parquet
Jira](https://issues.apache.org/jira/browse/PARQUET-1803) issues
- https://issues.apache.org/jira/browse/PARQUET-1803
### Tests
- [x] My PR does not need testing for this extremely good reason:
1. The change is trivial
1. It preserves the existing behavior
### Commits
- [x] My commits all reference Jira issues in their subject lines. In
addition, my commits follow the guidelines from "[How to write a good git
commit message](http://chris.beams.io/posts/git-commit/)":
1. Subject is separated from body by a blank line
1. Subject is limited to 50 characters (not including Jira issue reference)
1. Subject does not end with a period
1. Subject uses the imperative mood ("add", not "adding")
1. Body wraps at 72 characters
1. Body explains "what" and "why", not "how"
### Documentation
- [x] In case of new functionality, my PR adds documentation that describes
how to use it.
- All the public functions and the classes in the PR contain Javadoc that
explain what it does
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Could not find FilleInputSplit in ParquetInputSplit
> ----------------------------------------------------
>
> Key: PARQUET-1803
> URL: https://issues.apache.org/jira/browse/PARQUET-1803
> Project: Parquet
> Issue Type: Bug
> Affects Versions: format-2.7.0
> Reporter: Shankar Koirala
> Priority: Minor
> Labels: documentation, pull-request-available
>
> @deprecated will be removed in 2.0.0. use FileInputSplit instead.
> This is confusion where we can't find FileInputSplit, It should be
> {{FileSplit}}, provided by Hadoop:
> [https://hadoop.apache.org/docs/r2.7.3/api/index.html?org/apache/hadoop/mapred/FileSplit.html]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)