This is an automated email from the ASF dual-hosted git repository.
kevingurney pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new d676078c13 GH-36599: [MATLAB] Bump libmexclass version to 3465900
(#36600)
d676078c13 is described below
commit d676078c13a02ad920eeea2acd5fa517f14526e2
Author: sgilmore10 <[email protected]>
AuthorDate: Mon Jul 10 14:34:46 2023 -0400
GH-36599: [MATLAB] Bump libmexclass version to 3465900 (#36600)
### Rationale for this change
We recently made some improvements to `libmexclass` that include creating a
class named `libmexclass.proxy.Identifier` which represents proxy ids. This
class will be helpful when we create `arrowy.array.Array` objects from existing
proxy ids, which used to be represented as scalar `uint64` values.
### What changes are included in this PR?
1. Bumps the libmexclass version the MATLAB Interface depends on to
[#3465900](https://github.com/mathworks/libmexclass/commit/3465900f8fdec5b23f29eab3ee810a680294a016)
### Are these changes tested?
No tests needed.
### Are there any user-facing changes?
No.
* Closes: #36599
Authored-by: Sarah Gilmore <[email protected]>
Signed-off-by: Kevin Gurney <[email protected]>
---
matlab/tools/cmake/BuildMatlabArrowInterface.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/matlab/tools/cmake/BuildMatlabArrowInterface.cmake
b/matlab/tools/cmake/BuildMatlabArrowInterface.cmake
index 27a64a19a9..419f2ae459 100644
--- a/matlab/tools/cmake/BuildMatlabArrowInterface.cmake
+++ b/matlab/tools/cmake/BuildMatlabArrowInterface.cmake
@@ -24,7 +24,7 @@ set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_NAME
libmexclass)
# libmexclass is accessible for CI without permission issues.
set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_GIT_REPOSITORY
"https://github.com/mathworks/libmexclass.git")
# Use a specific Git commit hash to avoid libmexclass version changing
unexpectedly.
-set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_GIT_TAG "77f3d72")
+set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_GIT_TAG "3465900")
set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_SOURCE_SUBDIR
"libmexclass/cpp")