[
https://issues.apache.org/jira/browse/HIVE-19703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519838#comment-16519838
]
ASF GitHub Bot commented on HIVE-19703:
---------------------------------------
GitHub user beltran opened a pull request:
https://github.com/apache/hive/pull/377
HIVE-19703: GenericUDTFGetSplits never uses num splits argument
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/beltran/hive HIVE-19703
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/377.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #377
----
commit bc8848d7093e5047a08a720342f7abe93cf9675d
Author: Jaume Marhuenda <jaumemarhuenda@...>
Date: 2018-06-21T21:34:00Z
HIVE-19703: GenericUDTFGetSplits never uses num splits argument
----
> GenericUDTFGetSplits never uses num splits argument
> ---------------------------------------------------
>
> Key: HIVE-19703
> URL: https://issues.apache.org/jira/browse/HIVE-19703
> Project: Hive
> Issue Type: Bug
> Components: UDF
> Reporter: Eric Wohlstadter
> Assignee: Jaume M
> Priority: Major
> Labels: pull-request-available
>
> The description for GenericUDTFGetSplits says
> {code}
> Returns an array of length int serialized splits for the referenced tables
> string.
> {code}
> but the argument to control the number of splits is DOA.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)