[
https://issues.apache.org/jira/browse/HIVE-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chaoyu Tang updated HIVE-13294:
-------------------------------
Resolution: Fixed
Fix Version/s: 2.0.1
2.1.0
Status: Resolved (was: Patch Available)
Committed to 2.1.0 and 2.0.1. Thanks [~aihuaxu] for review.
> AvroSerde leaks the connection in a case when reading schema from a url
> -----------------------------------------------------------------------
>
> Key: HIVE-13294
> URL: https://issues.apache.org/jira/browse/HIVE-13294
> Project: Hive
> Issue Type: Bug
> Components: Serializers/Deserializers
> Reporter: Chaoyu Tang
> Assignee: Chaoyu Tang
> Fix For: 2.1.0, 2.0.1
>
> Attachments: HIVE-13294.1.patch, HIVE-13294.patch
>
>
> AvroSerde leaks the connection in a case when reading schema from url:
> In
> public static Schema determineSchemaOrThrowException {
> ...
> return AvroSerdeUtils.getSchemaFor(new URL(schemaString).openStream());
> ...
> }
> The opened inputStream is never closed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)