[
https://issues.apache.org/jira/browse/HIVE-15419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley updated HIVE-15419:
---------------------------------
Attachment: HIVE-15419.patch
This patch separates out the storage-api to make it releasable without the rest
of Hive. In particular,
* It makes the storage-api/pom use apache as its parent pom rather than hive
* It sets the version for storage-api to 2.3.0-SNAPSHOT so that we catch any
problems where the reference is to the 2.2.0-SNAPSHOT.
* It creates a variable in hive's pom.xml for storage-api.version.
* storage-api is still built as part of the build.
* Murmur3 and BloomFilter are moved over to the ORC version.
> Separate out storage-api to be released independently
> -----------------------------------------------------
>
> Key: HIVE-15419
> URL: https://issues.apache.org/jira/browse/HIVE-15419
> Project: Hive
> Issue Type: Task
> Components: storage-api
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Attachments: HIVE-15419.patch
>
>
> Currently, the Hive project releases a single monolithic release, but this
> makes file formats reading directly into Hive's vector row batches a circular
> dependence. Storage-api is a small module with the vectorized row batches and
> SearchArgument that are necessary for efficient vectorized read and write. By
> releasing storage-api independently, we can make an interface that the file
> formats can read and write from.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)