kou commented on code in PR #44704: URL: https://github.com/apache/arrow/pull/44704#discussion_r1843425978
########## 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: Can we remove this? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org