Skip to content

Commit

Permalink
Update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 11, 2024
1 parent 8915b27 commit b7552fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 10/patches/10.5/lfs64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ index bb46304b..51edc0be 100644
+++ b/storage/columnstore/columnstore/utils/cloudio/SMComm.h
@@ -51,7 +51,7 @@ class SMComm : public boost::noncopyable

// added this one because it should be trivial to implement in SM, and prevents a large
// operation in SMDataFile.
- int truncate(const std::string &filename, const off64_t length);
+ int truncate(const std::string &filename, const off_t length);
// added this one because it should be trivial to implement in SM, and prevents a large
// operation in SMDataFile.
- int truncate(const std::string &filename, const off64_t length);
+ int truncate(const std::string &filename, const off_t length);

int listDirectory(const std::string& path, std::list<std::string>* entries);
int listDirectory(const std::string &path, std::list<std::string> *entries);

diff --git a/storage/columnstore/columnstore/utils/cloudio/SMDataFile.cpp b/storage/columnstore/columnstore/utils/cloudio/SMDataFile.cpp
index 84eab1ac..0d827c16 100644
Expand Down

0 comments on commit b7552fb

Please sign in to comment.