kevingurney commented on code in PR #37784: URL: https://github.com/apache/arrow/pull/37784#discussion_r1330499019
########## matlab/doc/matlab_interface_for_apache_arrow_design.md: ########## @@ -258,7 +258,7 @@ For large tables used in a multi-process "data processing pipeline", a user coul ## Testing To ensure code quality, we would like to include the following testing infrastructure, at a minimum: 1. C++ APIs - - GoogleTest C++ Unit Tests + - C++ Unit Tests Review Comment: I restructured the testing section slightly and added a note about testing internal C++ code via MEX function calls from a MATLAB Class-Based Unit test. We should probably come back to update this document more thoroughly to make sure it is still accurate in a future PR. ########## matlab/doc/matlab_interface_for_apache_arrow_design.md: ########## @@ -258,7 +258,7 @@ For large tables used in a multi-process "data processing pipeline", a user coul ## Testing To ensure code quality, we would like to include the following testing infrastructure, at a minimum: 1. C++ APIs - - GoogleTest C++ Unit Tests + - C++ Unit Tests Review Comment: Marking this as resolved. -- 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]
