Skip to content

Commit

Permalink
Bump orc version to latest stable 1.6.14 (#1673)
Browse files Browse the repository at this point in the history
* Bump orc version to latest stable 1.6.14

* Update liborc.BUILD

Co-authored-by: Yong Tang <[email protected]>
  • Loading branch information
372046933 and yongtang authored May 10, 2022
1 parent 302bc85 commit 5360168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ http_archive(
patch_cmds = [
"tar -xzf c++/libs/libhdfspp/libhdfspp.tar.gz -C c++/libs/libhdfspp",
],
sha256 = "abdffe48b8d2e7776c3b541ee2241401e49774941ca4a8c759e5d795daec8a45",
strip_prefix = "orc-rel-release-1.6.7",
sha256 = "39d983f4c7feb8ea1e8ab8e3e53e9afc643282b7a500b3a93c91aa6490f65c17",
strip_prefix = "orc-rel-release-1.6.14",
urls = [
"https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.7.tar.gz",
"https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.14.tar.gz",
],
)

Expand Down
3 changes: 2 additions & 1 deletion third_party/liborc.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ genrule(
srcs = ["c++/include/orc/orc-config.hh.in"],
outs = ["c++/include/orc/orc-config.hh"],
cmd = ("sed " +
"-e 's/@ORC_VERSION@/1.6.7/g' " +
"-e 's/@ORC_VERSION@/1.6.14/g' " +
"-e 's/cmakedefine/define/g' " +
"$< >$@"),
)
Expand All @@ -107,6 +107,7 @@ genrule(
"-e 's/cmakedefine HAS_PREAD/undef HAS_PREAD/g' " +
"-e 's/cmakedefine NEEDS_REDUNDANT_MOVE/undef NEEDS_REDUNDANT_MOVE/g' " +
"-e 's/cmakedefine NEEDS_Z_PREFIX/undef NEEDS_Z_PREFIX/g' " +
"-e 's/cmakedefine HAS_BUILTIN_OVERFLOW_CHECK/undef HAS_BUILTIN_OVERFLOW_CHECK/g' " +
"-e 's/cmakedefine/define/g' " +
"$< >$@"
),
Expand Down

0 comments on commit 5360168

Please sign in to comment.