edponce commented on a change in pull request #10721: URL: https://github.com/apache/arrow/pull/10721#discussion_r672478576
########## File path: cpp/src/arrow/compute/kernels/scalar_cast_test.cc ########## @@ -1930,29 +1930,23 @@ TEST(Cast, DictTypeToAnotherDict) { check_cast(dictionary(int32(), utf8()), dictionary(int8(), utf8()), R"(["a", "b", "a", null])"); + // check float types (NOTE: ArrayFromJSON doesnt work for float value dictionary types) Review comment: @nirandaperera I submitted [this PR](https://github.com/apache/arrow/pull/10746) that enables using `ArrayFromJSON` for dictionaries with floating-point values. If PR passes and gets merged, you can change test accordingly and remove error comment. -- 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