rok commented on code in PR #37533: URL: https://github.com/apache/arrow/pull/37533#discussion_r1435225947
########## cpp/src/arrow/extension/fixed_shape_tensor_test.cc: ########## @@ -321,6 +322,70 @@ TEST_F(TestExtensionType, TestFromTensorType) { } } +void CheckToTensor(const std::vector<int64_t> values, const int32_t cell_size, Review Comment: Added a `float32` tests. ########## cpp/src/arrow/extension/fixed_shape_tensor_test.cc: ########## @@ -321,6 +322,70 @@ TEST_F(TestExtensionType, TestFromTensorType) { } } +void CheckToTensor(const std::vector<int64_t> values, const int32_t cell_size, Review Comment: Changed. -- 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