[GitHub] [arrow] bkietz commented on a change in pull request #8642: ARROW-6071: [C++] Generic binary-to-binary casts

2020-11-11 Thread GitBox
bkietz commented on a change in pull request #8642: URL: https://github.com/apache/arrow/pull/8642#discussion_r521583351 ## File path: cpp/src/arrow/compute/kernels/scalar_cast_string.cc ## @@ -92,12 +93,74 @@ struct Utf8Validator { }; template -struct

[GitHub] [arrow] bkietz commented on a change in pull request #8642: ARROW-6071: [C++] Generic binary-to-binary casts

2020-11-11 Thread GitBox
bkietz commented on a change in pull request #8642: URL: https://github.com/apache/arrow/pull/8642#discussion_r521577222 ## File path: cpp/src/arrow/compute/kernels/scalar_cast_string.cc ## @@ -92,12 +93,74 @@ struct Utf8Validator { }; template -struct