summaryrefslogtreecommitdiffstats
path: root/contrib/libs/apache/orc/patches/darwin-byte-count.patch
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2025-07-31 18:00:57 +0300
committerrobot-contrib <[email protected]>2025-07-31 18:24:59 +0300
commitf621c90694c03bdc1992bd3cb726ff315a9627d5 (patch)
treeaabd88e8bca000ac17fe21727b68d360189c6442 /contrib/libs/apache/orc/patches/darwin-byte-count.patch
parent190037200407b9e5215a7af324af558d778588b5 (diff)
Update contrib/libs/apache/orc to 2.2.0
commit_hash:e0bdaabcbb3fe0971f373bd76ccaccb105aff7d3
Diffstat (limited to 'contrib/libs/apache/orc/patches/darwin-byte-count.patch')
-rw-r--r--contrib/libs/apache/orc/patches/darwin-byte-count.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/libs/apache/orc/patches/darwin-byte-count.patch b/contrib/libs/apache/orc/patches/darwin-byte-count.patch
new file mode 100644
index 00000000000..09f8fff6950
--- /dev/null
+++ b/contrib/libs/apache/orc/patches/darwin-byte-count.patch
@@ -0,0 +1,20 @@
+--- a/c++/src/io/InputStream.cc
++++ b/c++/src/io/InputStream.cc
+@@ -115,1 +115,1 @@ namespace orc {
+- google::protobuf::int64 SeekableArrayInputStream::ByteCount() const {
++ int64_t SeekableArrayInputStream::ByteCount() const {
+--- a/c++/src/io/InputStream.hh
++++ b/c++/src/io/InputStream.hh
+@@ -76,1 +76,1 @@ namespace orc {
+- virtual google::protobuf::int64 ByteCount() const override;
++ virtual int64_t ByteCount() const override;
+--- a/c++/src/io/OutputStream.cc
++++ b/c++/src/io/OutputStream.cc
+@@ -67,1 +67,1 @@ namespace orc {
+- google::protobuf::int64 BufferedOutputStream::ByteCount() const {
++ int64_t BufferedOutputStream::ByteCount() const {
+--- a/c++/src/io/OutputStream.hh
++++ b/c++/src/io/OutputStream.hh
+@@ -55,1 +55,1 @@ namespace orc {
+- virtual google::protobuf::int64 ByteCount() const override;
++ virtual int64_t ByteCount() const override;