Skip to content

Commit 517a99a

Browse files
committed
Bump orc version to latest stable 1.6.14
1 parent 9a885fb commit 517a99a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -590,10 +590,10 @@ http_archive(
590590
patch_cmds = [
591591
"tar -xzf c++/libs/libhdfspp/libhdfspp.tar.gz -C c++/libs/libhdfspp",
592592
],
593-
sha256 = "abdffe48b8d2e7776c3b541ee2241401e49774941ca4a8c759e5d795daec8a45",
594-
strip_prefix = "orc-rel-release-1.6.7",
593+
sha256 = "39d983f4c7feb8ea1e8ab8e3e53e9afc643282b7a500b3a93c91aa6490f65c17",
594+
strip_prefix = "orc-rel-release-1.6.14",
595595
urls = [
596-
"https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.7.tar.gz",
596+
"https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.14.tar.gz",
597597
],
598598
)
599599

third_party/liborc.BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ genrule(
9292
srcs = ["c++/include/orc/orc-config.hh.in"],
9393
outs = ["c++/include/orc/orc-config.hh"],
9494
cmd = ("sed " +
95-
"-e 's/@ORC_VERSION@/1.6.7/g' " +
95+
"-e 's/@ORC_VERSION@/1.6.14/g' " +
9696
"-e 's/cmakedefine/define/g' " +
9797
"$< >$@"),
9898
)

0 commit comments

Comments
 (0)