iabhi4 commented on code in PR #46590: URL: https://github.com/apache/arrow/pull/46590#discussion_r2107992375
########## cpp/src/arrow/compute/kernels/scalar_string_utf8.cc: ########## @@ -140,7 +140,7 @@ static inline bool IsDecimalCharacterUnicode(uint32_t codepoint) { static inline bool IsDigitCharacterUnicode(uint32_t codepoint) { // Python defines this as Numeric_Type=Digit or Numeric_Type=Decimal. // utf8proc has no support for this, this is the best we can do: Review Comment: I updated the comment. Let me know if you want more information on there -- 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