kevingurney commented on code in PR #44704:
URL: https://github.com/apache/arrow/pull/44704#discussion_r1844146415
##########
matlab/tools/packageMatlabInterface.m:
##########
@@ -27,13 +31,7 @@
disp("Toolbox Folder: " + toolboxFolder);
disp("Output Folder: " + outputFolder);
-disp("Toolbox Version Raw: " + toolboxVersionRaw);
-
-versionPattern = regexpPattern("^[0-9]+\.[0-9]+\.[0-9]+");
-toolboxVersion = extract(toolboxVersionRaw, versionPattern);
-if isempty(toolboxVersion)
- error("Unable to extract MAJOR.MINOR.PATCH version string from " +
toolboxVersionRaw);
-end
+disp("Toolbox Version: " + toolboxVersion);
disp("Toolbox Version:" + toolboxVersion);
Review Comment:
Good catch. Sorry about that. This was a typo. I'll remove it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]