Skip to content

Commit 5360168

Browse files
372046933yongtang
andauthored
Bump orc version to latest stable 1.6.14 (#1673)
* Bump orc version to latest stable 1.6.14 * Update liborc.BUILD Co-authored-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 302bc85 commit 5360168

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,10 @@ http_archive(
591591
patch_cmds = [
592592
"tar -xzf c++/libs/libhdfspp/libhdfspp.tar.gz -C c++/libs/libhdfspp",
593593
],
594-
sha256 = "abdffe48b8d2e7776c3b541ee2241401e49774941ca4a8c759e5d795daec8a45",
595-
strip_prefix = "orc-rel-release-1.6.7",
594+
sha256 = "39d983f4c7feb8ea1e8ab8e3e53e9afc643282b7a500b3a93c91aa6490f65c17",
595+
strip_prefix = "orc-rel-release-1.6.14",
596596
urls = [
597-
"https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.7.tar.gz",
597+
"https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.14.tar.gz",
598598
],
599599
)
600600

third_party/liborc.BUILD

Lines changed: 2 additions & 1 deletion
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
)
@@ -107,6 +107,7 @@ genrule(
107107
"-e 's/cmakedefine HAS_PREAD/undef HAS_PREAD/g' " +
108108
"-e 's/cmakedefine NEEDS_REDUNDANT_MOVE/undef NEEDS_REDUNDANT_MOVE/g' " +
109109
"-e 's/cmakedefine NEEDS_Z_PREFIX/undef NEEDS_Z_PREFIX/g' " +
110+
"-e 's/cmakedefine HAS_BUILTIN_OVERFLOW_CHECK/undef HAS_BUILTIN_OVERFLOW_CHECK/g' " +
110111
"-e 's/cmakedefine/define/g' " +
111112
"$< >$@"
112113
),

0 commit comments

Comments
 (0)