Tue, 06 Jun 2023 01:06:13 UTC

Information for build liborc-1.7.3-2.fc36

ID1923150
Package Nameliborc
Version1.7.3
Release2.fc36
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/liborc.git#c514007861c665485dd1dce999b1779e92f605a8
SummaryLibrary for producing small, fast columnar storage for Hadoop workloads
DescriptionORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query. Because ORC files are type-aware, the writer chooses the most appropriate encoding for the type and builds an internal index as the file is written. Predicate pushdown uses those indexes to determine which stripes in a file need to be read for a particular query and the row indexes can narrow the search to a particular set of 10,000 rows. ORC supports the complete set of types in Hive, including the complex types: structs, lists, maps, and unions.
Built bykkeithle
State complete
Volume DEFAULT
StartedWed, 23 Feb 2022 14:49:12 UTC
CompletedWed, 23 Feb 2022 14:52:55 UTC
Taskbuild (f36-candidate, /rpms/liborc.git:c514007861c665485dd1dce999b1779e92f605a8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/liborc.git#c514007861c665485dd1dce999b1779e92f605a8'}}
Tags
f36
RPMs
src
liborc-1.7.3-2.fc36.src.rpm (info) (download)
aarch64
liborc-devel-1.7.3-2.fc36.aarch64.rpm (info) (download)
liborc1-1.7.3-2.fc36.aarch64.rpm (info) (download)
liborc-debugsource-1.7.3-2.fc36.aarch64.rpm (info) (download)
liborc1-debuginfo-1.7.3-2.fc36.aarch64.rpm (info) (download)
ppc64le
liborc-devel-1.7.3-2.fc36.ppc64le.rpm (info) (download)
liborc1-1.7.3-2.fc36.ppc64le.rpm (info) (download)
liborc-debugsource-1.7.3-2.fc36.ppc64le.rpm (info) (download)
liborc1-debuginfo-1.7.3-2.fc36.ppc64le.rpm (info) (download)
s390x
liborc-devel-1.7.3-2.fc36.s390x.rpm (info) (download)
liborc1-1.7.3-2.fc36.s390x.rpm (info) (download)
liborc-debugsource-1.7.3-2.fc36.s390x.rpm (info) (download)
liborc1-debuginfo-1.7.3-2.fc36.s390x.rpm (info) (download)
x86_64
liborc-devel-1.7.3-2.fc36.x86_64.rpm (info) (download)
liborc1-1.7.3-2.fc36.x86_64.rpm (info) (download)
liborc-debugsource-1.7.3-2.fc36.x86_64.rpm (info) (download)
liborc1-debuginfo-1.7.3-2.fc36.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Tue Feb 15 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.3-2 - 1.7.3, fix SO_NAME * Thu Feb 10 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.3-1 - 1.7.3 GA * Fri Aug 27 2021 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.6.6-1 - New upstream release.