Skip to content

Commit

Permalink
Bump orc version to latest stable 1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
372046933 committed Apr 27, 2022
1 parent 9a885fb commit 517a99a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,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
2 changes: 1 addition & 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 Down

0 comments on commit 517a99a

Please sign in to comment.